Gentoo Archives: gentoo-commits

From: NP Hardass <np-hardass@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/mate-themes/
Date: Thu, 31 Dec 2015 23:37:24
Message-Id: 1451605009.b62a6fd51e32e7d486620bbf9ac8ed1f273a06a1.np-hardass@gentoo
1 commit: b62a6fd51e32e7d486620bbf9ac8ed1f273a06a1
2 Author: NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 31 23:35:43 2015 +0000
4 Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 31 23:36:49 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b62a6fd5
7
8 x11-themes/mate-themes: Resolve bug #533230
9
10 Package-Manager: portage-2.2.25
11
12 x11-themes/mate-themes/mate-themes-1.8.0-r1.ebuild | 40 ++++++++++++++++++++++
13 1 file changed, 40 insertions(+)
14
15 diff --git a/x11-themes/mate-themes/mate-themes-1.8.0-r1.ebuild b/x11-themes/mate-themes/mate-themes-1.8.0-r1.ebuild
16 new file mode 100644
17 index 0000000..690e502
18 --- /dev/null
19 +++ b/x11-themes/mate-themes/mate-themes-1.8.0-r1.ebuild
20 @@ -0,0 +1,40 @@
21 +# Copyright 1999-2015 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +# $Id$
24 +
25 +EAPI="5"
26 +
27 +GCONF_DEBUG="no"
28 +
29 +inherit gnome2 versionator
30 +
31 +MATE_BRANCH="$(get_version_component_range 1-2)"
32 +
33 +SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz"
34 +DESCRIPTION="A set of MATE themes, with sets for users with limited or low vision"
35 +HOMEPAGE="http://mate-desktop.org"
36 +
37 +LICENSE="LGPL-2.1"
38 +SLOT="0"
39 +KEYWORDS="~amd64 ~x86"
40 +
41 +RDEPEND=">=x11-libs/gdk-pixbuf-2:2
42 + >=x11-libs/gtk+-2:2
43 + >=x11-themes/gtk-engines-2.15.3:2
44 + x11-themes/gtk-engines-murrine:0"
45 +
46 +DEPEND="${RDEPEND}
47 + >=dev-util/intltool-0.35:*
48 + sys-devel/gettext:*
49 + >=x11-misc/icon-naming-utils-0.8.7:0
50 + virtual/pkgconfig:*"
51 +
52 +RESTRICT="binchecks strip"
53 +
54 +src_configure() {
55 + gnome2_src_configure \
56 + --disable-test-themes \
57 + --enable-icon-mapping
58 +}
59 +
60 +DOCS="AUTHORS ChangeLog NEWS README"