diff options
author | Mart Raudsepp <leio@gentoo.org> | 2018-09-09 03:48:06 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-09-09 03:48:24 +0300 |
commit | cbea008082e558ab0b4ee0d84729ba40b9094c33 (patch) | |
tree | b2626b389f79a472bf140657909d9126bc4f3497 /dev-util | |
parent | media-gfx/imagemagick: drop useless RESTRICT=userpriv (diff) | |
download | gentoo-cbea008082e558ab0b4ee0d84729ba40b9094c33.tar.gz gentoo-cbea008082e558ab0b4ee0d84729ba40b9094c33.tar.bz2 gentoo-cbea008082e558ab0b4ee0d84729ba40b9094c33.zip |
dev-util/gtk-update-icon-cache: bump to 3.24.0
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/gtk-update-icon-cache/Manifest | 1 | ||||
-rw-r--r-- | dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.24.0.ebuild | 38 |
2 files changed, 39 insertions, 0 deletions
diff --git a/dev-util/gtk-update-icon-cache/Manifest b/dev-util/gtk-update-icon-cache/Manifest index cf389b46d977..028edfb7679a 100644 --- a/dev-util/gtk-update-icon-cache/Manifest +++ b/dev-util/gtk-update-icon-cache/Manifest @@ -1 +1,2 @@ DIST gtk-update-icon-cache-3.22.19.tar.xz 367224 BLAKE2B be3fb3785776052eed0f102e9665628aec1bec93953de1cdb795af8db458cedd07fa717abee4dc9e6d8c4c8f45209371ac130fa29e8a77622290524b771b5c89 SHA512 3ca12d38781a716c1b3f8584089e2c038aa18584c5e1b4c41098173f73f839cabdbb0e8b25b1c69a8b9b9f016b9c3c8594c4b26c2463cea278754f13afb7c795 +DIST gtk-update-icon-cache-3.24.0.tar.xz 372708 BLAKE2B 2a6bffd4453c2201bbb78e4ba581f6bd6453f650ca32de7e8002cb88f5872c868ef25973587c96b58b28d2b74fbbac192dd608e72cd5bbbc0823486a9c55c46c SHA512 9dada697ace2ea5f3b5ab64c6063c1a9a792f9b9aa23d4c3888e3a487fda9b1c99a5d0793bb0f9e182dc66a1a5c7ff944f8b9f2ca2f4de7ecc24c048d7a55339 diff --git a/dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.24.0.ebuild b/dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.24.0.ebuild new file mode 100644 index 000000000000..d5a67a8b0150 --- /dev/null +++ b/dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.24.0.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit gnome2 + +DESCRIPTION="GTK update icon cache" +HOMEPAGE="https://www.gtk.org/ https://github.com/EvaSDK/gtk-update-icon-cache" +SRC_URI="https://dev.gentoo.org/~leio/distfiles/${PN}/${P}.tar.xz" + +LICENSE="LGPL-2+" +SLOT="0" +IUSE="" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + +# man page was previously installed by gtk+:3 ebuild +RDEPEND=" + >=dev-libs/glib-2.49.4:2 + >=x11-libs/gdk-pixbuf-2.30:2 + !<x11-libs/gtk+-2.24.28-r1:2 + !<x11-libs/gtk+-3.22.2:3 +" +DEPEND="${RDEPEND} + >=sys-devel/gettext-0.19.7 + virtual/pkgconfig +" + +src_configure() { + # man pages are shipped in tarball + gnome2_src_configure --disable-man +} + +src_install() { + gnome2_src_install + doman docs/${PN}.1 +} |