diff options
author | 2015-03-27 09:21:05 +0000 | |
---|---|---|
committer | 2015-03-27 09:21:05 +0000 | |
commit | 89f20549447a0c17a6f20f7a150936b223046566 (patch) | |
tree | 80ee0640810877b22780b4474e41c54283447041 /x11-themes | |
parent | Stable for ppc/ppc64, wrt bug #544056 (diff) | |
download | gentoo-2-89f20549447a0c17a6f20f7a150936b223046566.tar.gz gentoo-2-89f20549447a0c17a6f20f7a150936b223046566.tar.bz2 gentoo-2-89f20549447a0c17a6f20f7a150936b223046566.zip |
Version bump. Adds location for applications to install symbolic app icons themselves, expected/supported by GNOME 3.16. Version 0.14 added support for 512x512 icon directories and support for themes to add scalable variants of icons for HiDPI usage (e.g have 48x48 icons scaled to 96x96 without getting the 96x96 extra icon details, as those might be too hard to see on a HiDPI screen)
(Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/hicolor-icon-theme/ChangeLog | 12 | ||||
-rw-r--r-- | x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.15.ebuild | 24 |
2 files changed, 35 insertions, 1 deletions
diff --git a/x11-themes/hicolor-icon-theme/ChangeLog b/x11-themes/hicolor-icon-theme/ChangeLog index 7daafb64f208..2ac74482b711 100644 --- a/x11-themes/hicolor-icon-theme/ChangeLog +++ b/x11-themes/hicolor-icon-theme/ChangeLog @@ -1,6 +1,16 @@ # ChangeLog for x11-themes/hicolor-icon-theme # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/hicolor-icon-theme/ChangeLog,v 1.68 2015/03/03 12:56:54 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/hicolor-icon-theme/ChangeLog,v 1.69 2015/03/27 09:21:05 leio Exp $ + +*hicolor-icon-theme-0.15 (27 Mar 2015) + + 27 Mar 2015; Mart Raudsepp <leio@gentoo.org> +hicolor-icon-theme-0.15.ebuild: + Version bump. Adds location for applications to install symbolic app icons + themselves, expected/supported by GNOME 3.16. Version 0.14 added support for + 512x512 icon directories and support for themes to add scalable variants of + icons for HiDPI usage (e.g have 48x48 icons scaled to 96x96 without getting + the 96x96 extra icon details, as those might be too hard to see on a HiDPI + screen) 03 Mar 2015; Yixun Lan <dlan@gentoo.org> hicolor-icon-theme-0.14.ebuild: add arm64 support, tested on A53 board diff --git a/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.15.ebuild b/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.15.ebuild new file mode 100644 index 000000000000..aa13f47334dc --- /dev/null +++ b/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.15.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2015 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.15.ebuild,v 1.1 2015/03/27 09:21:05 leio Exp $ + +EAPI=5 +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 ~arm64 ~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="" + +RDEPEND="" +DEPEND="app-arch/xz-utils" + +RESTRICT="binchecks strip" + +pkg_preinst() { gnome2_icon_savelist; } +pkg_postinst() { gnome2_icon_cache_update; } +pkg_postrm() { gnome2_icon_cache_update; } |