summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2019-07-16 10:12:24 -0400
committerKhem Raj <raj.khem@gmail.com>2019-07-16 09:11:02 -0700
commitf23a629b592368a446c54c5e049d44186bee7632 (patch)
treef17372c7165f110dbf8a566301a68f9b4dcff105
parent547ba02db4e9fa805431f9183894ef682c13a8ac (diff)
downloadmeta-openembedded-f23a629b592368a446c54c5e049d44186bee7632.tar.gz
xfdesktop: 4.13.4 -> 4.13.5
* clean DEPENDS - dbus-glib has been replaced by gdbus - libxfce4util and xfconf are required by libxfce4ui Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.13.5.bb (renamed from meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.13.4.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.13.4.bb b/meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.13.5.bb
index f02a6bffe1..c1aac72430 100644
--- a/meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.13.4.bb
+++ b/meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.13.5.bb
@@ -2,14 +2,14 @@ SUMMARY = "Xfce4 Desktop Manager"
2SECTION = "x11/base" 2SECTION = "x11/base"
3LICENSE = "GPLv2" 3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" 4LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
5DEPENDS = "libxfce4util libxfce4ui libwnck xfconf dbus-glib dbus-glib-native thunar garcon exo" 5DEPENDS = "libxfce4ui libwnck thunar garcon exo"
6 6
7inherit xfce distro_features_check 7inherit xfce distro_features_check
8 8
9REQUIRED_DISTRO_FEATURES = "x11" 9REQUIRED_DISTRO_FEATURES = "x11"
10 10
11SRC_URI[md5sum] = "d1174af12148141a07b62cc051c43c84" 11SRC_URI[md5sum] = "6a58fe3119b9fb3eb6bb563e14689739"
12SRC_URI[sha256sum] = "f4f7fa5162512971c25066eb04ef78f0d075656da79b6f7425ffb619a5119ca0" 12SRC_URI[sha256sum] = "b7d273d36f5f39a446c4d0303148bc595ed7b0f36269619c91526edd1d1caeb6"
13 13
14PACKAGECONFIG ??= "" 14PACKAGECONFIG ??= ""
15PACKAGECONFIG[notify] = "--enable-notifications,--disable-notifications,libnotify" 15PACKAGECONFIG[notify] = "--enable-notifications,--disable-notifications,libnotify"