diff options
author | Saul Wold <sgw@linux.intel.com> | 2010-12-29 22:29:19 -0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-30 12:06:52 +0000 |
commit | c0e6d3ea6a819d5f776d861a8336b18cfab5f316 (patch) | |
tree | 5449ea5e705320c903859c97e5fe5bd51c58174d /meta/recipes-sato/matchbox-theme-sato | |
parent | 3f07975359d594abebd72cc44d51d0e752855baf (diff) | |
download | openembedded-core-contrib-c0e6d3ea6a819d5f776d861a8336b18cfab5f316.tar.gz |
matchbox-theme-sato-2: Updated to svn rev164 and add patch
Patch was added because the png file was renamed from
background.png to template.png.
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-sato/matchbox-theme-sato')
-rw-r--r-- | meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato-2/png_rename.patch | 14 | ||||
-rw-r--r-- | meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato-2_svn.bb | 4 |
2 files changed, 17 insertions, 1 deletions
diff --git a/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato-2/png_rename.patch b/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato-2/png_rename.patch new file mode 100644 index 00000000000..b12e9200049 --- /dev/null +++ b/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato-2/png_rename.patch @@ -0,0 +1,14 @@ +Background Image name was changed from background.png to template.png + +Signed-off-by: Saul Wold <sgw@linux.intel.com> + +Index: matchbox-sato/Sato/matchbox2/Makefile.am +=================================================================== +--- matchbox-sato.orig/Sato/matchbox2/Makefile.am 2010-12-29 13:08:43.000000000 -0800 ++++ matchbox-sato/Sato/matchbox2/Makefile.am 2010-12-29 22:14:45.690428881 -0800 +@@ -1,4 +1,4 @@ +-pngs = background.png ++pngs = template.png + + themesdir = $(datadir)/themes/Sato/matchbox2 + themes_DATA = theme.xml $(pngs) diff --git a/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato-2_svn.bb b/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato-2_svn.bb index 30b632934ef..c68c6855c74 100644 --- a/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato-2_svn.bb +++ b/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato-2_svn.bb @@ -3,7 +3,9 @@ require matchbox-theme-sato.inc DEPENDS = "matchbox-wm-2" PV = "0.1+svnr${SRCREV}" -SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=matchbox-sato;proto=http" +SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=matchbox-sato;proto=http \ + file://png_rename.patch" + S = "${WORKDIR}/matchbox-sato" EXTRA_OECONF = "--disable-matchbox-1 --enable-matchbox-2" |