public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-appfinder/
Date: Sat,  9 Sep 2023 03:22:40 +0000 (UTC)	[thread overview]
Message-ID: <1694229751.aebe8fdf3e4b9641221ad9ee7dca28d76b992346.mgorny@gentoo> (raw)

commit:     aebe8fdf3e4b9641221ad9ee7dca28d76b992346
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  9 02:10:41 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep  9 03:22:31 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aebe8fdf

xfce-base/xfce4-appfinder: Bump to 4.19.1

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 xfce-base/xfce4-appfinder/Manifest                 |  1 +
 .../xfce4-appfinder/xfce4-appfinder-4.19.1.ebuild  | 42 ++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/xfce-base/xfce4-appfinder/Manifest b/xfce-base/xfce4-appfinder/Manifest
index 382f2b2f7b7f..e795adad4d8d 100644
--- a/xfce-base/xfce4-appfinder/Manifest
+++ b/xfce-base/xfce4-appfinder/Manifest
@@ -1,3 +1,4 @@
 DIST xfce4-appfinder-4.18.0.tar.bz2 562219 BLAKE2B 05aeedcfe6b00509f7c87affbd9ee12d72ad2298168497fa957a0ec189f18348606ff29c177f4c3c5b3e9b7c937d67727828b97b786038ebfd03259f473fae0d SHA512 e33144910bb4391beb6ca88e312c592593ce50a40e10487c5b72eca492dd2f7c3ab7324ce62413ad6f3df0025de29ece96b5d0a566eecbc87bd1d0e62c9156ad
 DIST xfce4-appfinder-4.18.1.tar.bz2 564600 BLAKE2B b715da63ea4e98e268e4173548b6826ab8c0cec95ab208b55c17e4a3eabd458f9eb486171b23226bb30c1ed2cc0b868f1c87b40b86980b7ee7d51f3cdf7e1455 SHA512 3ebdf1e189e3c7d8b738d9be502124ac5e05664713e53d9e9c2f758717c409d0dc50506cd488383ba7c96aa981050a5623a957e961b9da8f486e3c189899a378
 DIST xfce4-appfinder-4.19.0.tar.bz2 577596 BLAKE2B d6d8bc4f3cbbd1c8e31b4f2a9964833e35eca18de26c5e6fb4cc8b8fdfafe832018e1b7113fdef0bd0f88b04a4cdc2cfc70ab84089fda990b6e0c7fd658f832c SHA512 4796eac89c15b7349c390adcb151908d6cbfa89363daea3638066f5d8108abe5f8140b6a070f9fa8689f876fe62645a43be0f1fc46ec40c036dbf1550b7bfb79
+DIST xfce4-appfinder-4.19.1.tar.bz2 581111 BLAKE2B f848018920150292481808924dc619c8bea91f1b92b9607db9d1bf69565cb6a37cd92a39df3642d0914422d814127f18bba82bc0b3bed497979ee1799c8f5ffa SHA512 e102016ea706e922cd57193d62e44dd66575828a43c05c9d80520916b66d1306bfed4a753b8eb5055c9072822862646e417683029ce3ab7061412c2b4b803ab1

diff --git a/xfce-base/xfce4-appfinder/xfce4-appfinder-4.19.1.ebuild b/xfce-base/xfce4-appfinder/xfce4-appfinder-4.19.1.ebuild
new file mode 100644
index 000000000000..02203d7dbd13
--- /dev/null
+++ b/xfce-base/xfce4-appfinder/xfce4-appfinder-4.19.1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit 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.bz2"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
+
+DEPEND="
+	>=dev-libs/glib-2.66.0
+	>=x11-libs/gtk+-3.24.0:3
+	>=xfce-base/garcon-4.18.0:=
+	>=xfce-base/libxfce4util-4.18.0:=
+	>=xfce-base/libxfce4ui-4.18.0:=[gtk3(+)]
+	>=xfce-base/xfconf-4.18.0:=
+"
+RDEPEND="
+	${DEPEND}
+"
+BDEPEND="
+	dev-util/intltool
+	sys-devel/gettext
+	virtual/pkgconfig
+"
+
+pkg_postinst() {
+	xdg_icon_cache_update
+}
+
+pkg_postrm() {
+	xdg_icon_cache_update
+}


             reply	other threads:[~2023-09-09  3:22 UTC|newest]

Thread overview: 59+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-09  3:22 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-06  2:02 [gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-appfinder/ Michał Górny
2023-10-06 19:05 Michał Górny
2023-10-06 18:36 Arthur Zamarin
2023-10-06 17:25 Sam James
2023-10-06 14:30 Arthur Zamarin
2023-10-06 14:29 Sam James
2023-08-23  4:24 Michał Górny
2023-04-20  2:32 Michał Górny
2023-03-17 10:50 Michał Górny
2023-03-17  8:56 Arthur Zamarin
2023-03-15  6:55 Michał Górny
2023-02-03 16:53 Sam James
2023-02-03 14:21 Arthur Zamarin
2023-02-03 14:21 Arthur Zamarin
2023-02-03 13:32 Arthur Zamarin
2022-12-15 15:04 Michał Górny
2022-12-15 15:04 Michał Górny
2022-11-29 19:56 Michał Górny
2022-11-01 14:04 Michał Górny
2022-08-28  6:49 WANG Xuerui
2021-09-22  7:37 Michał Górny
2021-05-29  0:03 Yixun Lan
2021-03-22  0:10 Sam James
2021-02-19  1:11 Michał Górny
2021-02-18 22:08 Sam James
2021-02-18  7:26 Sam James
2021-02-08  6:11 Sam James
2021-01-18 20:29 Michał Górny
2021-01-18  9:09 Michał Górny
2020-12-22 23:35 Michał Górny
2020-12-16 13:29 Michał Górny
2020-10-15 18:05 Michał Górny
2020-09-18  9:45 Michał Górny
2020-08-21  2:23 Michał Górny
2020-05-24  6:11 Michał Górny
2019-10-13 11:24 Mikle Kolyada
2019-10-12 21:23 Sergei Trofimovich
2019-10-12 21:16 Sergei Trofimovich
2019-08-12 13:21 Michał Górny
2019-07-28 15:50 Michał Górny
2019-07-28 15:50 Michał Górny
2019-06-30  6:51 Michał Górny
2019-05-24 22:20 Michał Górny
2019-05-18 11:11 Michał Górny
2019-05-17 18:14 Michał Górny
2019-04-08 19:17 Michał Górny
2018-12-07 15:58 Michał Górny
2018-12-02 11:12 Mikle Kolyada
2018-11-27 16:01 Tobias Klausmann
2018-11-24 13:40 Sergei Trofimovich
2018-11-12 13:45 Mikle Kolyada
2018-11-11 19:07 Michał Górny
2018-08-22 13:55 Michał Górny
2018-04-08  9:04 Michał Górny
2018-04-08  8:29 Michał Górny
2017-08-15  7:07 Michał Górny
2017-07-30 14:59 David Seifert
2015-10-17 18:32 Mikle Kolyada

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1694229751.aebe8fdf3e4b9641221ad9ee7dca28d76b992346.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox