diff options
author | Tom Wijsman <tomwij@gentoo.org> | 2014-05-01 16:03:35 +0000 |
---|---|---|
committer | Tom Wijsman <tomwij@gentoo.org> | 2014-05-01 16:03:35 +0000 |
commit | 99655d4855a856b0c6ae3ee696273a6b05532b92 (patch) | |
tree | f506169e5fa92fdd3c82c1e86484c6063478a055 /x11-themes/mate-icon-theme | |
parent | Version bump to 1.8.0. (diff) | |
download | gentoo-2-99655d4855a856b0c6ae3ee696273a6b05532b92.tar.gz gentoo-2-99655d4855a856b0c6ae3ee696273a6b05532b92.tar.bz2 gentoo-2-99655d4855a856b0c6ae3ee696273a6b05532b92.zip |
Version bump to 1.8.0.
(Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
Diffstat (limited to 'x11-themes/mate-icon-theme')
-rw-r--r-- | x11-themes/mate-icon-theme/ChangeLog | 7 | ||||
-rw-r--r-- | x11-themes/mate-icon-theme/mate-icon-theme-1.8.0.ebuild | 35 |
2 files changed, 41 insertions, 1 deletions
diff --git a/x11-themes/mate-icon-theme/ChangeLog b/x11-themes/mate-icon-theme/ChangeLog index 37da64dcb303..2bf50e222bb3 100644 --- a/x11-themes/mate-icon-theme/ChangeLog +++ b/x11-themes/mate-icon-theme/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-themes/mate-icon-theme # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/mate-icon-theme/ChangeLog,v 1.3 2014/03/10 22:41:25 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/mate-icon-theme/ChangeLog,v 1.4 2014/05/01 16:03:35 tomwij Exp $ + +*mate-icon-theme-1.8.0 (01 May 2014) + + 01 May 2014; Tom Wijsman <TomWij@gentoo.org> +mate-icon-theme-1.8.0.ebuild: + Version bump to 1.8.0. 10 Mar 2014; Tom Wijsman <TomWij@gentoo.org> mate-icon-theme-1.6.3.ebuild: Further review of dependencies. diff --git a/x11-themes/mate-icon-theme/mate-icon-theme-1.8.0.ebuild b/x11-themes/mate-icon-theme/mate-icon-theme-1.8.0.ebuild new file mode 100644 index 000000000000..838472a4683b --- /dev/null +++ b/x11-themes/mate-icon-theme/mate-icon-theme-1.8.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/mate-icon-theme/mate-icon-theme-1.8.0.ebuild,v 1.1 2014/05/01 16:03:35 tomwij Exp $ + +EAPI="5" + +GCONF_DEBUG="no" + +inherit gnome2 versionator + +MATE_BRANCH="$(get_version_component_range 1-2)" + +SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz" +DESCRIPTION="MATE default icon themes" +HOMEPAGE="http://mate-desktop.org" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=">=x11-themes/hicolor-icon-theme-0.10" + +DEPEND="${RDEPEND} + >=dev-util/intltool-0.40:* + >=x11-misc/icon-naming-utils-0.8.7:0 + sys-devel/gettext:* + virtual/pkgconfig:*" + +RESTRICT="binchecks strip" + +src_configure() { + gnome2_src_configure --enable-icon-mapping +} + +DOCS="AUTHORS NEWS TODO" |