pmaports/main/postmarketos-ui-xfce4/APKBUILD
2018-06-30 16:08:43 +02:00

26 lines
1.1 KiB
Text

pkgname=postmarketos-ui-xfce4
pkgver=0.2
pkgrel=2
pkgdesc="(X11) Lightweight GTK+2 desktop (stylus recommended)"
url="https://gitlab.com/postmarketOS/xfce4-phone"
arch="noarch"
license="GPL3"
depends="xfce4 xorg-server mesa-egl postmarketos-artwork-wallpapers
faenza-icon-theme xfce4-battery-plugin network-manager-applet
xfce4-mixer gnome-keyring consolekit2 lxpolkit gtk+2.0"
makedepends=""
install="$pkgname.post-install"
subpackages=""
source="start_xfce4.sh ${pkgname}-${pkgver}.tar.gz::https://gitlab.com/postmarketOS/xfce4-phone/-/archive/${pkgver}/xfce4-phone-${pkgver}.tar.gz"
options="!check"
builddir="$srcdir/xfce4-phone-$pkgver"
package() {
install -D -m644 "$srcdir"/start_xfce4.sh \
"$pkgdir"/etc/profile.d/start_xfce4.sh
install -d -m755 "$pkgdir"/etc/skel
cp -a "$builddir"/config "$pkgdir"/etc/skel/.config
}
sha512sums="6cf45653ca0c96eb7fe0a7b78db1565e24e7893a2113b9eabf22285cb58b90a41b94c69de2b3a316ab759719f715555751cc51a30e00f358b940d694e7850625 start_xfce4.sh
4321a2a24b45f0d33b586ef098cfb236d87f557e7e2fecb180774d1cb1bc9fa1edfe6ce8a1faa646adcb026b4ef1b03b477eae0c46f4c46c8488baabb9c382e3 postmarketos-ui-xfce4-0.2.tar.gz"