summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2010-12-29 22:29:19 -0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-12-30 12:06:52 +0000
commitc0e6d3ea6a819d5f776d861a8336b18cfab5f316 (patch)
tree5449ea5e705320c903859c97e5fe5bd51c58174d /meta
parent3f07975359d594abebd72cc44d51d0e752855baf (diff)
downloadpoky-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')
-rw-r--r--meta/conf/distro/include/poky-default-revisions.inc2
-rw-r--r--meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato-2/png_rename.patch14
-rw-r--r--meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato-2_svn.bb4
3 files changed, 18 insertions, 2 deletions
diff --git a/meta/conf/distro/include/poky-default-revisions.inc b/meta/conf/distro/include/poky-default-revisions.inc
index 36448cc5a7..a6193471d6 100644
--- a/meta/conf/distro/include/poky-default-revisions.inc
+++ b/meta/conf/distro/include/poky-default-revisions.inc
@@ -115,7 +115,7 @@ SRCREV_pn-matchbox-panel-2 ??= "2111"
115SRCREV_pn-matchbox-panel ??= "1364" 115SRCREV_pn-matchbox-panel ??= "1364"
116SRCREV_pn-matchbox-stroke ??= "1820" 116SRCREV_pn-matchbox-stroke ??= "1820"
117SRCREV_pn-matchbox-terminal ??= "1816" 117SRCREV_pn-matchbox-terminal ??= "1816"
118SRCREV_pn-matchbox-theme-sato-2 ??= "94" 118SRCREV_pn-matchbox-theme-sato-2 ??= "164"
119SRCREV_pn-matchbox-theme-sato ??= "90" 119SRCREV_pn-matchbox-theme-sato ??= "90"
120SRCREV_pn-matchbox-themes-extra ??= "1524" 120SRCREV_pn-matchbox-themes-extra ??= "1524"
121SRCREV_pn-matchbox-wm-2 ??= "2083" 121SRCREV_pn-matchbox-wm-2 ??= "2083"
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 0000000000..b12e920004
--- /dev/null
+++ b/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato-2/png_rename.patch
@@ -0,0 +1,14 @@
1Background Image name was changed from background.png to template.png
2
3Signed-off-by: Saul Wold <sgw@linux.intel.com>
4
5Index: matchbox-sato/Sato/matchbox2/Makefile.am
6===================================================================
7--- matchbox-sato.orig/Sato/matchbox2/Makefile.am 2010-12-29 13:08:43.000000000 -0800
8+++ matchbox-sato/Sato/matchbox2/Makefile.am 2010-12-29 22:14:45.690428881 -0800
9@@ -1,4 +1,4 @@
10-pngs = background.png
11+pngs = template.png
12
13 themesdir = $(datadir)/themes/Sato/matchbox2
14 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 30b632934e..c68c6855c7 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
3DEPENDS = "matchbox-wm-2" 3DEPENDS = "matchbox-wm-2"
4PV = "0.1+svnr${SRCREV}" 4PV = "0.1+svnr${SRCREV}"
5 5
6SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=matchbox-sato;proto=http" 6SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=matchbox-sato;proto=http \
7 file://png_rename.patch"
8
7S = "${WORKDIR}/matchbox-sato" 9S = "${WORKDIR}/matchbox-sato"
8 10
9EXTRA_OECONF = "--disable-matchbox-1 --enable-matchbox-2" 11EXTRA_OECONF = "--disable-matchbox-1 --enable-matchbox-2"