From c2b17008ce562db7e7e794611dbdd10764599967 Mon Sep 17 00:00:00 2001 From: "nslu2-linux.adm@bkbits.net" Date: Sat, 1 Jan 2005 17:40:07 +0000 Subject: Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/01/01 18:07:41+01:00 uni-frankfurt.de!mickeyl Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages 2005/01/01 18:07:31+01:00 uni-frankfurt.de!mickeyl patch corgi kernel to use a sane default brightness instead of the 'argh-i am blind' (aka maximum) value 2005/01/01 17:01:57+00:00 nexus.co.uk!pb delete some old gaims 2005/01/01 17:01:32+00:00 nexus.co.uk!pb update gaim to 1.1.1 2005/01/01 16:47:16+00:00 nexus.co.uk!pb update gtk+ to 2.6.0 2005/01/01 16:46:13+00:00 nexus.co.uk!pb This is GPE 2.6 BKrev: 41d6e077BB_YeBgy28Ap40pKWVbkVg --- packages/gpe-bootsplash/gpe-bootsplash_1.14.bb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'packages/gpe-bootsplash/gpe-bootsplash_1.14.bb') diff --git a/packages/gpe-bootsplash/gpe-bootsplash_1.14.bb b/packages/gpe-bootsplash/gpe-bootsplash_1.14.bb index e69de29bb2..ab096f4426 100644 --- a/packages/gpe-bootsplash/gpe-bootsplash_1.14.bb +++ b/packages/gpe-bootsplash/gpe-bootsplash_1.14.bb @@ -0,0 +1,19 @@ +inherit gpe + +DEPENDS = "gtk+ libsvg-cairo" +MAINTAINER = "Phil Blundell " +SECTION = "gpe" +PRIORITY = "optional" +LICENSE = "GPL" +PR = "r1" + +SRC_URI += "file://splash-p.svg file://splash-l.svg" + +FILES_${PN} += "${datadir}/gpe" + +do_install_append() { + install -m 0644 ${WORKDIR}/splash-p.svg ${D}${datadir}/gpe/splash-p.svg + install -m 0644 ${WORKDIR}/splash-l.svg ${D}${datadir}/gpe/splash-l.svg + mv ${D}/etc/rcS.d/S00bootsplash ${D}/etc/rcS.d/S02bootsplash +} + -- cgit 1.2.3-korg