Diff xfce4-appfinder-4.20.0 with a xfce4-appfinder-4.21.1
| /usr/portage/xfce-base/xfce4-appfinder/xfce4-appfinder-4.21.1.ebuild 2026-04-04 11:46:08.854293245 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2025 Gentoo Authors |
|
| 1 |
# Copyright 1999-2026 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| 5 | 5 | |
| 6 |
inherit xdg-utils |
|
| 6 |
inherit meson xdg-utils |
|
| 7 | 7 | |
| 8 | 8 |
DESCRIPTION="A tool to find and launch installed applications for the Xfce desktop" |
| 9 | 9 |
HOMEPAGE=" |
| 10 | 10 |
https://docs.xfce.org/xfce/xfce4-appfinder/start |
| 11 | 11 |
https://gitlab.xfce.org/xfce/xfce4-appfinder/ |
| 12 | 12 |
" |
| 13 |
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
|
|
| 13 |
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.xz"
|
|
| 14 | 14 | |
| 15 | 15 |
LICENSE="GPL-2+" |
| 16 | 16 |
SLOT="0" |
| 17 |
KEYWORDS="amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~sparc x86" |
|
| 17 |
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" |
|
| 18 | 18 | |
| 19 | 19 |
DEPEND=" |
| 20 | 20 |
>=dev-libs/glib-2.72.0 |
| 21 | 21 |
>=x11-libs/gtk+-3.24.0:3 |
| 22 | 22 |
>=xfce-base/garcon-4.18.0:= |
| 23 | 23 |
>=xfce-base/libxfce4util-4.18.0:= |
| 24 |
>=xfce-base/libxfce4ui-4.18.0:=[gtk3(+)] |
|
| 24 |
>=xfce-base/libxfce4ui-4.21.0:=[gtk3(+)] |
|
| 25 | 25 |
>=xfce-base/xfconf-4.18.0:= |
| 26 | 26 |
" |
| 27 | 27 |
RDEPEND=" |
| 28 | 28 |
${DEPEND}
|
| 29 | 29 |
" |
| 30 | 30 |
BDEPEND=" |
| 31 |
dev-util/intltool |
|
| 32 | 31 |
sys-devel/gettext |
| 33 | 32 |
virtual/pkgconfig |
| 34 | 33 |
" |