From f493091d1d112dfff0641093a9a658ca09061a12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 12 Jan 2021 22:10:56 +0100 Subject: [PATCH] catfish: upgrade 1.4.13 -> 4.16.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It builds out of tree fine now. Release notes for 4.16.0 ======================== - Fulltext now searches files with UTF-7, UTF-8, UTF-16 BE/LE, and UTF-32 BE/LE encodings - Replace Gtk/Gdk/GLib deprecated code (#6) - Use "match all" method for fulltext search (#30) Translation Updates: Arabic, Basque, Belarusian, Danish, Estonian, Finnish, French, Indonesian, Japanese, Kabyle, Norwegian Bokmål, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Turkish Release notes for 4.15.0 ======================== [Please note that this is a development release.] Disclaimer on the significant version bump (1.4.x to 4.15.x): With this release, Catfish has started integrating Xfce components. Going forward, Catfish's versioning scheme will reflect the target Xfce release. Dependency Changes: - GTK >= 3.22 - GLib >= 2.42 - Python 2 support has been removed - Python 3 >= 3.2 (#33) - Xfconf >= 4.14.0 (requires GObject Introspection, see INSTALL) - Zeitgeist optional dependency now requires GObject Introspection New Features: - Added Ctrl+H shortcut to show/hide hidden files (#16) - Added "Today" and "Month" filters to the sidebar (#23) - Fulltext searches now include more text files (#7) General: - New app icon, now using an rDNS icon name (org.xfce.catfish) - Migrated ChangeLog to NEWS to better match Xfce projects - Renamed README to README.md and updated to match Xfce projects - Updated INSTALL to reference python3-specific packages (#36) - Various in-app icon updates (#15, #17, #26) - Added additional padding to Other and Custom gear icons (#20) Bug Fixes: - Check if zeitgeist daemon is running at startup (#34) - Correctly position custom filter popups above gear icon (#18) - Default to the current date in the custom date filters (#24) - Fix 'list' object has no attribute 'lower' (#9) - Fix fulltext freeze with special files (#32) - Fix python crash when some extension scheme is used (#35) - Fix statusbar moving on mouseover - Move custom file extension hint to tooltip (#25) - Sidebar entries no longer move when losing focus (#22) Translation Updates: Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), Estonian, Finnish, French, Galician, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Korean, Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Polish, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Slovenian, Spanish, Thai, Turkish, Ukrainian Signed-off-by: Andreas Müller --- .../catfish/{catfish_1.4.13.bb => catfish_4.16.0.bb} | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) rename meta-xfce/recipes-apps/catfish/{catfish_1.4.13.bb => catfish_4.16.0.bb} (70%) diff --git a/meta-xfce/recipes-apps/catfish/catfish_1.4.13.bb b/meta-xfce/recipes-apps/catfish/catfish_4.16.0.bb similarity index 70% rename from meta-xfce/recipes-apps/catfish/catfish_1.4.13.bb rename to meta-xfce/recipes-apps/catfish/catfish_4.16.0.bb index 01a36e1fccb..f0391cb2304 100644 --- a/meta-xfce/recipes-apps/catfish/catfish_1.4.13.bb +++ b/meta-xfce/recipes-apps/catfish/catfish_4.16.0.bb @@ -7,10 +7,7 @@ inherit xfce-app distutils3 gtk-icon-cache mime-xdg DEPENDS += "python3-distutils-extra-native" -B = "${S}" - -SRC_URI[md5sum] = "750b65401c9445e185e71c808d7509a4" -SRC_URI[sha256sum] = "58c0ea06e5f286019295545fbfd1dbca23aea74c625762bbb4c89a6f484ae839" +SRC_URI[sha256sum] = "1f6facee57a659af560f06024ca6f98aa4d638bf57a8bcfb613b4dc70fcc3b47" FILES_${PN} += "${datadir}/metainfo"