[oe-commits] [meta-openembedded] 15/20: xfce4-session: 4.13.3 -> 4.14.0

git at git.openembedded.org git at git.openembedded.org
Wed Aug 14 23:04:34 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 8abba9a7e605e83ab4514e201fc3c6aa07fc4469
Author: Kai Kang <kai.kang at windriver.com>
AuthorDate: Tue Aug 13 05:21:15 2019 -0400

    xfce4-session: 4.13.3 -> 4.14.0
    
    Update xfce4-session from 4.13.3 to 4.14.0.
    
    * remove dbus from DEPENDS that xfce4-session ports to gdbus. gdbus is
      provided by glib-2.0 which in the dependency chain alreay.
    
    Signed-off-by: Kai Kang <kai.kang at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 .../{xfce4-session_4.13.3.bb => xfce4-session_4.14.0.bb}            | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.13.3.bb b/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.14.0.bb
similarity index 82%
rename from meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.13.3.bb
rename to meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.14.0.bb
index 2c881a2..6b4cafd 100644
--- a/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.13.3.bb
+++ b/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.14.0.bb
@@ -3,7 +3,7 @@ SECTION = "x11"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88"
 
-DEPENDS = "dbus libwnck3 libsm libxfce4ui virtual/libx11"
+DEPENDS = "libwnck3 libsm libxfce4ui virtual/libx11"
 
 inherit xfce update-alternatives distro_features_check
 
@@ -15,8 +15,8 @@ PACKAGECONFIG[polkit] = "--enable-polkit, --disable-polkit, polkit"
 SRC_URI += " \
     file://0001-configure.in-hard-code-path-to-iceauth.patch \
 "
-SRC_URI[md5sum] = "94eca4dd2280910292abf9692304ce2c"
-SRC_URI[sha256sum] = "eaed34f29aa044d878d60dcb7293a542f48248919e3dcd8df98215121cb6d362"
+SRC_URI[md5sum] = "635361f99a01b2d26c430a520b6d1314"
+SRC_URI[sha256sum] = "14fb6db74eb69eb400673856ba307a0e57f577cf77c3561a5910151e3d52043f"
 
 ALTERNATIVE_${PN} = "x-session-manager"
 ALTERNATIVE_TARGET[x-session-manager] = "${bindir}/xfce4-session"

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


More information about the Openembedded-commits mailing list