2021-04-06 18:25:42 +00:00
|
|
|
# Maintainer: Martijn Braam <martijn@brixit.nl>
|
|
|
|
pkgname=postmarketos-tweaks
|
2022-03-24 00:24:14 +00:00
|
|
|
pkgver=0.11.0
|
2021-04-06 18:25:42 +00:00
|
|
|
pkgrel=0
|
|
|
|
pkgdesc="Tweak tool for phone UIs"
|
|
|
|
url="https://gitlab.com/postmarketOS/postmarketos-tweaks"
|
|
|
|
arch="noarch"
|
|
|
|
license="GPL-3.0-or-later"
|
2021-04-28 23:52:34 +00:00
|
|
|
subpackages="$pkgname-phosh:phosh $pkgname-pinephone:pinephone"
|
2021-04-06 18:25:42 +00:00
|
|
|
depends="python3 py3-gobject3 py3-yaml gtk+3.0 libhandy1"
|
|
|
|
makedepends="py3-setuptools glib-dev libhandy1-dev meson"
|
2021-04-28 23:52:34 +00:00
|
|
|
install="$pkgname.post-install $pkgname.post-upgrade"
|
2021-04-06 18:25:42 +00:00
|
|
|
source="$pkgname-$pkgver.tar.gz::https://gitlab.com/postmarketOS/postmarketos-tweaks/-/archive/$pkgver/postmarketos-tweaks-$pkgver.tar.gz"
|
|
|
|
options="!check" # There's no testsuite
|
|
|
|
|
|
|
|
build() {
|
|
|
|
abuild-meson . output
|
|
|
|
meson compile ${JOBS:+-j ${JOBS}} -C output
|
|
|
|
}
|
|
|
|
|
|
|
|
package() {
|
|
|
|
DESTDIR="$pkgdir" meson install --no-rebuild -C output
|
|
|
|
}
|
|
|
|
|
|
|
|
phosh() {
|
|
|
|
install_if="$pkgname=$pkgver-r$pkgrel phosh"
|
|
|
|
|
|
|
|
amove usr/share/postmarketos-tweaks/phosh.yml
|
|
|
|
}
|
|
|
|
|
2021-04-28 23:52:34 +00:00
|
|
|
pinephone() {
|
|
|
|
install_if="$pkgname=$pkgver-r$pkgrel device-pine64-pinephone"
|
|
|
|
|
|
|
|
amove usr/share/postmarketos-tweaks/pinephone.yml
|
|
|
|
}
|
|
|
|
|
2021-07-30 15:16:40 +00:00
|
|
|
sha512sums="
|
2022-03-24 00:24:14 +00:00
|
|
|
a94c5301207504a0d36e214b2ea64918920438bc6c017503c1292c56cf5075ff01fc61e3377231d3e0e4dad73d1c6aa0d1f43ca380cbd99aa98856fc3c3c093b postmarketos-tweaks-0.11.0.tar.gz
|
2021-07-30 15:16:40 +00:00
|
|
|
"
|