summaryrefslogtreecommitdiffstats
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-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 7f7888eed..2c881a270 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"
3LICENSE = "GPLv2" 3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88" 4LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88"
5 5
6DEPENDS = " \ 6DEPENDS = "dbus libwnck3 libsm libxfce4ui virtual/libx11"
7 dbus \
8 dbus-glib \
9 gtk+ \
10 libwnck3 \
11 libsm \
12 libxfce4ui \
13 libxfce4util \
14 virtual/libx11 \
15 xfconf \
16"
17 7
18inherit xfce update-alternatives distro_features_check 8inherit xfce update-alternatives distro_features_check
19 9
@@ -25,8 +15,8 @@ PACKAGECONFIG[polkit] = "--enable-polkit, --disable-polkit, polkit"
25SRC_URI += " \ 15SRC_URI += " \
26 file://0001-configure.in-hard-code-path-to-iceauth.patch \ 16 file://0001-configure.in-hard-code-path-to-iceauth.patch \
27" 17"
28SRC_URI[md5sum] = "1306b6166f47cdf6e0c61259abbb621f" 18SRC_URI[md5sum] = "94eca4dd2280910292abf9692304ce2c"
29SRC_URI[sha256sum] = "c0be0c7e602c962d0e8fca63bd86165e60313d07bfb72cf2c3f99ab53e2a22a1" 19SRC_URI[sha256sum] = "eaed34f29aa044d878d60dcb7293a542f48248919e3dcd8df98215121cb6d362"
30 20
31ALTERNATIVE_${PN} = "x-session-manager" 21ALTERNATIVE_${PN} = "x-session-manager"
32ALTERNATIVE_TARGET[x-session-manager] = "${bindir}/xfce4-session" 22ALTERNATIVE_TARGET[x-session-manager] = "${bindir}/xfce4-session"