aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-xfce
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2019-07-16 10:12:22 -0400
committerKhem Raj <raj.khem@gmail.com>2019-07-16 09:11:02 -0700
commit00015bef8b7202fe46736f8062a591e41c8cbf17 (patch)
tree8c947b55313881553496d1126a68e0976fd8c4a8 /meta-xfce/recipes-xfce
parent92b6660f3a97f78e94134e2d693b5401dadf74ab (diff)
downloadmeta-openembedded-contrib-00015bef8b7202fe46736f8062a591e41c8cbf17.tar.gz
xfce4-session: 4.13.2 -> 4.13.3
* remove dependency dbus-glib which is replaced by gdbus already * remove dependency gtk+ that gtk+3 is used right now * clean items in DEPENDS which are imported indirectly by libxfce4ui Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-xfce')
-rw-r--r--meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.13.3.bb (renamed from meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.13.2.bb)16
1 files changed, 3 insertions, 13 deletions
diff --git a/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.13.2.bb b/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.13.3.bb
index 7f7888eeda..2c881a270a 100644
--- a/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.13.2.bb
+++ b/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.13.3.bb
@@ -3,17 +3,7 @@ SECTION = "x11"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88"
-DEPENDS = " \
- dbus \
- dbus-glib \
- gtk+ \
- libwnck3 \
- libsm \
- libxfce4ui \
- libxfce4util \
- virtual/libx11 \
- xfconf \
-"
+DEPENDS = "dbus libwnck3 libsm libxfce4ui virtual/libx11"
inherit xfce update-alternatives distro_features_check
@@ -25,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] = "1306b6166f47cdf6e0c61259abbb621f"
-SRC_URI[sha256sum] = "c0be0c7e602c962d0e8fca63bd86165e60313d07bfb72cf2c3f99ab53e2a22a1"
+SRC_URI[md5sum] = "94eca4dd2280910292abf9692304ce2c"
+SRC_URI[sha256sum] = "eaed34f29aa044d878d60dcb7293a542f48248919e3dcd8df98215121cb6d362"
ALTERNATIVE_${PN} = "x-session-manager"
ALTERNATIVE_TARGET[x-session-manager] = "${bindir}/xfce4-session"