diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-01-12 03:53:28 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-01-12 03:53:28 +0000 |
commit | 561d61fd90abdf4f460e722a8251584e584c058a (patch) | |
tree | b664c226aacc440d10abefdd196498f31bcf924f /user | |
parent | 9bf0c549ffb2202e92810a1898fdaafea53d1da5 (diff) | |
download | packages-561d61fd90abdf4f460e722a8251584e584c058a.tar.gz packages-561d61fd90abdf4f460e722a8251584e584c058a.tar.bz2 packages-561d61fd90abdf4f460e722a8251584e584c058a.tar.xz packages-561d61fd90abdf4f460e722a8251584e584c058a.zip |
user/*: Modernise / fix syntax
Diffstat (limited to 'user')
-rw-r--r-- | user/xfce-plugins/APKBUILD | 5 | ||||
-rw-r--r-- | user/xfce4-indicator-plugin/APKBUILD | 1 |
2 files changed, 2 insertions, 4 deletions
diff --git a/user/xfce-plugins/APKBUILD b/user/xfce-plugins/APKBUILD index df0c53aca..5e4d92920 100644 --- a/user/xfce-plugins/APKBUILD +++ b/user/xfce-plugins/APKBUILD @@ -13,12 +13,9 @@ depends="xfce4-battery-plugin xfce4-diskperf-plugin xfce4-netload-plugin xfce4-indicator-plugin xfce4-pulseaudio-plugin xfce4-time-out-plugin xfce4-whiskermenu-plugin xfce4-cpugraph-plugin xfce4-sensors-plugin xfce4-timer-plugin" +makedepends="" source="dummy" -build() { - cd "$srcdir" -} - package() { mkdir -p "$pkgdir" } diff --git a/user/xfce4-indicator-plugin/APKBUILD b/user/xfce4-indicator-plugin/APKBUILD index 4056cf575..a8e5f5f97 100644 --- a/user/xfce4-indicator-plugin/APKBUILD +++ b/user/xfce4-indicator-plugin/APKBUILD @@ -7,6 +7,7 @@ pkgdesc="Application information plugin for the XFCE panel" url="https://xfce.org" arch="all" license="GPL-2.0+" +depends="" makedepends="intltool libxfce4ui-dev xfce4-panel-dev libindicator-dev ido-dev" subpackages="$pkgname-lang" source="https://archive.xfce.org/src/panel-plugins/xfce4-indicator-plugin/2.3/xfce4-indicator-plugin-$pkgver.tar.bz2" |