2019-10-17 18:04:07 +00:00
|
|
|
# Contributor: Bart Ribbers <bribbers@disroot.org>
|
|
|
|
# Maintainer: Daniele Debernardi <drebrez@gmail.com>
|
2017-10-07 16:27:42 +00:00
|
|
|
pkgname=postmarketos-ui-xfce4
|
2018-03-12 19:17:36 +00:00
|
|
|
pkgver=0.2
|
2019-11-06 01:45:57 +00:00
|
|
|
pkgrel=10
|
2017-10-18 18:57:08 +00:00
|
|
|
pkgdesc="(X11) Lightweight GTK+2 desktop (stylus recommended)"
|
2018-06-30 14:08:43 +00:00
|
|
|
url="https://gitlab.com/postmarketOS/xfce4-phone"
|
2017-10-07 16:27:42 +00:00
|
|
|
arch="noarch"
|
2019-10-17 18:04:07 +00:00
|
|
|
license="GPL-3.0-or-later"
|
2019-11-23 21:48:32 +00:00
|
|
|
depends="xfce4 xfce4-terminal xfce4-battery-plugin xfce4-pulseaudio-plugin xfce4-screensaver xfce4-whiskermenu-plugin
|
|
|
|
network-manager-applet xorg-server lightdm lightdm-openrc lxpolkit mesa-egl gnome-keyring
|
|
|
|
postmarketos-artwork-wallpapers postmarketos-artwork-icons faenza-icon-theme
|
|
|
|
pm-utils pavucontrol pulseaudio-utils"
|
2019-05-27 06:30:15 +00:00
|
|
|
install="$pkgname.post-install $pkgname.pre-deinstall $pkgname.post-deinstall $pkgname.post-upgrade"
|
2019-05-24 19:51:10 +00:00
|
|
|
source="$pkgname-$pkgver.tar.gz::https://gitlab.com/postmarketOS/xfce4-phone/-/archive/$pkgver/xfce4-phone-$pkgver.tar.gz
|
2018-10-17 16:03:43 +00:00
|
|
|
60-lightdm-autologin.conf"
|
2017-10-07 16:27:42 +00:00
|
|
|
options="!check"
|
2018-03-12 19:17:36 +00:00
|
|
|
builddir="$srcdir/xfce4-phone-$pkgver"
|
2017-10-07 16:27:42 +00:00
|
|
|
|
|
|
|
package() {
|
|
|
|
install -d -m755 "$pkgdir"/etc/skel
|
2018-03-12 19:17:36 +00:00
|
|
|
cp -a "$builddir"/config "$pkgdir"/etc/skel/.config
|
2018-10-17 16:03:43 +00:00
|
|
|
|
|
|
|
install -Dm644 "$srcdir"/60-lightdm-autologin.conf \
|
|
|
|
"$pkgdir"/usr/share/lightdm/lightdm.conf.d/60-autologin.conf
|
2017-10-07 16:27:42 +00:00
|
|
|
}
|
2018-03-12 19:17:36 +00:00
|
|
|
|
2018-10-17 16:03:43 +00:00
|
|
|
sha512sums="4321a2a24b45f0d33b586ef098cfb236d87f557e7e2fecb180774d1cb1bc9fa1edfe6ce8a1faa646adcb026b4ef1b03b477eae0c46f4c46c8488baabb9c382e3 postmarketos-ui-xfce4-0.2.tar.gz
|
|
|
|
3841294daffdd3e0da5a7ba155ba8c21e9e5a2f2ba5b3b5ffa3ea6a16486625d3655d03f8c18740fcddfbca673c42a5289ec3b22720cfbbdd56fde8fdc3bf9b0 60-lightdm-autologin.conf"
|