diff options
Diffstat (limited to 'meta-gnome/recipes-gnome/gnome-panel/gnome-panel3_3.0.2.bb')
| -rw-r--r-- | meta-gnome/recipes-gnome/gnome-panel/gnome-panel3_3.0.2.bb | 51 |
1 files changed, 0 insertions, 51 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 deleted file mode 100644 index d1cfab8fb9..0000000000 --- a/meta-gnome/recipes-gnome/gnome-panel/gnome-panel3_3.0.2.bb +++ /dev/null | |||
| @@ -1,51 +0,0 @@ | |||
| 1 | SUMMARY = "GNOME panel" | ||
| 2 | LICENSE = "GPLv2 & LGPLv2 & GFDL-1.1" | ||
| 3 | |||
| 4 | BPN = "gnome-panel" | ||
| 5 | PR = "r1" | ||
| 6 | |||
| 7 | PNBLACKLIST[gnome-panel3] ?= "CONFLICT: depends on libgweather3 which conflicts with libgweather - the recipe will be removed on 2017-09-01 unless the issue is fixed" | ||
| 8 | |||
| 9 | # conflicts with gnome-panel, because they provide the same package | ||
| 10 | # http://patches.openembedded.org/patch/43105/ | ||
| 11 | EXCLUDE_FROM_WORLD = "1" | ||
| 12 | DEFAULT_PREFERENCE = "-1" | ||
| 13 | |||
| 14 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | ||
| 15 | file://COPYING-DOCS;md5=c9211dab3ae61e580f48432020784324 \ | ||
| 16 | file://COPYING.LIB;md5=5f30f0716dfdd0d91eb439ebec522ec2" | ||
| 17 | |||
| 18 | SECTION = "x11/gnome" | ||
| 19 | |||
| 20 | DEPENDS = "gnome-doc-utils-native gtk+3 dconf gconf glib-2.0 gnome-desktop3 gtk+ pango libwnck3 gnome-menus cairo libgweather3 dbus-glib librsvg libcanberra" | ||
| 21 | |||
| 22 | inherit gtk-doc gnome gettext pkgconfig | ||
| 23 | |||
| 24 | SRC_URI += "file://as-needed.patch " | ||
| 25 | |||
| 26 | SRC_URI[archive.md5sum] = "0f2f644dc4081b72f6df7a65282af7c6" | ||
| 27 | SRC_URI[archive.sha256sum] = "25db8ec026c4bf47f0ef5cc7e2712f2aad175bd7fb8e4952ef5f8b200f17f196" | ||
| 28 | |||
| 29 | EXTRA_OECONF = "--disable-scrollkeeper --disable-eds --enable-bonobo=no --with-in-process-applets=none" | ||
| 30 | |||
| 31 | do_configure_prepend() { | ||
| 32 | gnome-doc-prepare --automake | ||
| 33 | sed -i -e s:help:: ${S}/Makefile.am | ||
| 34 | } | ||
| 35 | |||
| 36 | pkg_postinst_${PN}_append () { | ||
| 37 | gconftool-2 --config-source=xml:readwrite:/etc/gconf/gconf.xml.defaults \ | ||
| 38 | --direct --load /etc/gconf/schemas/panel-default-setup.entries | ||
| 39 | } | ||
| 40 | |||
| 41 | PACKAGES =+ "libpanel-applet" | ||
| 42 | FILES_libpanel-applet = "${libdir}/libpanel-applet-3.so.*" | ||
| 43 | |||
| 44 | FILES_${PN} =+ "${datadir}/gnome* \ | ||
| 45 | ${datadir}/dbus-1 \ | ||
| 46 | ${datadir}/icons \ | ||
| 47 | ${datadir}/PolicyKit \ | ||
| 48 | ${libdir}/bonobo \ | ||
| 49 | " | ||
| 50 | |||
| 51 | PNBLACKLIST[gnome-panel3] ?= "Depends on broken gnome-menus - the recipe will be removed on 2017-09-01 unless the issue is fixed" | ||
