1
0
forked from artix/artools

Compare commits

...

4 Commits

Author SHA1 Message Date
1ea7d2ca8b readme: update deps 2019-02-03 02:31:41 +01:00
3cd8632c61 deoloypkg: add support for debug packages 2019-02-03 01:55:20 +01:00
b425eac181 buildtree: minor msg adjusting 2019-02-03 01:54:55 +01:00
4b2d516258 pkglist: update kernel 2019-02-03 01:54:29 +01:00
4 changed files with 10 additions and 3 deletions

View File

@@ -28,6 +28,7 @@ artools
- pkg:
* namcap
* git-subrepo
* jshon
- iso:
* dosfstools

View File

@@ -59,7 +59,7 @@ show_deps(){
local archver=$(get_full_version $pkg)
msg "repo: %s" "$repo"
msg2 "repo: %s" "$repo"
[[ -n ${pkgbase} ]] && msg2 "pkgbase: %s" "${pkgbase}"
msg2 "pkgname: %s" "${pkgname[*]}"
[[ -n $pkgdesc ]] && msg2 "pkgdesc: %s" "${pkgdesc}"
@@ -87,7 +87,7 @@ from_arch(){
dest=${TREE_DIR_ARTIX}/$tree_dir/$pkg/trunk
msg "artix tree: %s" "$tree_dir"
msg "tree: %s" "$tree_dir"
show_deps "$src" "$repo"
if [[ -d $dest ]];then

View File

@@ -21,7 +21,12 @@ update_repo(){
. PKGBUILD
for name in ${pkgname[@]};do
local pkgsearch=(${pkgname[@]})
if check_option "debug" "y"; then
pkgsearch+=("$pkgbase-debug")
fi
for name in ${pkgsearch[@]}; do
pkgarch=$(get_pkg_arch "$name")
ver=$(get_full_version "$name")
if pkgfile=$(find_cached_package "$name" "$ver" "$pkgarch");then

View File

@@ -1,5 +1,6 @@
linux
nvidia
nvidia-utils
acpi_call
bbswitch
broadcom-wl