main/postmarketos-bootsplash: use source_deviceinfo (MR 4129)
This commit is contained in:
parent
35129cb2c7
commit
0665493f14
|
@ -3,7 +3,7 @@
|
|||
VT=7
|
||||
|
||||
# Retrieve device name
|
||||
source /etc/deviceinfo
|
||||
. /usr/share/misc/source_deviceinfo
|
||||
|
||||
# Do not show splash if framebuffer is disabled
|
||||
if [ "$deviceinfo_no_framebuffer" = "true" ]; then
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
# Maintainer: Caleb Connolly <caleb@connolly.tech>
|
||||
pkgname=postmarketos-bootsplash
|
||||
pkgver=0.2
|
||||
pkgrel=3
|
||||
pkgver=0.2.1
|
||||
pkgrel=0
|
||||
pkgdesc="pmOS integration components for pbsplash"
|
||||
url="https://postmarketos.org"
|
||||
arch="all"
|
||||
license="CC-BY-SA-3.0"
|
||||
depends="pbsplash"
|
||||
depends="devicepkg-utils pbsplash"
|
||||
options="!check" # no testsuite
|
||||
subpackages="$pkgname-openrc"
|
||||
source="
|
||||
|
@ -37,7 +37,7 @@ openrc() {
|
|||
|
||||
sha512sums="
|
||||
7e5416f0f9de3605dcbc5ddd4b93d244fd6d4fd1bc2d5a15a034263f8517fc51e73509f29f2a13397d059913917990ada89b36ac7b00a0d21c0283fade755c1c kill-pbsplash
|
||||
81b54cbf806fe36a338ccc79e370e05e721d5d19de2d8905cf3bfc502e3041fb0b3b5429d5c1bf8d9a238838a1cce704c3683cf054d15a25d43681e30280395a 99-shutdown-pbsplash.stop
|
||||
3b862e2282c79d6ffc7aa8dc3992562c11fea5633c98e3ff9c6205a907f5d995e9fcf098adcf294e0648436df97746a3943b9b761ddf72339cc5589fb8904a8d 99-shutdown-pbsplash.stop
|
||||
2387c64d84f0ba3ee76925f55c87ce025140aa3cd462107a851c34ffd89bd52f606e0d1f9f371d4f642d96545d5cc1bc0fcfb23ca7629a9149055f068da6bffd OpenSans-Regular.svg
|
||||
98984fd67b99400d2b08422c4d314da558d3c94ee67dbc895e7bbfd6fdf22d4b2c9d35f48f4b73b383a054f535d4089fb705c5532f034cb2ee54eab2184e8e86 pmos-logo.svg
|
||||
1940480fb98ffd1cef17c0ed440d44aa200119d022ce59973a18fa39ee040b19e748312ae61edae4ff8d2bacf42b4d7c9144274b99cd8563e4a106447825b8f2 pmos-logo-text.svg
|
||||
|
|
Loading…
Reference in New Issue
Block a user