synit-splash

This commit is contained in:
Tony Garnock-Jones 2022-05-19 16:19:34 +02:00
parent e9bf91e9de
commit e447f1fd32
5 changed files with 29 additions and 0 deletions

View File

@ -18,6 +18,7 @@ PACKAGES = \
syndicate-server.apk \
syndicate-sh.apk \
synit-pid1.apk \
synit-splash.apk \
synit-config.apk \
build: $(PACKAGES) sign

View File

@ -0,0 +1,24 @@
# Contributor: Tony Garnock-Jones <tonyg@leastfixedpoint.com>
# Maintainer: Tony Garnock-Jones <tonyg@leastfixedpoint.com>
pkgname=synit-splash
pkgver=0.0.1
pkgrel=4
pkgdesc="synit loading splash screen"
url="https://synit.org/"
arch="noarch"
license="GPLv3"
builddir="$srcdir/"
options="!check"
install="$pkgname.post-install $pkgname.post-upgrade"
# This allows us to stomple on /usr/share/postmarketos-splashes/splash-loading.ppm.gz, which is owned by the device-pine64-pinephone package
replaces="device-pine64-pinephone"
build() {
:
}
package() {
mkdir -p "$pkgdir/usr/share/postmarketos-splashes"
cp "$startdir/syndicate-logo-from-syndicate-rs-20211008.ppm.gz" "$pkgdir/usr/share/postmarketos-splashes/splash-loading.ppm.gz"
}

View File

@ -0,0 +1,2 @@
#!/bin/sh
exec mkinitfs

View File

@ -0,0 +1,2 @@
#!/bin/sh
exec mkinitfs