[oe-commits] Denis 'GNUtoo' Carikli : gtk-theme-{neo, e17lookalike} : add support for htcdream and bump SRCREV

git version control git at git.openembedded.org
Wed Mar 2 21:28:58 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 58bc2e293a6186057ed45ba54bff9b9c3a0e6540
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=58bc2e293a6186057ed45ba54bff9b9c3a0e6540

Author: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
Date:   Wed Mar  2 21:58:57 2011 +0100

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 at no-log.org>

---

 recipes/shr/gtk-theme-e17lookalike/htcdream/gtkrc |    3 +++
 recipes/shr/gtk-theme-e17lookalike_git.bb         |    4 ++--
 recipes/shr/gtk-theme-neo/htcdream/gtkrc          |    3 +++
 recipes/shr/gtk-theme-neo_git.bb                  |    2 +-
 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 0000000..76a3904
--- /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 6396518..d4e12a7 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 0000000..b28e176
--- /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 627352b..0156efc 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"
 





More information about the Openembedded-commits mailing list