summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/gnome-panel/gnome-panel_2.32.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-gnome/recipes-gnome/gnome-panel/gnome-panel_2.32.1.bb')
-rw-r--r--meta-gnome/recipes-gnome/gnome-panel/gnome-panel_2.32.1.bb14
1 files changed, 7 insertions, 7 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 e54579d6d..c4465a55a 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
@@ -21,17 +21,17 @@ S = "${WORKDIR}/git"
21EXTRA_OECONF = "--disable-scrollkeeper --disable-eds --enable-bonobo=no --with-in-process-applets=none" 21EXTRA_OECONF = "--disable-scrollkeeper --disable-eds --enable-bonobo=no --with-in-process-applets=none"
22 22
23do_configure_prepend() { 23do_configure_prepend() {
24 gnome-doc-prepare --automake 24 gnome-doc-prepare --automake
25 sed -i -e s:help:: ${S}/Makefile.am 25 sed -i -e s:help:: ${S}/Makefile.am
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
29pkg_postinst_${PN}_append () { 29pkg_postinst_${PN}_append () {
30if [ -n "$D" ]; then 30if [ -n "$D" ]; then
31 exit 1 31 exit 1
32fi 32fi
33 gconftool-2 --config-source=xml:readwrite:${sysconfdir}/gconf/gconf.xml.defaults \ 33 gconftool-2 --config-source=xml:readwrite:${sysconfdir}/gconf/gconf.xml.defaults \
34 --direct --load ${sysconfdir}/gconf/schemas/panel-default-setup.entries 34 --direct --load ${sysconfdir}/gconf/schemas/panel-default-setup.entries
35} 35}
36 36
37PACKAGES =+ "libpanel-applet" 37PACKAGES =+ "libpanel-applet"
@@ -42,6 +42,6 @@ FILES_${PN} =+ "${datadir}/gnome* \
42 ${datadir}/icons \ 42 ${datadir}/icons \
43 ${datadir}/PolicyKit \ 43 ${datadir}/PolicyKit \
44 ${libdir}/bonobo \ 44 ${libdir}/bonobo \
45 " 45"
46 46
47 47