aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom <tom@stosb.com>2009-10-20 18:01:38 +0000
committerKlaus Kurzmann <mok@fluxnetz.de>2009-10-20 21:05:39 +0200
commit75683d9629ea76518891e1b6b7df629c1bc5419a (patch)
treefeb7816ea32f506b0f364da875fb75d97d5a9415
parentd3279013c15a740fd54f791d0c3f8c87368894e6 (diff)
downloadopenembedded-75683d9629ea76518891e1b6b7df629c1bc5419a.tar.gz
fixed the gtk themes
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
-rw-r--r--recipes/shr/gtk-theme.inc2
-rw-r--r--recipes/shr/gtk-theme/gtkrc.shr-theme-gtk-e17lookalike4
-rw-r--r--recipes/shr/shr-theme-gtk-e17lookalike_git.bb2
3 files changed, 4 insertions, 4 deletions
diff --git a/recipes/shr/gtk-theme.inc b/recipes/shr/gtk-theme.inc
index 863cf43019..e6ae7d6bd2 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 1602654b0a..c63cd733fb 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 aacc86ee3d..30c315d54a 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"