mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
xfce-base/xfce4-appfinder: Bump to 4.15.2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
DIST xfce4-appfinder-4.14.0.tar.bz2 519705 BLAKE2B e5c107d975d7103a7f58fac534eaea3c483a82885778c12c8c01cfa552d305f2f0c0ba5f77f1911b29ce58ae2efec973359df9425370f5627c95a7826808f172 SHA512 94c7266fc7c738107f1674ea3d705aa4168d9f2ecada97dc3e97c85c3857bd37a2e6517028fb51dd4663eaba4bf758927879c7fdbff83df79f8648c61944402c
|
||||
DIST xfce4-appfinder-4.15.1.tar.bz2 561294 BLAKE2B 17b1748040541762ab6b29038b93b9fa15330de0169848b73105e723f6b099fdb7e7278b0b09fd49b609665d41a0cd9abf02cbafcb32f1630083670236724760 SHA512 fc6c5b68c963fc46833b52e5035e3c3f7d7fb11008aaa40522b08dd3a13187553c08533ee1719d838840f26683f09965e81efdaa4fa9aa0b8378feec411b64a2
|
||||
DIST xfce4-appfinder-4.15.2.tar.bz2 559694 BLAKE2B f472e0a6de30f07234fbcb2cb395991dcda737c2a7e19ca37731ccafe9c67a2a8e39e5554c01f5fce00f45adc958806d2f508227a9b2bb261371f57497440899 SHA512 2df5032d224277819b3c2aa146651c67a1315964d2b0105dd9fbaad7c0d00b12819aeccbb61ce95272d1f8f444ced79f5be7c35690365bec55733162d5b74cb7
|
||||
|
||||
35
xfce-base/xfce4-appfinder/xfce4-appfinder-4.15.2.ebuild
Normal file
35
xfce-base/xfce4-appfinder/xfce4-appfinder-4.15.2.ebuild
Normal file
@@ -0,0 +1,35 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
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"
|
||||
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 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=">=dev-libs/glib-2.42
|
||||
>=x11-libs/gtk+-3.20:3
|
||||
>=xfce-base/garcon-0.3:=
|
||||
>=xfce-base/libxfce4util-4.15.2:=
|
||||
>=xfce-base/libxfce4ui-4.11:=[gtk3(+)]
|
||||
>=xfce-base/xfconf-4.10:=
|
||||
!xfce-base/xfce-utils"
|
||||
DEPEND="${RDEPEND}
|
||||
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