[oe-commits] Tom : fixed the gtk themes

git version control git at git.openembedded.org
Tue Oct 20 19:05:42 UTC 2009


Module: openembedded.git
Branch: shr/import
Commit: 75683d9629ea76518891e1b6b7df629c1bc5419a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=75683d9629ea76518891e1b6b7df629c1bc5419a

Author: Tom <tom at stosb.com>
Date:   Tue Oct 20 18:01:38 2009 +0000

fixed the gtk themes

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 recipes/shr/gtk-theme.inc                          |    2 +-
 .../shr/gtk-theme/gtkrc.shr-theme-gtk-e17lookalike |    4 ++--
 recipes/shr/shr-theme-gtk-e17lookalike_git.bb      |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes/shr/gtk-theme.inc b/recipes/shr/gtk-theme.inc
index 863cf43..e6ae7d6 100644
--- a/recipes/shr/gtk-theme.inc
+++ b/recipes/shr/gtk-theme.inc
@@ -8,7 +8,7 @@ SRC_URI += "file://gtk-theme/gtkrc.${PN}"
 
 do_install() {
 	install -d "${D}${datadir}/themes/${PN}/gtk-2.0"
-	cp -r "${S}/" "${D}${datadir}/themes/${PN}/gtk-2.0"
+	cp -r "${S}/./" "${D}${datadir}/themes/${PN}/gtk-2.0/"
         install -d ${D}${sysconfdir}/gtk-2.0/
         install -m 0644 ${WORKDIR}/gtk-theme/gtkrc.${PN} ${D}${sysconfdir}/gtk-2.0/gtkrc.${PN}
 }
diff --git a/recipes/shr/gtk-theme/gtkrc.shr-theme-gtk-e17lookalike b/recipes/shr/gtk-theme/gtkrc.shr-theme-gtk-e17lookalike
index 1602654..c63cd73 100644
--- a/recipes/shr/gtk-theme/gtkrc.shr-theme-gtk-e17lookalike
+++ b/recipes/shr/gtk-theme/gtkrc.shr-theme-gtk-e17lookalike
@@ -1,3 +1,3 @@
 gtk-font-name = "Sans 5"
-gtk-theme-name = "theme-qad-neo"
-gtk-icon-theme-name = "nEo"
+gtk-theme-name = "shr-theme-gtk-e17lookalike"
+gtk-icon-theme-name = "openmoko-standard"
diff --git a/recipes/shr/shr-theme-gtk-e17lookalike_git.bb b/recipes/shr/shr-theme-gtk-e17lookalike_git.bb
index aacc86e..30c315d 100644
--- a/recipes/shr/shr-theme-gtk-e17lookalike_git.bb
+++ b/recipes/shr/shr-theme-gtk-e17lookalike_git.bb
@@ -1,7 +1,7 @@
 DESCRIPTION = "A gtk theme that looks like e17"
 LICENSE = "MIT BSD"
 PV = "0.1.1-gitr${SRCPV}"
-PR = "r3"
+PR = "r4"
 
 SRC_URI = "git://git.shr-project.org/repo/shr-themes.git;protocol=http;branch=master"
 





More information about the Openembedded-commits mailing list