Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-appfinder/
Date: Tue, 01 Nov 2022 14:04:22
Message-Id: 1667311454.c8a41f475fcb6023280bee589f0f1e926976857d.mgorny@gentoo
1 commit: c8a41f475fcb6023280bee589f0f1e926976857d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 1 13:59:57 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 1 14:04:14 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8a41f47
7
8 xfce-base/xfce4-appfinder: Bump to 4.17.1
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 xfce-base/xfce4-appfinder/Manifest | 1 +
13 .../xfce4-appfinder/xfce4-appfinder-4.17.1.ebuild | 42 ++++++++++++++++++++++
14 2 files changed, 43 insertions(+)
15
16 diff --git a/xfce-base/xfce4-appfinder/Manifest b/xfce-base/xfce4-appfinder/Manifest
17 index c2114a5ed273..532000ba700e 100644
18 --- a/xfce-base/xfce4-appfinder/Manifest
19 +++ b/xfce-base/xfce4-appfinder/Manifest
20 @@ -1,2 +1,3 @@
21 DIST xfce4-appfinder-4.16.1.tar.bz2 579984 BLAKE2B 1441fa6aeb25ee64b809a2ff31340b7e52910a768ec3b605a3832adf36ea4e27eaa3d455a919c47003d551829114ee62e78c2d983cb6bcfded72e218fa6d29f3 SHA512 5a28d93675af7d77de3050e7df9e064a0fd94d579d7e617878329d4385b42594afd8de96740cb91de38ffcc22bda71e4f90b61ff401980a5582bf09b2a19870c
22 DIST xfce4-appfinder-4.17.0.tar.bz2 572615 BLAKE2B c8fa842972aaa150f147596305582b27d97434d5689cdd1ec2de94de91d5ee386304e313c00e2b5d66459ac5f3f432f32122f65d5d3b90515cb64dd0a5d2a015 SHA512 681e8415f6e862f875383a2c6c2b9c9590e549c5ed1541f34a14518e2cdfc626ab1228323c8a5fcbeb11411fbc95ec5c086efe389aca027f87833161a007cec6
23 +DIST xfce4-appfinder-4.17.1.tar.bz2 559663 BLAKE2B 326e2d7b30dd0421b9c360857d11f932f2085ae09162d956f5d45680369e93f66c5e3ec10a38674788437104041cd6425b5320ce69e2d82c768c2a01d5c6aaf0 SHA512 a90e7e9a8c7d36f0a8769ca98cbd581db24dc44757c3e8bee67b7a676e5a63ae91bce3307a83ca43470311e5bbb802f6d3bf1c27770f87c657f1c911920fa622
24
25 diff --git a/xfce-base/xfce4-appfinder/xfce4-appfinder-4.17.1.ebuild b/xfce-base/xfce4-appfinder/xfce4-appfinder-4.17.1.ebuild
26 new file mode 100644
27 index 000000000000..df7b24763c21
28 --- /dev/null
29 +++ b/xfce-base/xfce4-appfinder/xfce4-appfinder-4.17.1.ebuild
30 @@ -0,0 +1,42 @@
31 +# Copyright 1999-2022 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +
36 +inherit xdg-utils
37 +
38 +DESCRIPTION="A tool to find and launch installed applications for the Xfce desktop"
39 +HOMEPAGE="
40 + https://docs.xfce.org/xfce/xfce4-appfinder/start
41 + https://gitlab.xfce.org/xfce/xfce4-appfinder/
42 +"
43 +SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
44 +
45 +LICENSE="GPL-2+"
46 +SLOT="0"
47 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
48 +
49 +DEPEND="
50 + >=dev-libs/glib-2.50
51 + >=x11-libs/gtk+-3.22:3
52 + >=xfce-base/garcon-0.3:=
53 + >=xfce-base/libxfce4util-4.15.2:=
54 + >=xfce-base/libxfce4ui-4.14:=[gtk3(+)]
55 + >=xfce-base/xfconf-4.14:=
56 +"
57 +RDEPEND="
58 + ${DEPEND}
59 +"
60 +BDEPEND="
61 + dev-util/intltool
62 + sys-devel/gettext
63 + virtual/pkgconfig
64 +"
65 +
66 +pkg_postinst() {
67 + xdg_icon_cache_update
68 +}
69 +
70 +pkg_postrm() {
71 + xdg_icon_cache_update
72 +}