aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/matchbox-common/matchbox-common_0.9.1.bb
diff options
context:
space:
mode:
authorAlex Ferguson <thoughtmonster@gmail.com>2010-11-04 19:25:11 +0200
committerKristoffer Ericson <kristoffer.ericson@gmail.com>2010-11-05 10:41:15 +0100
commit3097f4afc1c84f1bee65f5bb17ebf619f879e861 (patch)
treecbd2dff8a5680a11864280e49cbd1ae45b3091fa /recipes/matchbox-common/matchbox-common_0.9.1.bb
parent8cf7a89fa630d4d4aa8d70c7b40d70715ce4c780 (diff)
downloadopenembedded-3097f4afc1c84f1bee65f5bb17ebf619f879e861.tar.gz
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 <thoughtmonster@gmail.com> Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
Diffstat (limited to 'recipes/matchbox-common/matchbox-common_0.9.1.bb')
-rw-r--r--recipes/matchbox-common/matchbox-common_0.9.1.bb11
1 files changed, 10 insertions, 1 deletions
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"