diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2013-04-30 16:48:57 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-05-10 11:02:39 +0200 |
commit | 96d7340da6a0eba20cd2e62175daa244c63bcd12 (patch) | |
tree | f67668dd04723db7b74b7b817127ebad5f1dbb0a /meta-gnome | |
parent | 8c709eb9fda970e06a7114c00c5e027fd3621259 (diff) | |
download | meta-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.bb | 14 |
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 c4465a55a..6abf73e7b 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 \ | |||
7 | 7 | ||
8 | SECTION = "x11/gnome" | 8 | SECTION = "x11/gnome" |
9 | 9 | ||
10 | PR = "r6" | 10 | PR = "r7" |
11 | 11 | ||
12 | DEPENDS = "gnome-doc-utils-native gconf glib-2.0 gnome-desktop gtk+ pango libwnck gnome-menus cairo libgweather dbus-glib librsvg libcanberra" | 12 | DEPENDS = "gnome-doc-utils-native gconf glib-2.0 gnome-desktop gtk+ pango libwnck gnome-menus cairo libgweather dbus-glib librsvg libcanberra" |
13 | 13 | ||
14 | inherit gtk-doc gnome gettext pkgconfig | 14 | inherit gtk-doc gnome gettext pkgconfig gconf |
15 | 15 | ||
16 | SRCREV = "6a364b6a4a9beed3da9ca6f5b0dac81eb99dea2a" | 16 | SRCREV = "6a364b6a4a9beed3da9ca6f5b0dac81eb99dea2a" |
17 | SRC_URI = "git://git.gnome.org/gnome-panel;branch=gnome-2-32" | 17 | SRC_URI = "git://git.gnome.org/gnome-panel;branch=gnome-2-32" |
@@ -26,14 +26,6 @@ do_configure_prepend() { | |||
26 | sed -i -e s:^#!@PYTHON@:#!/usr/bin/python: ${S}/gnome-panel/gnome-panel-add.in | 26 | sed -i -e s:^#!@PYTHON@:#!/usr/bin/python: ${S}/gnome-panel/gnome-panel-add.in |
27 | } | 27 | } |
28 | 28 | ||
29 | pkg_postinst_${PN}_append () { | ||
30 | if [ -n "$D" ]; then | ||
31 | exit 1 | ||
32 | fi | ||
33 | gconftool-2 --config-source=xml:readwrite:${sysconfdir}/gconf/gconf.xml.defaults \ | ||
34 | --direct --load ${sysconfdir}/gconf/schemas/panel-default-setup.entries | ||
35 | } | ||
36 | |||
37 | PACKAGES =+ "libpanel-applet" | 29 | PACKAGES =+ "libpanel-applet" |
38 | FILES_libpanel-applet = "${libdir}/libpanel-applet-*.so.*" | 30 | FILES_libpanel-applet = "${libdir}/libpanel-applet-*.so.*" |
39 | 31 | ||
@@ -43,5 +35,3 @@ FILES_${PN} =+ "${datadir}/gnome* \ | |||
43 | ${datadir}/PolicyKit \ | 35 | ${datadir}/PolicyKit \ |
44 | ${libdir}/bonobo \ | 36 | ${libdir}/bonobo \ |
45 | " | 37 | " |
46 | |||
47 | |||