commit: 7dc38848a28a132da8958378ea4ddbab9dbdba18 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> AuthorDate: Sat Apr 12 14:19:25 2014 +0000 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> CommitDate: Sat Apr 12 15:14:27 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=7dc38848
x11-themes/gnome-icon-theme: 3.10.0 → 3.12.0 --- .../gnome-icon-theme-3.12.0.ebuild | 48 ++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/x11-themes/gnome-icon-theme/gnome-icon-theme-3.12.0.ebuild b/x11-themes/gnome-icon-theme/gnome-icon-theme-3.12.0.ebuild new file mode 100644 index 0000000..5fed9bb --- /dev/null +++ b/x11-themes/gnome-icon-theme/gnome-icon-theme-3.12.0.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="5" +GCONF_DEBUG="no" + +inherit gnome2 + +DESCRIPTION="GNOME default icon theme" +HOMEPAGE="http://www.gnome.org/ http://people.freedesktop.org/~jimmac/icons/#git" + +SRC_URI="${SRC_URI} + branding? ( http://www.mail-archive.com/[email protected]/msg00043/tango-gentoo-v1.1.tar.gz )" + +LICENSE="|| ( LGPL-3 CC-BY-SA-3.0 ) + branding? ( CC-Sampling-Plus-1.0 )" +SLOT="0" +IUSE="branding" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" + +RDEPEND=">=x11-themes/hicolor-icon-theme-0.10" +DEPEND="${RDEPEND} + >=x11-misc/icon-naming-utils-0.8.7 + >=dev-util/intltool-0.40 + sys-devel/gettext + virtual/pkgconfig +" +# This ebuild does not install any binaries +RESTRICT="binchecks strip" + +src_prepare() { + if use branding; then + for i in 16 22 24 32 48; do + cp "${WORKDIR}"/tango-gentoo-v1.1/${i}x${i}/gentoo.png \ + "${S}"/gnome//${i}x${i}/places/start-here.png \ + || die "Copying gentoo logos failed" + done + fi + + gnome2_src_prepare +} + +src_configure() { + gnome2_src_configure \ + --enable-icon-mapping \ + GTK_UPDATE_ICON_CACHE=$(type -P true) +}
