pmaports/main/postmarketos-ondev/APKBUILD
Oliver Smith 07bbd8c0c8
main/postmarketos-ondev: upgrade to 0.7.3 (MR 2712)
Increase boot size from 128 MiB to 256 MiB.

[ci:skip-build] already built successfully in CI
2021-12-01 15:48:29 -08:00

51 lines
1.1 KiB
Text

# Maintainer: Oliver Smith <ollieparanoid@postmarketos.org>
pkgname=postmarketos-ondev
pkgver=0.7.3
pkgrel=0
pkgdesc="Calamares based on-device installer"
url="https://postmarketos.org"
# armhf blocked by qt5-qtdeclarative
arch="all !armhf"
license="GPL-3.0-or-later"
depends="
$pkgname-openrc
calamares
calamares-extensions-brand-default-mobile
calamares-extensions-mod-mobile
calamares-mod-mount
calamares-mod-shellprocess
calamares-mod-unpackfs
dbus
dbus-openrc
e2fsprogs
elogind
elogind-openrc
haveged
haveged-openrc
i3wm
kirigami2
mesa-egl
qt5-qtvirtualkeyboard
qtvirtualkeyboard-plasma
tinydm
tinydm-openrc
ttf-dejavu
unclutter-xfixes
util-linux-misc
xf86-input-libinput
xf86-video-fbdev
xorg-server
xset
"
subpackages="$pkgname-openrc"
install="$pkgname.post-install"
source="https://gitlab.com/postmarketOS/postmarketos-ondev/-/archive/$pkgver/postmarketos-ondev-$pkgver.tar.gz"
options="!check" # has no tests
package() {
make DESTDIR="$pkgdir" install
}
sha512sums="
1db2b15141ceaaf9e2f2742444d6dbe12a378c5c87b93c1d03800a02de789d07e121f39f6b409577dd652b34461f576799a640abe830b9562ac03d2a843fd029 postmarketos-ondev-0.7.3.tar.gz
"