mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
xfce-base/xfce4-appfinder: Bump to 4.19.4
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
DIST xfce4-appfinder-4.18.1.tar.bz2 564600 BLAKE2B b715da63ea4e98e268e4173548b6826ab8c0cec95ab208b55c17e4a3eabd458f9eb486171b23226bb30c1ed2cc0b868f1c87b40b86980b7ee7d51f3cdf7e1455 SHA512 3ebdf1e189e3c7d8b738d9be502124ac5e05664713e53d9e9c2f758717c409d0dc50506cd488383ba7c96aa981050a5623a957e961b9da8f486e3c189899a378
|
||||
DIST xfce4-appfinder-4.19.3.tar.bz2 727651 BLAKE2B eaca17ab2451483386a7e7f81e20f6d5bb08de786d60872471809dfabb66d89493a842263601a8c51b776989450bfb8ff90c309e295bc53af2b15f036c7be2d1 SHA512 2b6077d32e6d704180265c9320364f80ccf5ebaa479fc97528a6ad9f878b889323350122e5b53bc96d5dcffe89e756733ae37f11c091c6b3700ac24f173dc750
|
||||
DIST xfce4-appfinder-4.19.4.tar.bz2 731784 BLAKE2B 3cc85f9b2dcb177c922333e871d9b605bbe2990dd84ac24edcce057669e5188dff85b52fe68e791c5b1a5779750f3385c32ba526ce517ffbc1857e82cc620326 SHA512 b68c80d2700abefb7522268dcc5d600e9c5fe533a466ab7ccbfc7e3ed075f238c52a8af6524da1a848ff08a0e28c2d6551a2b4d9020e6aaa1fa6c4b0d18c094f
|
||||
|
||||
42
xfce-base/xfce4-appfinder/xfce4-appfinder-4.19.4.ebuild
Normal file
42
xfce-base/xfce4-appfinder/xfce4-appfinder-4.19.4.ebuild
Normal file
@@ -0,0 +1,42 @@
|
||||
# Copyright 1999-2024 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 ~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.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
|
||||
}
|
||||
Reference in New Issue
Block a user