2020-06-07 08:46:52 +00:00
|
|
|
# Maintainer: Oliver Smith <ollieparanoid@postmarketos.org>
|
|
|
|
pkgname=postmarketos-ondev
|
2021-02-07 18:17:54 +00:00
|
|
|
pkgver=0.4.1
|
2020-09-22 20:02:44 +00:00
|
|
|
pkgrel=0
|
2020-06-07 08:46:52 +00:00
|
|
|
pkgdesc="Calamares based on-device installer"
|
|
|
|
url="https://postmarketos.org"
|
2020-08-25 19:18:19 +00:00
|
|
|
arch="all !armhf" # armhf: qt5-qtdeclarative
|
2020-06-07 08:46:52 +00:00
|
|
|
license="GPL-3.0-or-later"
|
|
|
|
depends="
|
|
|
|
$pkgname-openrc
|
|
|
|
calamares
|
2020-09-22 20:02:44 +00:00
|
|
|
calamares-extensions-brand-default-mobile
|
|
|
|
calamares-extensions-mod-mobile
|
2020-06-07 08:46:52 +00:00
|
|
|
calamares-mod-mount
|
|
|
|
calamares-mod-shellprocess
|
|
|
|
calamares-mod-unpackfs
|
2020-06-29 18:24:07 +00:00
|
|
|
e2fsprogs
|
2020-06-07 08:46:52 +00:00
|
|
|
i3wm
|
|
|
|
kirigami2
|
|
|
|
mesa-egl
|
|
|
|
qt5-qtvirtualkeyboard
|
2020-09-22 09:59:49 +00:00
|
|
|
qtvirtualkeyboard-plasma
|
2020-09-22 20:02:44 +00:00
|
|
|
tinydm
|
|
|
|
tinydm-openrc
|
2020-06-29 18:24:07 +00:00
|
|
|
unclutter-xfixes
|
2020-06-07 08:46:52 +00:00
|
|
|
xorg-server
|
2020-09-22 20:02:44 +00:00
|
|
|
xset
|
2020-06-07 08:46:52 +00:00
|
|
|
"
|
|
|
|
subpackages="$pkgname-openrc"
|
|
|
|
install="$pkgname.post-install"
|
2020-09-22 20:02:44 +00:00
|
|
|
source="https://gitlab.com/postmarketOS/postmarketos-ondev/-/archive/$pkgver/postmarketos-ondev-$pkgver.tar.bz2"
|
2020-06-07 08:46:52 +00:00
|
|
|
options="!check" # has no tests
|
|
|
|
|
|
|
|
package() {
|
2020-09-22 20:02:44 +00:00
|
|
|
make DESTDIR="$pkgdir" install
|
2020-06-07 08:46:52 +00:00
|
|
|
}
|
|
|
|
|
2021-02-07 18:17:54 +00:00
|
|
|
sha512sums="dbbe7402c83d5cad2d742373cdc05c9a7a0a1690a2364db93b84706408099022b103c6641372802c1e28779d6512fe5b1d5cb27588aa5dde559881109f1e915c postmarketos-ondev-0.4.1.tar.bz2"
|