main/postmarketos-ui-lxqt: new aport (MR 2106)
Initial implementation of the Lightweight Qt Desktop Environment on PostmarketOS
This commit is contained in:
parent
877c9fec9e
commit
d876fc6ca1
3 changed files with 45 additions and 0 deletions
39
main/postmarketos-ui-lxqt/APKBUILD
Normal file
39
main/postmarketos-ui-lxqt/APKBUILD
Normal file
|
@ -0,0 +1,39 @@
|
|||
# Maintainer: Antoni Aloy <aaloytorrens@gmail.com>
|
||||
pkgname=postmarketos-ui-lxqt
|
||||
pkgver=0.1
|
||||
pkgrel=0
|
||||
pkgdesc="(X11) Lightweight Qt Desktop Environment (stylus recommended)"
|
||||
url="https://lxqt-project.org/"
|
||||
arch="noarch !armhf" # lxqt-desktop not available on armhf
|
||||
license="GPL-3.0-or-later"
|
||||
depends="
|
||||
elogind
|
||||
tinydm
|
||||
tinydm-openrc
|
||||
lxpolkit
|
||||
mesa-egl
|
||||
dbus-x11
|
||||
lxqt-desktop
|
||||
xorg-server
|
||||
"
|
||||
_pmb_recommends="
|
||||
paper-icon-theme
|
||||
gnome-keyring
|
||||
pavucontrol
|
||||
pm-utils
|
||||
postmarketos-artwork-icons
|
||||
postmarketos-artwork-wallpapers
|
||||
pulseaudio-utils
|
||||
network-manager-applet
|
||||
"
|
||||
install="$pkgname.post-install $pkgname.post-upgrade"
|
||||
source="$pkgname-$pkgver.tar.gz::https://gitlab.com/antoni.aloytorrens/lxqt-tablet/-/archive/$pkgver/lxqt-tablet-$pkgver.tar.gz"
|
||||
options="!check" # No testsuite
|
||||
builddir="$srcdir/lxqt-tablet-$pkgver"
|
||||
|
||||
package() {
|
||||
install -d -m755 "$pkgdir"/etc/skel
|
||||
cp -a "$builddir"/config "$pkgdir"/etc/skel/.config
|
||||
}
|
||||
|
||||
sha512sums="63492fd0ad8ffb1d0a9f4f3f53eb4b8a21e670ba5a2a62c86b38f60b77578cfd9970b0767c875fd263e06367f998a2e895b33562b0235b831c4aa34177e14ea6 postmarketos-ui-lxqt-0.1.tar.gz"
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
rc-update add tinydm default
|
||||
|
||||
tinydm-set-session -s /usr/share/xsessions/lxqt.desktop
|
1
main/postmarketos-ui-lxqt/postmarketos-ui-lxqt.post-upgrade
Symbolic link
1
main/postmarketos-ui-lxqt/postmarketos-ui-lxqt.post-upgrade
Symbolic link
|
@ -0,0 +1 @@
|
|||
postmarketos-ui-lxqt.post-install
|
Loading…
Reference in a new issue