leio 15/03/27 09:21:05 Modified: ChangeLog Added: hicolor-icon-theme-0.15.ebuild Log: 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)
Revision Changes Path 1.69 x11-themes/hicolor-icon-theme/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/hicolor-icon-theme/ChangeLog?rev=1.69&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/hicolor-icon-theme/ChangeLog?rev=1.69&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/hicolor-icon-theme/ChangeLog?r1=1.68&r2=1.69 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-themes/hicolor-icon-theme/ChangeLog,v retrieving revision 1.68 retrieving revision 1.69 diff -u -r1.68 -r1.69 --- ChangeLog 3 Mar 2015 12:56:54 -0000 1.68 +++ ChangeLog 27 Mar 2015 09:21:05 -0000 1.69 @@ -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 <[email protected]> +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 <[email protected]> hicolor-icon-theme-0.14.ebuild: add arm64 support, tested on A53 board 1.1 x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.15.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.15.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.15.ebuild?rev=1.1&content-type=text/plain Index: hicolor-icon-theme-0.15.ebuild =================================================================== # 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; }
