mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 14:19:52 +00:00
xfce4-session: 4.12.1 -> 4.13.0
Upgrade xfce4-session from 4.12.1 to 4.13.0 * replace dependency libwnck with libwnck3 Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
+3
-3
@@ -2,18 +2,18 @@ SUMMARY = "xfce4-session is a session manager for Xfce 4 Desktop Environment"
|
||||
SECTION = "x11"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88"
|
||||
DEPENDS = "virtual/libx11 libsm libxfce4util libxfce4ui gtk+ libwnck dbus dbus-glib xfconf polkit"
|
||||
DEPENDS = "virtual/libx11 libsm libxfce4util libxfce4ui gtk+ libwnck3 dbus dbus-glib xfconf polkit"
|
||||
RDEPENDS_${PN} = "netbase xinit dbus-x11 iceauth upower"
|
||||
|
||||
inherit xfce update-alternatives distro_features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
SRC_URI[md5sum] = "f4921fb2e606e74643daf1212263076c"
|
||||
SRC_URI[sha256sum] = "97d7f2a2d0af7f3623b68d1f04091e02913b28f9555dab8b0d26c8a1299d08fd"
|
||||
SRC_URI += " \
|
||||
file://0001-configure.in-hard-code-path-to-iceauth.patch \
|
||||
"
|
||||
SRC_URI[md5sum] = "0de0afd0c8dfe66f846c6c1c5ff3164a"
|
||||
SRC_URI[sha256sum] = "3e02b124c6a282d9b1af0b30696d5256b1c2e56618992b49062314ed3ea5d3a1"
|
||||
|
||||
ALTERNATIVE_${PN} = "x-session-manager"
|
||||
ALTERNATIVE_TARGET[x-session-manager] = "${bindir}/xfce4-session"
|
||||
Reference in New Issue
Block a user