pmaports/main/postmarketos-ondev/APKBUILD
Oliver Smith 2ac6c742ba
main/postmarketos-ondev: depend on ttf-dejavu (MR 2400)
Proper fix for the monospace fonts seen when postmarketos-ondev is
installed without also installing osk-sdl. This doesn't happen anymore
with pmbootstrap install --ondev, because it will always pull in osk-sdl
again for other reasons. However, since postmarketos-ondev is using this
font, let's directly depend on it instead of having it pulled in as side
effect of also having osk-sdl installed.
2021-08-05 18:44:32 +02:00

51 lines
1.1 KiB
Text

# Maintainer: Oliver Smith <ollieparanoid@postmarketos.org>
pkgname=postmarketos-ondev
pkgver=0.7.2
pkgrel=1
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="
64886285e84bbb47dab66a9f23ade2dd90ac7db86a414e0501f01596a9076724f4ec49399e56d94bb572e3d091b2373292c418db33ba088decca7d4cb6d593c9 postmarketos-ondev-0.7.2.tar.gz
"