From 7a4e20e8a9965869fc3cc8f518e403c4d2d95099 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Sat, 20 Nov 2021 19:14:16 +0100 Subject: catfish: upgrade 4.16.0 -> 4.16.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Release notes: * 4.16.3 -> [1] * 4.16.2 -> [2] * 4.16.1 -> [3] [1] https://mail.xfce.org/pipermail/xfce/2021-September/037409.html [2] https://mail.xfce.org/pipermail/xfce/2021-July/037375.html [3] https://mail.xfce.org/pipermail/xfce/2021-July/037367.html Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- meta-xfce/recipes-apps/catfish/catfish_4.16.0.bb | 14 -------------- meta-xfce/recipes-apps/catfish/catfish_4.16.3.bb | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644 meta-xfce/recipes-apps/catfish/catfish_4.16.0.bb create mode 100644 meta-xfce/recipes-apps/catfish/catfish_4.16.3.bb diff --git a/meta-xfce/recipes-apps/catfish/catfish_4.16.0.bb b/meta-xfce/recipes-apps/catfish/catfish_4.16.0.bb deleted file mode 100644 index 8fbe01d2c8..0000000000 --- a/meta-xfce/recipes-apps/catfish/catfish_4.16.0.bb +++ /dev/null @@ -1,14 +0,0 @@ -SUMMARY = "Catfish is a handy file searching tool for linux and unix" -SECTION = "x11/application" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=4325afd396febcb659c36b49533135d4" - -inherit xfce-app distutils3 gtk-icon-cache mime-xdg - -DEPENDS += "python3-distutils-extra-native" - -SRC_URI[sha256sum] = "1f6facee57a659af560f06024ca6f98aa4d638bf57a8bcfb613b4dc70fcc3b47" - -FILES:${PN} += "${datadir}/metainfo" - -RDEPENDS:${PN} += "python3-pygobject python3-dbus" diff --git a/meta-xfce/recipes-apps/catfish/catfish_4.16.3.bb b/meta-xfce/recipes-apps/catfish/catfish_4.16.3.bb new file mode 100644 index 0000000000..cadbdf14ca --- /dev/null +++ b/meta-xfce/recipes-apps/catfish/catfish_4.16.3.bb @@ -0,0 +1,14 @@ +SUMMARY = "Catfish is a handy file searching tool for linux and unix" +SECTION = "x11/application" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=4325afd396febcb659c36b49533135d4" + +inherit xfce-app distutils3 gtk-icon-cache mime-xdg + +DEPENDS += "python3-distutils-extra-native" + +SRC_URI[sha256sum] = "e9a99a62d10981391508dd43f3cbfa2d50a69bd6b7d1eeef7d30ba4c673dcfda" + +FILES:${PN} += "${datadir}/metainfo" + +RDEPENDS:${PN} += "python3-pygobject python3-dbus" -- cgit v1.2.3-54-g00ecf