aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2013-04-30 16:48:57 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2013-05-10 11:02:39 +0200
commit96d7340da6a0eba20cd2e62175daa244c63bcd12 (patch)
treef67668dd04723db7b74b7b817127ebad5f1dbb0a /meta-gnome
parent8c709eb9fda970e06a7114c00c5e027fd3621259 (diff)
downloadmeta-openembedded-96d7340da6a0eba20cd2e62175daa244c63bcd12.tar.gz
gnome-panel: let gconf.bblass take care for postinst
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r--meta-gnome/recipes-gnome/gnome-panel/gnome-panel_2.32.1.bb14
1 files changed, 2 insertions, 12 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-panel/gnome-panel_2.32.1.bb b/meta-gnome/recipes-gnome/gnome-panel/gnome-panel_2.32.1.bb
index c4465a55ae..6abf73e7b4 100644
--- a/meta-gnome/recipes-gnome/gnome-panel/gnome-panel_2.32.1.bb
+++ b/meta-gnome/recipes-gnome/gnome-panel/gnome-panel_2.32.1.bb
@@ -7,11 +7,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
SECTION = "x11/gnome"
-PR = "r6"
+PR = "r7"
DEPENDS = "gnome-doc-utils-native gconf glib-2.0 gnome-desktop gtk+ pango libwnck gnome-menus cairo libgweather dbus-glib librsvg libcanberra"
-inherit gtk-doc gnome gettext pkgconfig
+inherit gtk-doc gnome gettext pkgconfig gconf
SRCREV = "6a364b6a4a9beed3da9ca6f5b0dac81eb99dea2a"
SRC_URI = "git://git.gnome.org/gnome-panel;branch=gnome-2-32"
@@ -26,14 +26,6 @@ do_configure_prepend() {
sed -i -e s:^#!@PYTHON@:#!/usr/bin/python: ${S}/gnome-panel/gnome-panel-add.in
}
-pkg_postinst_${PN}_append () {
-if [ -n "$D" ]; then
- exit 1
-fi
- gconftool-2 --config-source=xml:readwrite:${sysconfdir}/gconf/gconf.xml.defaults \
- --direct --load ${sysconfdir}/gconf/schemas/panel-default-setup.entries
-}
-
PACKAGES =+ "libpanel-applet"
FILES_libpanel-applet = "${libdir}/libpanel-applet-*.so.*"
@@ -43,5 +35,3 @@ FILES_${PN} =+ "${datadir}/gnome* \
${datadir}/PolicyKit \
${libdir}/bonobo \
"
-
-