From 3097f4afc1c84f1bee65f5bb17ebf619f879e861 Mon Sep 17 00:00:00 2001 From: Alex Ferguson Date: Thu, 4 Nov 2010 19:25:11 +0200 Subject: matchbox-common: Add jlime-specific modifications. * Added jlime-vfolders.patch, which modifies the default folders for matchbox-desktop. * Modified matchbox-common-0.9.1 recipe for the above patch and for matchbox-icons.tar.gz, which is a collection of icons which replace the default matchbox icons. Signed-off-by: Alex Ferguson Signed-off-by: Kristoffer Ericson --- recipes/matchbox-common/matchbox-common_0.9.1.bb | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'recipes/matchbox-common/matchbox-common_0.9.1.bb') diff --git a/recipes/matchbox-common/matchbox-common_0.9.1.bb b/recipes/matchbox-common/matchbox-common_0.9.1.bb index 1565258b7a..9a1f95eada 100644 --- a/recipes/matchbox-common/matchbox-common_0.9.1.bb +++ b/recipes/matchbox-common/matchbox-common_0.9.1.bb @@ -9,8 +9,15 @@ SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/0.9/${PN}-${PV}.tar file://no-utilities-category.patch \ file://add-media-category.patch" +SRC_URI_append_jlime = " http://jlime.com/downloads/development/software/matchbox-icons.tar.gz;name=addons \ + file://jlime-vfolders.patch " + inherit autotools pkgconfig update-alternatives +do_configure_prepend_jlime() { + mv ${WORKDIR}/icons/* ${S}/icons +} + EXTRA_OECONF = "--enable-pda-folders" FILES_${PN} = "\ @@ -23,8 +30,10 @@ ALTERNATIVE_LINK = "${bindir}/x-window-manager" ALTERNATIVE_PATH = "${bindir}/matchbox-session" ALTERNATIVE_PRIORITY = "11" - PACKAGE_ARCH = "all" SRC_URI[md5sum] = "90acc81aeebc0dca8f88fbaa40166607" SRC_URI[sha256sum] = "cb56d6a1031c33b98751cb06b2fce73feba49cb38a1e4db1a104e8efdfb9a7dc" + +SRC_URI[addons.md5sum] = "4613553e3ff3dc53d3bd1b9e01266727" +SRC_URI[addons.sha256sum] = "b35ee2c5d68275fbb598fd8dc0a77899dc5e34e4c1d94fbb3277136604ddac6a" -- cgit 1.2.3-korg