From 3647386691430feebb62ca5e59f81d4adc2e007f Mon Sep 17 00:00:00 2001 From: Kai Kang Date: Tue, 16 Jul 2019 10:12:28 -0400 Subject: thunar-volman: 0.9.2 -> 0.9.3 * clean DEPENDS that removed items are required by exo: exo --> libxfce4ui --> libxfce4util --> glib-2.0 --> xfconf Signed-off-by: Kai Kang Signed-off-by: Khem Raj --- .../recipes-xfce/thunar-volman/thunar-volman_0.9.2.bb | 17 ----------------- .../recipes-xfce/thunar-volman/thunar-volman_0.9.3.bb | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 meta-xfce/recipes-xfce/thunar-volman/thunar-volman_0.9.2.bb create mode 100644 meta-xfce/recipes-xfce/thunar-volman/thunar-volman_0.9.3.bb diff --git a/meta-xfce/recipes-xfce/thunar-volman/thunar-volman_0.9.2.bb b/meta-xfce/recipes-xfce/thunar-volman/thunar-volman_0.9.2.bb deleted file mode 100644 index 3139625aca..0000000000 --- a/meta-xfce/recipes-xfce/thunar-volman/thunar-volman_0.9.2.bb +++ /dev/null @@ -1,17 +0,0 @@ -SUMMARY = "Automatic management of removable drives and media for thunar" -SECTION = "x11" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" -DEPENDS = "exo glib-2.0 libxfce4ui libxfce4util xfconf libnotify libgudev" - -inherit xfce distro_features_check - -REQUIRED_DISTRO_FEATURES = "x11" - -SRC_URI[md5sum] = "af216d5b60820e7cd39aae1b5ad869a3" -SRC_URI[sha256sum] = "b944b4299b73d2ca79184922dfea49782e4849f5960e209def71ac700a92ff27" - -PACKAGECONFIG ??= "" -PACKAGECONFIG[notify] = "--enable-notifications,--disable-notifications,libnotify" - -RDEPENDS_${PN} = "eject" diff --git a/meta-xfce/recipes-xfce/thunar-volman/thunar-volman_0.9.3.bb b/meta-xfce/recipes-xfce/thunar-volman/thunar-volman_0.9.3.bb new file mode 100644 index 0000000000..93489d8811 --- /dev/null +++ b/meta-xfce/recipes-xfce/thunar-volman/thunar-volman_0.9.3.bb @@ -0,0 +1,17 @@ +SUMMARY = "Automatic management of removable drives and media for thunar" +SECTION = "x11" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" +DEPENDS = "exo libnotify libgudev" + +inherit xfce distro_features_check + +REQUIRED_DISTRO_FEATURES = "x11" + +SRC_URI[md5sum] = "699a0534a0899e31366018a9e9e2aeb0" +SRC_URI[sha256sum] = "29309091db8b0f08c5a727625cc470673134977d7966cae0392f131300f9d5e9" + +PACKAGECONFIG ??= "" +PACKAGECONFIG[notify] = "--enable-notifications,--disable-notifications,libnotify" + +RDEPENDS_${PN} = "eject" -- cgit v1.2.3-54-g00ecf