* [gentoo-commits] repo/gentoo:master commit in: profiles/, xfce-base/xfce4-appfinder/
@ 2025-03-23 16:00 Michał Górny
0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2025-03-23 16:00 UTC (permalink / raw
To: gentoo-commits
commit: 53c1ed08f636a816e5e17ed19fd458067661afe6
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 23 15:47:35 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Mar 23 15:49:23 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53c1ed08
xfce-base/xfce4-appfinder: Bump to 4.21.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
profiles/package.mask | 1 +
xfce-base/xfce4-appfinder/Manifest | 1 +
.../xfce4-appfinder/xfce4-appfinder-4.21.0.ebuild | 41 ++++++++++++++++++++++
3 files changed, 43 insertions(+)
diff --git a/profiles/package.mask b/profiles/package.mask
index 849059e64c96..89936362f464 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -76,6 +76,7 @@ dev-python/simplebayes
>=xfce-base/garcon-4.21
>=xfce-base/libxfce4ui-4.21
>=xfce-base/tumbler-4.21
+>=xfce-base/xfce4-appfinder-4.21
>=xfce-base/xfce4-panel-4.21
>=xfce-base/xfce4-power-manager-4.21
>=xfce-base/xfce4-session-4.21
diff --git a/xfce-base/xfce4-appfinder/Manifest b/xfce-base/xfce4-appfinder/Manifest
index c11cbd60cfca..b12b198da6cc 100644
--- a/xfce-base/xfce4-appfinder/Manifest
+++ b/xfce-base/xfce4-appfinder/Manifest
@@ -1,2 +1,3 @@
DIST xfce4-appfinder-4.18.1.tar.bz2 564600 BLAKE2B b715da63ea4e98e268e4173548b6826ab8c0cec95ab208b55c17e4a3eabd458f9eb486171b23226bb30c1ed2cc0b868f1c87b40b86980b7ee7d51f3cdf7e1455 SHA512 3ebdf1e189e3c7d8b738d9be502124ac5e05664713e53d9e9c2f758717c409d0dc50506cd488383ba7c96aa981050a5623a957e961b9da8f486e3c189899a378
DIST xfce4-appfinder-4.20.0.tar.bz2 732262 BLAKE2B 993c88cd9fe256d11bffb4d6a1ce5fab03ca3261b345b9b1bcb07ddf56da87f2a0e6c7eaa36cd03faee6fdce621f890426d8ab6cbf3ce831ee9d37c1e3f5c5b4 SHA512 eae593d075cfe091680fc0093236e95172fddab88a251765e1c6574688a5456fb03f3547eede1d2c6766f8b05b18f0bcbeae607e61d97ac92a927dbe2283790f
+DIST xfce4-appfinder-4.21.0.tar.xz 184912 BLAKE2B 1451afe0743ba0236e41c5901ececfd368fb7f4a05a72e8e7298235b47383e04486d66c56571e685b155dfecf111108fde232e9c8057ab2b2baad0b76f99d76a SHA512 8b8029ee32568f00712013e18e1a35e1d1d78cc75ce78ff9f18d3b03f3a5ce537000b3e122730220d082e6c810ab42a12fb67a0cf6b7b8eff0dfde17edaa5fc7
diff --git a/xfce-base/xfce4-appfinder/xfce4-appfinder-4.21.0.ebuild b/xfce-base/xfce4-appfinder/xfce4-appfinder-4.21.0.ebuild
new file mode 100644
index 000000000000..92a50922da75
--- /dev/null
+++ b/xfce-base/xfce4-appfinder/xfce4-appfinder-4.21.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson xdg-utils
+
+DESCRIPTION="A tool to find and launch installed applications for the Xfce desktop"
+HOMEPAGE="
+ https://docs.xfce.org/xfce/xfce4-appfinder/start
+ https://gitlab.xfce.org/xfce/xfce4-appfinder/
+"
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.xz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
+
+DEPEND="
+ >=dev-libs/glib-2.72.0
+ >=x11-libs/gtk+-3.24.0:3
+ >=xfce-base/garcon-4.18.0:=
+ >=xfce-base/libxfce4util-4.18.0:=
+ >=xfce-base/libxfce4ui-4.21.0:=[gtk3(+)]
+ >=xfce-base/xfconf-4.18.0:=
+"
+RDEPEND="
+ ${DEPEND}
+"
+BDEPEND="
+ sys-devel/gettext
+ virtual/pkgconfig
+"
+
+pkg_postinst() {
+ xdg_icon_cache_update
+}
+
+pkg_postrm() {
+ xdg_icon_cache_update
+}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2025-03-23 16:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-23 16:00 [gentoo-commits] repo/gentoo:master commit in: profiles/, xfce-base/xfce4-appfinder/ Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox