diff options
author | William Hubbs <williamh@gentoo.org> | 2014-12-30 07:36:12 +0000 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2014-12-30 07:36:12 +0000 |
commit | 94ed56ee150bf1f5ce81158edf95a5b5c303b224 (patch) | |
tree | cbf40b2d14957496c0725d11cef68f779d9171d0 /x11-themes | |
parent | Add ruby20, ruby21. Avoid deprecated rake code. Fix tests to return a proper ... (diff) | |
download | gentoo-2-94ed56ee150bf1f5ce81158edf95a5b5c303b224.tar.gz gentoo-2-94ed56ee150bf1f5ce81158edf95a5b5c303b224.tar.bz2 gentoo-2-94ed56ee150bf1f5ce81158edf95a5b5c303b224.zip |
version bump approved by ssuominen
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x30C46538)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/hicolor-icon-theme/ChangeLog | 10 | ||||
-rw-r--r-- | x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.14.ebuild | 25 |
2 files changed, 33 insertions, 2 deletions
diff --git a/x11-themes/hicolor-icon-theme/ChangeLog b/x11-themes/hicolor-icon-theme/ChangeLog index 8302a6ddf01c..db211cd6213c 100644 --- a/x11-themes/hicolor-icon-theme/ChangeLog +++ b/x11-themes/hicolor-icon-theme/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-themes/hicolor-icon-theme -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/hicolor-icon-theme/ChangeLog,v 1.65 2013/02/19 04:52:06 zmedico Exp $ +# 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 $ + +*hicolor-icon-theme-0.14 (30 Dec 2014) + + 30 Dec 2014; William Hubbs <williamh@gentoo.org> + +hicolor-icon-theme-0.14.ebuild: + version bump approved by ssuominen 19 Feb 2013; Zac Medico <zmedico@gentoo.org> hicolor-icon-theme-0.12.ebuild: Add ~arm-linux keyword. 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 new file mode 100644 index 000000000000..22999e17c258 --- /dev/null +++ b/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.14.ebuild @@ -0,0 +1,25 @@ +# 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 $ + +inherit gnome2-utils + +DESCRIPTION="Fallback theme for the freedesktop icon theme specification" +HOMEPAGE="http://icon-theme.freedesktop.org/wiki/HicolorTheme" +SRC_URI="http://icon-theme.freedesktop.org/releases/${P}.tar.xz" + +LICENSE="GPL-2" +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" + +src_install() { + emake DESTDIR="${D}" install || die + dodoc ChangeLog README +} + +pkg_preinst() { gnome2_icon_savelist; } +pkg_postinst() { gnome2_icon_cache_update; } +pkg_postrm() { gnome2_icon_cache_update; } |