summaryrefslogtreecommitdiff
path: root/user/xfce4-panel-profiles/APKBUILD
diff options
context:
space:
mode:
authorA. Wilcox <awilcox@wilcox-tech.com>2018-10-10 01:01:30 +0000
committerA. Wilcox <awilcox@wilcox-tech.com>2018-10-10 01:01:30 +0000
commit9c5e7666da261ca846e4e0998d4bd9eec890de08 (patch)
tree307ae5f42e69d133675368ffa0d9db87c5a8e470 /user/xfce4-panel-profiles/APKBUILD
parent6ca0a041635024e7f1263b8835a311f3e492174e (diff)
parent82a8a2392eff0a447310f598e6487b27e727bf46 (diff)
downloadpackages-9c5e7666da261ca846e4e0998d4bd9eec890de08.tar.gz
packages-9c5e7666da261ca846e4e0998d4bd9eec890de08.tar.bz2
packages-9c5e7666da261ca846e4e0998d4bd9eec890de08.tar.xz
packages-9c5e7666da261ca846e4e0998d4bd9eec890de08.zip
Merge branch 'which-provides' into 'master'
Fix cmd:which Adding GNU which broke autoselection when `cmd:which` was used in APKBUILDs. Fix by correcting the `provider_priority` typo in `system/debianutils`, add one to `user/which`, and fix all of the recently added packages to use `cmd:which` instead of a specific one. In order for this to work correctly, the old versions of `debianutils-which` and `which` may need to be purged from the mirrors. See merge request !65
Diffstat (limited to 'user/xfce4-panel-profiles/APKBUILD')
-rw-r--r--user/xfce4-panel-profiles/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/user/xfce4-panel-profiles/APKBUILD b/user/xfce4-panel-profiles/APKBUILD
index 8719fc556..f30ebb39a 100644
--- a/user/xfce4-panel-profiles/APKBUILD
+++ b/user/xfce4-panel-profiles/APKBUILD
@@ -9,7 +9,7 @@ arch="noarch"
options="!check" # no tests
license="GPL-3.0+"
depends="python3"
-makedepends="intltool which"
+makedepends="intltool cmd:which"
subpackages="$pkgname-doc $pkgname-lang"
source="http://archive.xfce.org/src/apps/xfce4-panel-profiles/1.0/xfce4-panel-profiles-$pkgver.tar.bz2"
sha512sums="2d7980a79250414cc4611ccf573c2a3ee5eb510cf3ef6c32035ba23197eee1fded2e158cb50714dd935070916b07b3f33db02570f3d46a598144b4a2d3979ff4 xfce4-panel-profiles-1.0.8.tar.bz2"