diff options
-rw-r--r-- | meta-gnome/recipes-gnome/gnome-panel/gnome-panel_2.32.1.bb | 9 |
1 files changed, 6 insertions, 3 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 78a6d4783d..4a073780e3 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,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | |||
7 | 7 | ||
8 | SECTION = "x11/gnome" | 8 | SECTION = "x11/gnome" |
9 | 9 | ||
10 | PR = "r4" | 10 | PR = "r5" |
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 | ||
@@ -26,8 +26,11 @@ do_configure_prepend() { | |||
26 | } | 26 | } |
27 | 27 | ||
28 | pkg_postinst_append () { | 28 | pkg_postinst_append () { |
29 | gconftool-2 --config-source=xml:readwrite:/etc/gconf/gconf.xml.defaults \ | 29 | if [ -n "$D" ]; then |
30 | --direct --load /etc/gconf/schemas/panel-default-setup.entries | 30 | exit 1 |
31 | fi | ||
32 | gconftool-2 --config-source=xml:readwrite:${sysconfdir}/gconf/gconf.xml.defaults \ | ||
33 | --direct --load ${sysconfdir}/gconf/schemas/panel-default-setup.entries | ||
31 | } | 34 | } |
32 | 35 | ||
33 | PACKAGES =+ "libpanel-applet" | 36 | PACKAGES =+ "libpanel-applet" |