main/postmarketos-splash: drop in favour in pbsplash (MR 2878)
This commit is contained in:
parent
80eb55a604
commit
b93203a035
2 changed files with 0 additions and 45 deletions
|
@ -1,28 +0,0 @@
|
|||
# Maintainer: Martijn Braam <martijn@brixit.nl>
|
||||
pkgname=postmarketos-splash
|
||||
pkgver=1.0.0
|
||||
pkgrel=3
|
||||
pkgdesc="Splash screen for postmarketOS"
|
||||
url="https://gitlab.com/postmarketos"
|
||||
arch="noarch"
|
||||
license="MIT"
|
||||
depends="font-dejavu font-droid py3-pillow python3"
|
||||
source="https://gitlab.com/postmarketos/postmarketos-splash/-/archive/$pkgver/postmarketos-splash-$pkgver.tar.gz
|
||||
config.ini
|
||||
https://gitlab.com/postmarketOS/artwork/raw/master/logo/pmos.ttf"
|
||||
options="!check" # No tests
|
||||
|
||||
package() {
|
||||
install -D -m755 make-splash.py \
|
||||
"$pkgdir"/usr/bin/pmos-make-splash
|
||||
install -D -m644 "$srcdir"/config.ini \
|
||||
"$pkgdir"/etc/postmarketos/splash.ini
|
||||
install -D -m644 "$srcdir"/pmos.ttf \
|
||||
"$pkgdir"/usr/share/fonts/ttf-pmos/pmos.ttf
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
20d775f7cfb6e71eaa093ce254086eb64ed720573e94185bd09b9258e5707dd74ad20d593026fc5dd1edd1190e44e726bce74a5093ee991ee5fa5c0c1373817a postmarketos-splash-1.0.0.tar.gz
|
||||
e1388cd336c16e779c7807d790dc75f1a96a74ccf2d50374be0da2f6f234026576d3c95df6e613184dd515370636d3e14086769def0bc352c49611263b7c26bc config.ini
|
||||
81e5df350bf7f435ab5480f7028fc3cabf5a947fa0dff1ed219f6d9ac18a1250f5114887a9f5f270cc699af48cd77f23d14a84578ac8d2d0f3a3e90ec3211c45 pmos.ttf
|
||||
"
|
|
@ -1,17 +0,0 @@
|
|||
[background]
|
||||
color=#000
|
||||
|
||||
[name]
|
||||
text=postmarketOS
|
||||
font=/usr/share/fonts/droid/DroidSans.ttf
|
||||
color=#fff
|
||||
|
||||
[logo]
|
||||
text=
|
||||
font=/usr/share/fonts/ttf-pmos/pmos.ttf
|
||||
color=#090
|
||||
spacing=1
|
||||
|
||||
[text]
|
||||
font=/usr/share/fonts/droid/DroidSans.ttf
|
||||
color=#999
|
Loading…
Reference in a new issue