forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-util/gtk-update-icon-cache: version bump to 3.20.9
Package-Manager: portage-2.3.0
- Loading branch information
Showing
2 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
DIST gtk-update-icon-cache-3.16.7.tar.xz 315484 SHA256 dd8f8c7358fd182fad40e3935404909fd35c401cf3117f6517d5146e51d213a4 SHA512 bf07d29d10d2ed75a04b0ac17ef7486352c60fcc2895676201203f821785500600acbcbdbaf2ec90146ad6b55ec52cbee22a49a0b3d55fbe2df14b73ca578442 WHIRLPOOL eb72146c110a94d29ae0efa0ed8baf4de491463728edd8a8ea1f156535ed9fb5e7b0832d2085ebc388e74b00a7fe72ef8b1d04e5dbe6e629077024593c96b273 | ||
DIST gtk-update-icon-cache-3.18.4.tar.xz 316884 SHA256 e510c380298077cbe0e79d2f350e9ac50b36dd04f4f1e0f83953a453b0868517 SHA512 a142c06ad83bb4a5ffcb49cab2515483532fa028486f76d26e872518dd5de620bed126146624330b487578c5604a5dc1894c47c03d7ce9d5d4de065f8f37f241 WHIRLPOOL 39af560ad4e41e7def226dd0cf09bede0951ee29cadaf92d7c8511d0d3564d398569d7831d4279992cf6fc6218a03d399845eeb15c5f38c396108ca49d37914b | ||
DIST gtk-update-icon-cache-3.20.9.tar.xz 316684 SHA256 17afc3d8e4c6830f60cdd52fb479c80c0a138597787d5ec93aecc4b0c619ffe0 SHA512 682ded2ed9ea8e13ce443b033a98ad91126fed0eeab19f5a832f41e44c474a3c5f87d687db37940a4671cba91c11c545d936e9bee500b54281c1f43a4d46aa89 WHIRLPOOL a7a6de27d07f8f8ff69c3561fa683d5a087ed5083a18337c9910c67580d6adf112198b6526bace17063791cfb3e2915070b25fda53ed77072ec8db5e93e4a018 |
28 changes: 28 additions & 0 deletions
28
dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.20.9.ebuild
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Copyright 1999-2016 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=6 | ||
|
||
inherit gnome2 | ||
|
||
DESCRIPTION="GTK update icon cache" | ||
HOMEPAGE="http://www.gtk.org/ https://github.com/EvaSDK/gtk-update-icon-cache" | ||
SRC_URI="https://dev.gentoo.org/~eva/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 ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" | ||
|
||
RDEPEND=" | ||
>=dev-libs/glib-2.45.8:2 | ||
>=x11-libs/gdk-pixbuf-2.30:2 | ||
!<x11-libs/gtk+-2.24.28-r1:2 | ||
" | ||
DEPEND="${RDEPEND} | ||
>=dev-util/intltool-0.50.1 | ||
sys-devel/gettext | ||
virtual/pkgconfig | ||
" |