pmaports/main/postmarketos-tweaks/APKBUILD
Martijn Braam fbaa5168d7
main/postmarketos-tweaks: upgrade to 0.12.0 (MR 3129)
[ci:skip-build]: already built successfully in CI
2022-05-13 09:46:45 +02:00

45 lines
1.3 KiB
Text

# Maintainer: Martijn Braam <martijn@brixit.nl>
pkgname=postmarketos-tweaks
pkgver=0.12.0
pkgrel=0
pkgdesc="Tweak tool for phone UIs"
url="https://gitlab.com/postmarketOS/postmarketos-tweaks"
arch="noarch"
license="GPL-3.0-or-later"
subpackages="$pkgname-phosh:phosh $pkgname-pinephone:pinephone $pkgname-sxmo-x11:sxmo"
depends="python3 py3-gobject3 py3-yaml gtk+3.0 libhandy1"
makedepends="py3-setuptools glib-dev libhandy1-dev meson"
install="$pkgname.post-install $pkgname.post-upgrade"
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
}
pinephone() {
install_if="$pkgname=$pkgver-r$pkgrel device-pine64-pinephone"
amove usr/share/postmarketos-tweaks/pinephone.yml
}
sxmo() {
install_if="$pkgname=$pkgver-r$pkgrel postmarketos-ui-sxmo-de-dwm"
amove usr/share/postmarketos-tweaks/sxmo-x11.yml
}
sha512sums="
5ca72c154c00bc96a6d2030d235587c1a07d58623217b2a08b67a57f0581126e92eb869b9fc94a304c69b42dc4f79caaadd896da62c47503b6a1b858119b145d postmarketos-tweaks-0.12.0.tar.gz
"