summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/gnome-panel
diff options
context:
space:
mode:
Diffstat (limited to 'meta-gnome/recipes-gnome/gnome-panel')
-rw-r--r--meta-gnome/recipes-gnome/gnome-panel/gnome-panel3_3.0.2.bb10
-rw-r--r--meta-gnome/recipes-gnome/gnome-panel/gnome-panel_2.32.1.bb14
2 files changed, 12 insertions, 12 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-panel/gnome-panel3_3.0.2.bb b/meta-gnome/recipes-gnome/gnome-panel/gnome-panel3_3.0.2.bb
index 13614a062b..a82ceb9311 100644
--- a/meta-gnome/recipes-gnome/gnome-panel/gnome-panel3_3.0.2.bb
+++ b/meta-gnome/recipes-gnome/gnome-panel/gnome-panel3_3.0.2.bb
@@ -27,13 +27,13 @@ SRC_URI[archive.sha256sum] = "25db8ec026c4bf47f0ef5cc7e2712f2aad175bd7fb8e4952ef
27EXTRA_OECONF = "--disable-scrollkeeper --disable-eds --enable-bonobo=no --with-in-process-applets=none" 27EXTRA_OECONF = "--disable-scrollkeeper --disable-eds --enable-bonobo=no --with-in-process-applets=none"
28 28
29do_configure_prepend() { 29do_configure_prepend() {
30 gnome-doc-prepare --automake 30 gnome-doc-prepare --automake
31 sed -i -e s:help:: ${S}/Makefile.am 31 sed -i -e s:help:: ${S}/Makefile.am
32} 32}
33 33
34pkg_postinst_${PN}_append () { 34pkg_postinst_${PN}_append () {
35 gconftool-2 --config-source=xml:readwrite:/etc/gconf/gconf.xml.defaults \ 35 gconftool-2 --config-source=xml:readwrite:/etc/gconf/gconf.xml.defaults \
36 --direct --load /etc/gconf/schemas/panel-default-setup.entries 36 --direct --load /etc/gconf/schemas/panel-default-setup.entries
37} 37}
38 38
39PACKAGES =+ "libpanel-applet" 39PACKAGES =+ "libpanel-applet"
@@ -44,6 +44,6 @@ FILES_${PN} =+ "${datadir}/gnome* \
44 ${datadir}/icons \ 44 ${datadir}/icons \
45 ${datadir}/PolicyKit \ 45 ${datadir}/PolicyKit \
46 ${libdir}/bonobo \ 46 ${libdir}/bonobo \
47 " 47"
48 48
49 49
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 e54579d6dc..c4465a55ae 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