[oe-commits] [meta-openembedded] 12/17: xfce4-panel: 4.13.6 -> 4.14.0

git at git.openembedded.org git at git.openembedded.org
Wed Aug 14 04:50:10 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 18205c143af36401c9258e62aa2685a7d4bcd204
Author: Kai Kang <kai.kang at windriver.com>
AuthorDate: Tue Aug 13 05:21:13 2019 -0400

    xfce4-panel: 4.13.6 -> 4.14.0
    
    Update xfce4-panel from 4.13.6 to 4.14.0.
    
    * xfce4-panel ports to gtk+3 and gdbus, so remove dbus from DEPENDS and
      replace gtk+ with gtk+3
    
    Signed-off-by: Kai Kang <kai.kang at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 .../xfce4-panel/{xfce4-panel_4.13.6.bb => xfce4-panel_4.14.0.bb}    | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.13.6.bb b/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.14.0.bb
similarity index 85%
rename from meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.13.6.bb
rename to meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.14.0.bb
index acffa01..749c3fe 100644
--- a/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.13.6.bb
+++ b/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.14.0.bb
@@ -2,14 +2,14 @@ SUMMARY = "Xfce4 Panel"
 SECTION = "x11"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=26a8bd75d8f8498bdbbe64a27791d4ee"
-DEPENDS = "garcon exo gtk+ dbus cairo virtual/libx11 libxml2 libwnck3 vala-native"
+DEPENDS = "garcon exo gtk+3 cairo virtual/libx11 libxml2 libwnck3 vala-native"
 
 inherit xfce gtk-doc gobject-introspection distro_features_check remove-libtool
 
 REQUIRED_DISTRO_FEATURES = "x11"
 
-SRC_URI[md5sum] = "bb18c10b44df2d9afc30abe6bd2f63df"
-SRC_URI[sha256sum] = "42411fee7675bb6fb3055395673dc925d43495df93b5e940a1ae3d0a3d2f63a8"
+SRC_URI[md5sum] = "940e8b430e28093a2e56e390055bcd51"
+SRC_URI[sha256sum] = "d5f8f3bd7e142139987e5e62cda26135a424baabb5e47aa0c23b4169d0a66ef4"
 SRC_URI += " \
     file://0001-windowmenu-do-not-display-desktop-icon-when-no-windo.patch \
     file://0001-use-lxdm-to-replace-dm-tool.patch \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list