summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2007-07-30 21:38:25 +0000
committerMichael Lauer <mickey@vanille-media.de>2007-07-30 21:38:25 +0000
commit5c6bb027103f5f8f6815db777c6d3c287701cfd1 (patch)
tree012ccdb80d57cfd6ef11b0aea9072c39983357b9 /packages
parent673c15addeb79e8333ac0dd770f2332e6dba59ce (diff)
parent918e226afe2c8fe51e6796d45ad6abcf1baeb679 (diff)
merge of '802e060fdcc7fa600a6f20b2de68a01d0e340e51'
and 'b473108bc7e5f11f7f14d9c0c2842e1a2a91c0b9'
Diffstat (limited to 'packages')
-rw-r--r--packages/openmoko-base/openmoko-theme-standard_svn.bb4
-rw-r--r--packages/openmoko2/openmoko-theme-standard2_svn.bb4
2 files changed, 6 insertions, 2 deletions
diff --git a/packages/openmoko-base/openmoko-theme-standard_svn.bb b/packages/openmoko-base/openmoko-theme-standard_svn.bb
index 6265526de6..8bf59ac707 100644
--- a/packages/openmoko-base/openmoko-theme-standard_svn.bb
+++ b/packages/openmoko-base/openmoko-theme-standard_svn.bb
@@ -1,7 +1,7 @@
DESCRIPTION = "Standard Gtk+ theme for the OpenMoko distribution"
SECTION = "openmoko/base"
PV = "0.0+svn${SRCDATE}"
-PR = "r4"
+PR = "r5"
inherit openmoko-base
@@ -21,5 +21,7 @@ do_install() {
echo 'include "${datadir}/themes/openmoko-standard/gtk-2.0/gtkrc"' >> ${D}${sysconfdir}/gtk-2.0/gtkrc
}
+CONFFILES_${PN} = "${sysconfdir}/gtk-2.0/gtkrc"
+
PACKAGE_ARCH = "all"
FILES_${PN} = "${datadir} ${sysconfdir}"
diff --git a/packages/openmoko2/openmoko-theme-standard2_svn.bb b/packages/openmoko2/openmoko-theme-standard2_svn.bb
index b925edce1a..3af6dc78a9 100644
--- a/packages/openmoko2/openmoko-theme-standard2_svn.bb
+++ b/packages/openmoko2/openmoko-theme-standard2_svn.bb
@@ -6,7 +6,7 @@ PR = "r1"
inherit openmoko2
-SRC_URI = "svn://svn.openmoko.org/trunk/src/target/OM-2008/artwork/themes;module=openmoko-standard-2;proto=http"
+SRC_URI = "svn://svn.openmoko.org/trunk/src/target/OM-2007.2/artwork/themes;module=openmoko-standard-2;proto=http"
S = "${WORKDIR}/openmoko-standard-2"
do_install() {
@@ -19,5 +19,7 @@ do_install() {
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}"