aboutsummaryrefslogtreecommitdiffstats
path: root/packages/openmoko2/openmoko-theme-standard2_svn.bb
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2007-10-03 12:43:09 +0000
committerGraeme Gregory <dp@xora.org.uk>2007-10-03 12:43:09 +0000
commitd63abad2c510fb80b1e2dc439f8277bfe39cd5c2 (patch)
treeb7fbdc3a8a1c7ff4fdfb85f86e528915f7b5b18e /packages/openmoko2/openmoko-theme-standard2_svn.bb
parentcfa978e9df15508e69c4c363284c689d922da2da (diff)
downloadopenembedded-d63abad2c510fb80b1e2dc439f8277bfe39cd5c2.tar.gz
openmoko2/openmoko-theme-standard2_svn.bb : remove creation of gtkrc
on request of cwiiis <cwiiis> XorA: Hi - could you remove the creation of /etc/gtk-2.0/gtkrc from packages/openmoko2/openmoko-theme-standard2_svn.bb please? It breaks setting the theme and as far as I can tell, isn't necessary
Diffstat (limited to 'packages/openmoko2/openmoko-theme-standard2_svn.bb')
-rw-r--r--packages/openmoko2/openmoko-theme-standard2_svn.bb8
1 files changed, 2 insertions, 6 deletions
diff --git a/packages/openmoko2/openmoko-theme-standard2_svn.bb b/packages/openmoko2/openmoko-theme-standard2_svn.bb
index b006f6d6dc..ec3b4f702e 100644
--- a/packages/openmoko2/openmoko-theme-standard2_svn.bb
+++ b/packages/openmoko2/openmoko-theme-standard2_svn.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Standard Gtk+ theme for the OpenMoko distribution"
SECTION = "openmoko/base"
RCONFLICTS = "openmoko-theme-standard"
PV = "0.1.0+${SVNREV}"
-PR = "r3"
+PR = "r4"
inherit openmoko2
@@ -15,11 +15,7 @@ do_install() {
cp -fpPR ${S}/* ${D}${datadir}/themes/openmoko-standard-2/
rm -rf ${D}${datadir}/themes/openmoko-standard-2/patches/
- install -d ${D}${sysconfdir}/gtk-2.0
- echo 'include "${datadir}/themes/openmoko-standard-2/gtk-2.0/gtkrc"' >> ${D}${sysconfdir}/gtk-2.0/gtkrc
}
-CONFFILES_${PN} = "${sysconfdir}/gtk-2.0/gtkrc"
-
PACKAGE_ARCH = "all"
-FILES_${PN} = "${datadir} ${sysconfdir}"
+FILES_${PN} = "${datadir}"