diff options
Diffstat (limited to 'meta-gnome/recipes-gnome/gnome-panel')
| -rw-r--r-- | meta-gnome/recipes-gnome/gnome-panel/gnome-panel3_3.0.2.bb | 10 | ||||
| -rw-r--r-- | meta-gnome/recipes-gnome/gnome-panel/gnome-panel_2.32.1.bb | 14 |
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 | |||
| 27 | EXTRA_OECONF = "--disable-scrollkeeper --disable-eds --enable-bonobo=no --with-in-process-applets=none" | 27 | EXTRA_OECONF = "--disable-scrollkeeper --disable-eds --enable-bonobo=no --with-in-process-applets=none" |
| 28 | 28 | ||
| 29 | do_configure_prepend() { | 29 | do_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 | ||
| 34 | pkg_postinst_${PN}_append () { | 34 | pkg_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 | ||
| 39 | PACKAGES =+ "libpanel-applet" | 39 | PACKAGES =+ "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" | |||
| 21 | EXTRA_OECONF = "--disable-scrollkeeper --disable-eds --enable-bonobo=no --with-in-process-applets=none" | 21 | EXTRA_OECONF = "--disable-scrollkeeper --disable-eds --enable-bonobo=no --with-in-process-applets=none" |
| 22 | 22 | ||
| 23 | do_configure_prepend() { | 23 | do_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 | ||
| 29 | pkg_postinst_${PN}_append () { | 29 | pkg_postinst_${PN}_append () { |
| 30 | if [ -n "$D" ]; then | 30 | if [ -n "$D" ]; then |
| 31 | exit 1 | 31 | exit 1 |
| 32 | fi | 32 | fi |
| 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 | ||
| 37 | PACKAGES =+ "libpanel-applet" | 37 | PACKAGES =+ "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 | ||
