aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gpe-bootsplash/gpe-bootsplash_1.15.bb
blob: 7af263170c1719c9b11d74be96b9a314e8916e0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
inherit gpe

DEPENDS = "gtk+ libsvg-cairo"
SECTION = "gpe"
PRIORITY = "optional"
LICENSE = "GPL"
PR = "r10"

SRC_URI += "file://splash-p.svg \
	    file://splash-l.svg \
	    file://init.patch \
	    file://no-strip-on-install.patch"


FILES_${PN} += "${datadir}/gpe"

do_install_append() {
	install -m 0644 ${WORKDIR}/splash-p.svg ${D}${datadir}/gpe/splash-gpe-portrait.svg
	install -m 0644 ${WORKDIR}/splash-l.svg ${D}${datadir}/gpe/splash-gpe-landscape.svg
	mv ${D}${sysconfdir}/rcS.d/S00bootsplash ${D}${sysconfdir}/rcS.d/S07bootsplash
}

pkg_postinst() {

	update-alternatives --install /usr/share/gpe/splash-l.svg bootsplash-l /usr/share/gpe/splash-gpe-landscape.svg 10
	update-alternatives --install /usr/share/gpe/splash-p.svg bootsplash-p /usr/share/gpe/splash-gpe-portrait.svg 10
}

pkg_postrm() {
	update-alternatives --remove bootsplash-l /usr/share/gpe/splash-gpe-landscape.svg
	update-alternatives --remove bootsplash-p /usr/share/gpe/splash-gpe-portrait.svg
}

SRC_URI[md5sum] = "205b47792c4adc4e1d07d6e4ce8cc466"
SRC_URI[sha256sum] = "586c4635a104e6566284d5edf5d64fbd6d944a92b5c1b493baf16e78db540060"