diff options
author | Graeme Gregory <dp@xora.org.uk> | 2007-10-03 12:43:09 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2007-10-03 12:43:09 +0000 |
commit | d63abad2c510fb80b1e2dc439f8277bfe39cd5c2 (patch) | |
tree | b7fbdc3a8a1c7ff4fdfb85f86e528915f7b5b18e /packages/openmoko2/openmoko-theme-standard2_svn.bb | |
parent | cfa978e9df15508e69c4c363284c689d922da2da (diff) |
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.bb | 8 |
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}" |