diff options
| author | Andreas Müller <schnitzeltony@gmail.com> | 2019-09-27 00:32:06 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-10-09 23:28:07 -0700 |
| commit | f514c950eac5ccf78b0fad1616affa468b763326 (patch) | |
| tree | 52162bee46f97892a26e825866935b5694461634 /meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.14.1.bb | |
| parent | 9440b9d0c59f727ff0846089def1b37d09d3fb99 (diff) | |
| download | meta-openembedded-f514c950eac5ccf78b0fad1616affa468b763326.tar.gz | |
xfce4-panel: upgrade 4.14.0 -> 4.14.1
* important bugfix release: systray draws icons properly when compositing is
disabled
* while at it renumber patches
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Acked-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.14.1.bb')
| -rw-r--r-- | meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.14.1.bb | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.14.1.bb b/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.14.1.bb new file mode 100644 index 0000000000..a1b571e686 --- /dev/null +++ b/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.14.1.bb | |||
| @@ -0,0 +1,41 @@ | |||
| 1 | SUMMARY = "Xfce4 Panel" | ||
| 2 | SECTION = "x11" | ||
| 3 | LICENSE = "GPLv2" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=26a8bd75d8f8498bdbbe64a27791d4ee" | ||
| 5 | DEPENDS = "garcon exo gtk+3 cairo virtual/libx11 libxml2 libwnck3 vala-native" | ||
| 6 | |||
| 7 | inherit xfce gtk-doc gobject-introspection distro_features_check remove-libtool | ||
| 8 | |||
| 9 | REQUIRED_DISTRO_FEATURES = "x11" | ||
| 10 | |||
| 11 | SRC_URI[md5sum] = "3323588f1c18f04891e013243da1e355" | ||
| 12 | SRC_URI[sha256sum] = "9c3c78b49ddfac7d42a804e6a6ad9d22ad64ec60bbe17d8724bc52d3e3f6d114" | ||
| 13 | SRC_URI += " \ | ||
| 14 | file://0001-windowmenu-do-not-display-desktop-icon-when-no-windo.patch \ | ||
| 15 | file://0002-use-lxdm-to-replace-dm-tool.patch \ | ||
| 16 | " | ||
| 17 | |||
| 18 | python populate_packages_prepend() { | ||
| 19 | plugin_dir = d.expand('${libdir}/xfce4/panel/plugins/') | ||
| 20 | plugin_name = d.expand('${PN}-plugin-%s') | ||
| 21 | do_split_packages(d, plugin_dir, '^lib(.*).so$', plugin_name, | ||
| 22 | '${PN} plugin for %s', extra_depends='', prepend=True, | ||
| 23 | aux_files_pattern=['${datadir}/xfce4/panel/plugins/%s.desktop', | ||
| 24 | '${sysconfdir}/xdg/xfce/panel/%s-*', | ||
| 25 | '${datadir}/icons/hicolor/48x48/apps/*-%s.png', | ||
| 26 | '${bindir}/*%s*']) | ||
| 27 | } | ||
| 28 | |||
| 29 | PACKAGES_DYNAMIC += "^${PN}-plugin-.*" | ||
| 30 | |||
| 31 | PACKAGES =+ "${PN}-gtk3" | ||
| 32 | |||
| 33 | FILES_${PN} += "${libdir}/xfce4/panel/migrate \ | ||
| 34 | ${libdir}/xfce4/panel/wrapper-1.0" | ||
| 35 | |||
| 36 | FILES_${PN}-dev += "${libdir}/xfce4/panel/plugins/*.la" | ||
| 37 | |||
| 38 | FILES_${PN}-gtk3 = " \ | ||
| 39 | ${libdir}/libxfce4panel-2.0${SOLIBS} \ | ||
| 40 | ${libdir}/xfce4/panel/wrapper-2.0 \ | ||
| 41 | " | ||
