a4c298f829
Move Wayland meta packages to LightDM and replace ConsoleKit2 for elogind for Plasma. Now we don't need the hacky scripts in /etc/profile.d anymore! This change requires elogind for both Weston and Plasma Mobile. Using elogind allows us to use one patch less in kwin. Weston has logind (which elogind provides) support disabled in Alpine Linux, so I put the package in temp/ with it enabled for now, but will upstream this change to Alpine. Remove consolekit2 dependency in postmarketos-ui-xfce4. [ci:skip-build]: already built successfully.
24 lines
1.2 KiB
Text
24 lines
1.2 KiB
Text
pkgname=postmarketos-ui-xfce4
|
|
pkgver=0.2
|
|
pkgrel=5
|
|
pkgdesc="(X11) Lightweight GTK+2 desktop (stylus recommended)"
|
|
url="https://gitlab.com/postmarketOS/xfce4-phone"
|
|
arch="noarch"
|
|
license="GPL-3.0+"
|
|
depends="xfce4 xorg-server mesa-egl postmarketos-artwork-wallpapers faenza-icon-theme xfce4-battery-plugin network-manager-applet xfce4-mixer gnome-keyring lxpolkit gtk+2.0 lightdm"
|
|
install="$pkgname.post-install $pkgname.pre-deinstall $pkgname.post-deinstall"
|
|
source="$pkgname-$pkgver.tar.gz::https://gitlab.com/postmarketOS/xfce4-phone/-/archive/$pkgver/xfce4-phone-$pkgver.tar.gz
|
|
60-lightdm-autologin.conf"
|
|
options="!check"
|
|
builddir="$srcdir/xfce4-phone-$pkgver"
|
|
|
|
package() {
|
|
install -d -m755 "$pkgdir"/etc/skel
|
|
cp -a "$builddir"/config "$pkgdir"/etc/skel/.config
|
|
|
|
install -Dm644 "$srcdir"/60-lightdm-autologin.conf \
|
|
"$pkgdir"/usr/share/lightdm/lightdm.conf.d/60-autologin.conf
|
|
}
|
|
|
|
sha512sums="4321a2a24b45f0d33b586ef098cfb236d87f557e7e2fecb180774d1cb1bc9fa1edfe6ce8a1faa646adcb026b4ef1b03b477eae0c46f4c46c8488baabb9c382e3 postmarketos-ui-xfce4-0.2.tar.gz
|
|
3841294daffdd3e0da5a7ba155ba8c21e9e5a2f2ba5b3b5ffa3ea6a16486625d3655d03f8c18740fcddfbca673c42a5289ec3b22720cfbbdd56fde8fdc3bf9b0 60-lightdm-autologin.conf"
|