[oe-commits] Tom Hacohen : fixed the gtk themes

git version control git at git.openembedded.org
Mon Nov 9 21:55:57 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: 55c853620ba3de31e39b2bbdf1051cb49344a0a4
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=55c853620ba3de31e39b2bbdf1051cb49344a0a4

Author: Tom Hacohen <tom at stosb.com>
Date:   Tue Oct 20 21:01:38 2009 +0200

fixed the gtk themes

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

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

diff --git a/recipes/shr/gtk-theme-neo_git.bb b/recipes/shr/gtk-theme-neo_git.bb
index be41e4b..e435b1b 100644
--- a/recipes/shr/gtk-theme-neo_git.bb
+++ b/recipes/shr/gtk-theme-neo_git.bb
@@ -6,7 +6,7 @@ RRECOMMENDS = "elementary-theme-neo e-wm-theme-illume-neo libframeworkd-phonegui
 LICENSE = "unknown"
 
 PV = "0.2-${EFL_SRCREV}-gitr${SRCREV}"
-PR = "r2"
+PR = "r3"
 
 SRC_URI = "git://git.shr-project.org/repo/shr-themes.git;protocol=http;branch=master"
 
diff --git a/recipes/shr/gtk-theme.inc b/recipes/shr/gtk-theme.inc
index 863cf43..449d0e0 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/shr-theme-gtk-e17lookalike_git.bb b/recipes/shr/shr-theme-gtk-e17lookalike_git.bb
index fc95b81..fc9c32e 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${SRCREV}"
-PR = "r4"
+PR = "r5"
 
 SRC_URI = "git://git.shr-project.org/repo/shr-themes.git;protocol=http;branch=master"
 





More information about the Openembedded-commits mailing list