diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-12-30 12:08:56 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-12-30 12:08:56 +0000 |
commit | 69ae9f635663beaf57130903a0add0b2a2e15230 (patch) | |
tree | 41388fd3d453f4fe60b26499d60a2a330b738dbf /x11-themes | |
parent | gnome-base/librsvg is needed for this icon pack (#533978 by William Throwe) (diff) | |
download | gentoo-2-69ae9f635663beaf57130903a0add0b2a2e15230.tar.gz gentoo-2-69ae9f635663beaf57130903a0add0b2a2e15230.tar.bz2 gentoo-2-69ae9f635663beaf57130903a0add0b2a2e15230.zip |
Use latest eapi, that also allows to use tar.xz (#534006 by Marien Zwart)
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/hicolor-icon-theme/ChangeLog | 5 | ||||
-rw-r--r-- | x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.14.ebuild | 11 |
2 files changed, 9 insertions, 7 deletions
diff --git a/x11-themes/hicolor-icon-theme/ChangeLog b/x11-themes/hicolor-icon-theme/ChangeLog index db211cd6213c..6483a7a8535c 100644 --- a/x11-themes/hicolor-icon-theme/ChangeLog +++ b/x11-themes/hicolor-icon-theme/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-themes/hicolor-icon-theme # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/hicolor-icon-theme/ChangeLog,v 1.66 2014/12/30 07:36:12 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/hicolor-icon-theme/ChangeLog,v 1.67 2014/12/30 12:08:56 pacho Exp $ + + 30 Dec 2014; Pacho Ramos <pacho@gentoo.org> hicolor-icon-theme-0.14.ebuild: + Use latest eapi, that also allows to use tar.xz (#534006 by Marien Zwart) *hicolor-icon-theme-0.14 (30 Dec 2014) diff --git a/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.14.ebuild b/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.14.ebuild index 22999e17c258..d364094c9fd3 100644 --- a/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.14.ebuild +++ b/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.14.ebuild @@ -1,7 +1,8 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.14.ebuild,v 1.1 2014/12/30 07:36:12 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.14.ebuild,v 1.2 2014/12/30 12:08:56 pacho Exp $ +EAPI=5 inherit gnome2-utils DESCRIPTION="Fallback theme for the freedesktop icon theme specification" @@ -13,12 +14,10 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="" -RESTRICT="binchecks strip" +RDEPEND="" +DEPEND="app-arch/xz-utils" -src_install() { - emake DESTDIR="${D}" install || die - dodoc ChangeLog README -} +RESTRICT="binchecks strip" pkg_preinst() { gnome2_icon_savelist; } pkg_postinst() { gnome2_icon_cache_update; } |