From 42355258db35c5c35e6193448a1beb4ec3fd715d Mon Sep 17 00:00:00 2001 From: Kai Kang Date: Tue, 13 Aug 2019 05:21:09 -0400 Subject: thunar-volman: 0.9.3 -> 0.9.5 Signed-off-by: Kai Kang Signed-off-by: Khem Raj --- .../recipes-xfce/thunar-volman/thunar-volman_0.9.3.bb | 17 ----------------- .../recipes-xfce/thunar-volman/thunar-volman_0.9.5.bb | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 meta-xfce/recipes-xfce/thunar-volman/thunar-volman_0.9.3.bb create mode 100644 meta-xfce/recipes-xfce/thunar-volman/thunar-volman_0.9.5.bb (limited to 'meta-xfce/recipes-xfce') 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 deleted file mode 100644 index 93489d8811..0000000000 --- a/meta-xfce/recipes-xfce/thunar-volman/thunar-volman_0.9.3.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 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" diff --git a/meta-xfce/recipes-xfce/thunar-volman/thunar-volman_0.9.5.bb b/meta-xfce/recipes-xfce/thunar-volman/thunar-volman_0.9.5.bb new file mode 100644 index 0000000000..fff7c0302b --- /dev/null +++ b/meta-xfce/recipes-xfce/thunar-volman/thunar-volman_0.9.5.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] = "f9ef39ed4bbff05eb74058dfff24dd84" +SRC_URI[sha256sum] = "7ea7c6693334f2248cf399586af8974dfb7db9aad685ee31ac100e62e19a1837" + +PACKAGECONFIG ??= "" +PACKAGECONFIG[notify] = "--enable-notifications,--disable-notifications,libnotify" + +RDEPENDS_${PN} = "eject" -- cgit 1.2.3-korg