2020-08-01 23:19:28 +00:00
|
|
|
# Maintainer: Miles Alan <m@milesalan.com>
|
|
|
|
pkgname=postmarketos-ui-sxmo
|
2021-09-01 17:59:26 +00:00
|
|
|
pkgver=1.5.1
|
2021-07-30 20:30:38 +00:00
|
|
|
pkgrel=0
|
2020-08-01 23:19:28 +00:00
|
|
|
pkgdesc="(X11) Simple X Mobile: Mobile environment based on simple & suckless software (best compatibility on pinephone)"
|
|
|
|
url="http://sr.ht/~mil/Sxmo"
|
|
|
|
arch="noarch !armhf"
|
|
|
|
license="MIT"
|
2021-05-25 16:31:04 +00:00
|
|
|
depends="
|
2021-06-09 23:34:05 +00:00
|
|
|
dnsmasq
|
2021-05-25 15:09:49 +00:00
|
|
|
modemmanager-openrc
|
2021-09-01 17:59:26 +00:00
|
|
|
networkmanager-openrc
|
|
|
|
polkit
|
|
|
|
polkit-openrc
|
2021-06-09 23:34:05 +00:00
|
|
|
postmarketos-base-ui
|
2021-09-01 17:59:26 +00:00
|
|
|
sxmo-utils
|
2021-05-25 16:31:04 +00:00
|
|
|
sxmo-utils-openrc
|
2021-09-01 17:59:26 +00:00
|
|
|
tinydm
|
|
|
|
tinydm-openrc
|
2021-05-25 16:31:04 +00:00
|
|
|
"
|
2021-02-13 10:38:58 +00:00
|
|
|
install="$pkgname.post-install $pkgname.post-upgrade $pkgname.pre-deinstall"
|
2021-02-11 08:22:25 +00:00
|
|
|
subpackages="$pkgname-qt_tweaks"
|
2020-08-01 23:19:28 +00:00
|
|
|
_pmb_recommends="
|
2021-04-02 09:56:33 +00:00
|
|
|
feh
|
2021-04-25 12:22:57 +00:00
|
|
|
firefox-esr
|
|
|
|
font-noto
|
|
|
|
font-noto-emoji
|
2020-08-01 23:19:28 +00:00
|
|
|
gnome-icon-theme
|
|
|
|
htop
|
2021-06-22 23:41:53 +00:00
|
|
|
megapixels-gtk3
|
2020-08-01 23:19:28 +00:00
|
|
|
mobile-config-firefox
|
|
|
|
xcalc
|
2021-02-11 08:22:25 +00:00
|
|
|
"
|
|
|
|
source="sxmo-qt-mobile-controls.sh"
|
2020-08-01 23:19:28 +00:00
|
|
|
options="!check" # has no tests
|
|
|
|
|
|
|
|
package() {
|
|
|
|
mkdir -p "$pkgdir"
|
|
|
|
}
|
2021-02-11 08:22:25 +00:00
|
|
|
|
|
|
|
qt_tweaks() {
|
|
|
|
install_if="$pkgname qt5-qtbase"
|
|
|
|
install -Dm755 -t "$subpkgdir"/etc/profile.d/ \
|
|
|
|
"$srcdir"/sxmo-qt-mobile-controls.sh
|
|
|
|
}
|
2021-09-01 17:59:26 +00:00
|
|
|
sha512sums="
|
|
|
|
bf8db527c49fa724e640a90269ba2648a2555f5867b2adbfbd88d1f685261f757339757c09ee08f590c76de4bd3d0c73a47dea9bd340644dd4707e76152cefd1 sxmo-qt-mobile-controls.sh
|
|
|
|
"
|