commit: cbd8240d219db701a1fda7d43eaac903dd290ae1
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 21 08:44:51 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 21 09:17:49 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbd8240d
dev-util/catfish: Bump to 4.20.1
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-util/catfish/Manifest | 1 +
dev-util/catfish/catfish-4.20.1.ebuild | 58 ++++++++++++++++++++++++++++++++++
2 files changed, 59 insertions(+)
diff --git a/dev-util/catfish/Manifest b/dev-util/catfish/Manifest
index 7e08c8634064..893c4d6d21c0 100644
--- a/dev-util/catfish/Manifest
+++ b/dev-util/catfish/Manifest
@@ -1,2 +1,3 @@
DIST catfish-4.18.0.tar.bz2 295952 BLAKE2B
bf05a8f272217936b8f010157c585ab90a9b5858c06a72c6145da62999221725a990d544c67a8469b08d3accbcf28af59bc59a6585e3c8781fb88dc48fb026c0
SHA512
57a3cc5043281bd9527e4faa6a3afcba2e8948fb6dc9e8d93d26ceb0358a84850b3e892105f81b4f2a30bb2964d65b2083fd07b55f145f3ae6ea653acd098539
DIST catfish-4.20.0.tar.bz2 230923 BLAKE2B
2d2224c7d6cdc4bfa91fb7e2f89162eff3d67b53be06693e1b55cbeccca65b061981cb88768c7fb0d5555ae8ccc65911980a590513d2607745e143ffcea8246b
SHA512
982676e9f3a11f0faba25e3e238c51bdbc6f172effc368e747627e87c2bf362fae631d23c10cd99fae3449256b3911240691df304d7415ec925a138688b4c913
+DIST catfish-4.20.1.tar.xz 215824 BLAKE2B
301617ce7f975587ed4b41d6c0382ffc9cde27a0ab9569437520bf35b660b7f9861f60310790f6c83aeb1021b33d0d43e336ca3b95705594defa06ba939f381c
SHA512
7ace7be1a3fb5f3903005a975a8c195be6695eb97dd3c2c0eac29d8d40ab39212f4b597de98be91e42301645c74000aaa400d7faa1ff0a8a98d170b401029e8a
diff --git a/dev-util/catfish/catfish-4.20.1.ebuild
b/dev-util/catfish/catfish-4.20.1.ebuild
new file mode 100644
index 000000000000..8505eb8579af
--- /dev/null
+++ b/dev-util/catfish/catfish-4.20.1.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{11..13} )
+
+inherit meson python-single-r1 xdg-utils
+
+DESCRIPTION="A frontend for find, (s)locate, doodle, tracker, beagle, strigi
and pinot"
+HOMEPAGE="
+ https://docs.xfce.org/apps/catfish/start
+ https://gitlab.xfce.org/apps/catfish/
+"
+SRC_URI="
+ https://archive.xfce.org/src/apps/catfish/${PV%.*}/${P}.tar.xz
+"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
+
+RDEPEND="
+ ${PYTHON_DEPS}
+ >=dev-libs/glib-2.50.0
+ dev-libs/gobject-introspection
+ $(python_gen_cond_dep '
+ dev-python/dbus-python[${PYTHON_USEDEP}]
+ dev-python/pexpect[${PYTHON_USEDEP}]
+ dev-python/pygobject:3[${PYTHON_USEDEP}]
+ ')
+ >=x11-libs/gdk-pixbuf-2.42.8[introspection]
+ >=x11-libs/gtk+-3.22.0:3[introspection]
+ >=x11-libs/pango-1.38.0[introspection]
+ >=xfce-base/xfconf-4.16.0[introspection]
+ virtual/freedesktop-icon-theme
+"
+BDEPEND="
+ sys-devel/gettext
+"
+
+src_install() {
+ meson_src_install
+ # stupid meson
+ rm -r "${ED}/usr/share/doc/catfish" || die
+ python_optimize
+}
+
+pkg_postinst() {
+ xdg_icon_cache_update
+ xdg_desktop_database_update
+}
+
+pkg_postrm() {
+ xdg_icon_cache_update
+ xdg_desktop_database_update
+}