aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2011-03-02 21:58:57 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2011-03-02 22:27:22 +0100
commit58bc2e293a6186057ed45ba54bff9b9c3a0e6540 (patch)
treef73c83c5848b5b3e0e553fc2c764aa544e46b909
parent4d10e352a9ec7458f338587cfdb2b56fdb4cbbc1 (diff)
downloadopenembedded-58bc2e293a6186057ed45ba54bff9b9c3a0e6540.tar.gz
gtk-theme-{neo,e17lookalike} : add support for htcdream and bump SRCREV
Note that the SRCREV bump is needed for supporting the htcdream: else /etc/gtk-2.0/gtkrc's font size are not taken into account with the default theme( The problem is fixed by shr's commit 1564a06ebf8680a2824f5d0db0616279e72c5296 in shr-themes's git). Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
-rw-r--r--recipes/shr/gtk-theme-e17lookalike/htcdream/gtkrc3
-rw-r--r--recipes/shr/gtk-theme-e17lookalike_git.bb4
-rw-r--r--recipes/shr/gtk-theme-neo/htcdream/gtkrc3
-rw-r--r--recipes/shr/gtk-theme-neo_git.bb2
4 files changed, 9 insertions, 3 deletions
diff --git a/recipes/shr/gtk-theme-e17lookalike/htcdream/gtkrc b/recipes/shr/gtk-theme-e17lookalike/htcdream/gtkrc
new file mode 100644
index 0000000000..76a3904605
--- /dev/null
+++ b/recipes/shr/gtk-theme-e17lookalike/htcdream/gtkrc
@@ -0,0 +1,3 @@
+gtk-font-name = "Sans 10"
+gtk-theme-name = "gtk-theme-e17lookalike"
+gtk-icon-theme-name = "openmoko-standard"
diff --git a/recipes/shr/gtk-theme-e17lookalike_git.bb b/recipes/shr/gtk-theme-e17lookalike_git.bb
index 6396518d28..d4e12a761e 100644
--- a/recipes/shr/gtk-theme-e17lookalike_git.bb
+++ b/recipes/shr/gtk-theme-e17lookalike_git.bb
@@ -1,8 +1,8 @@
DESCRIPTION = "A gtk theme that looks like e17"
LICENSE = "MIT BSD"
-SRCREV = "5c01117b97ab823b5dd298c08759093a81ac5456"
+SRCREV = "1564a06ebf8680a2824f5d0db0616279e72c5296"
PV = "0.1.1+gitr${SRCPV}"
-PR = "r7"
+PR = "r8"
PACKAGE_ARCH = "all"
SRC_URI = "git://git.shr-project.org/repo/shr-themes.git;protocol=http;branch=master"
diff --git a/recipes/shr/gtk-theme-neo/htcdream/gtkrc b/recipes/shr/gtk-theme-neo/htcdream/gtkrc
new file mode 100644
index 0000000000..b28e1762b6
--- /dev/null
+++ b/recipes/shr/gtk-theme-neo/htcdream/gtkrc
@@ -0,0 +1,3 @@
+gtk-font-name = "Sans 10"
+gtk-theme-name = "gtk-theme-neo"
+gtk-icon-theme-name = "nEo"
diff --git a/recipes/shr/gtk-theme-neo_git.bb b/recipes/shr/gtk-theme-neo_git.bb
index 627352b3f7..0156efc272 100644
--- a/recipes/shr/gtk-theme-neo_git.bb
+++ b/recipes/shr/gtk-theme-neo_git.bb
@@ -8,7 +8,7 @@ LICENSE = "unknown"
SRCREV = "f847105c5ef5d488a4bce0c0a85d572c3509d56f"
PV = "0.3+gitr${SRCPV}"
-PR = "r7"
+PR = "r8"
SRC_URI = "git://git.shr-project.org/repo/shr-themes.git;protocol=http;branch=master"