summaryrefslogtreecommitdiff
path: root/user/xfce-desktop
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2020-01-12 04:54:42 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2020-01-12 04:54:42 +0000
commit005eabd6ba6d45e5069458026dec75abc5261bb4 (patch)
treeb4e46b7efece9175d1a6351dfd30c64b958af8c1 /user/xfce-desktop
parent561d61fd90abdf4f460e722a8251584e584c058a (diff)
downloadpackages-005eabd6ba6d45e5069458026dec75abc5261bb4.tar.gz
packages-005eabd6ba6d45e5069458026dec75abc5261bb4.tar.bz2
packages-005eabd6ba6d45e5069458026dec75abc5261bb4.tar.xz
packages-005eabd6ba6d45e5069458026dec75abc5261bb4.zip
user/*: Modernise / fix syntax / deps / code
Diffstat (limited to 'user/xfce-desktop')
-rw-r--r--user/xfce-desktop/APKBUILD10
1 files changed, 3 insertions, 7 deletions
diff --git a/user/xfce-desktop/APKBUILD b/user/xfce-desktop/APKBUILD
index 122ea66b2..035c79a18 100644
--- a/user/xfce-desktop/APKBUILD
+++ b/user/xfce-desktop/APKBUILD
@@ -6,23 +6,19 @@ pkgrel=0
arch="noarch"
pkgdesc="Complete XFCE desktop environment"
url="https://xfce.org"
+options="!check" # meta package, no tests needed.
license="NCSA"
-options="!check" # meta package, no tests needed.
depends="xfburn xfce4-power-manager xfce4-settings xfce4-volumed-pulse
xfdesktop xfce4-appfinder xfce4-panel xfce4-screenshooter
xfce4-taskmanager xfconf xfce4-dict xfce4-panel-profiles
xfce4-session xfdashboard xfmpc xfwm4 xfce4-terminal
xfce4-notifyd"
+makedepends=""
source="org.adelie-linux.about-xfce.desktop"
-builddir="$srcdir/$pkgname-$pkgver"
-
-build() {
- cd "$srcdir"
-}
package() {
- cd "$srcdir"
install -D -m644 "$srcdir"/org.adelie-linux.about-xfce.desktop \
"$pkgdir"/usr/share/applications/org.adelie-linux.about-xfce.desktop
}
+
sha512sums="362793e478e3fb0c6d7dca1f52f582a641ff4582ad0c0d6d1cbe28f1255fc6cd7918ea6b24a5d905a59275f67c44703bf8c78580642c4e0147b539842a6f372f org.adelie-linux.about-xfce.desktop"