From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A55BF1384B4 for ; Thu, 31 Dec 2015 23:37:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1AD5021C00E; Thu, 31 Dec 2015 23:37:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B66E121C00E for ; Thu, 31 Dec 2015 23:37:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 519FA3407AF for ; Thu, 31 Dec 2015 23:37:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C39F4CF6 for ; Thu, 31 Dec 2015 23:37:15 +0000 (UTC) From: "NP Hardass" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "NP Hardass" Message-ID: <1451605009.b62a6fd51e32e7d486620bbf9ac8ed1f273a06a1.np-hardass@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/mate-themes/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/mate-themes/mate-themes-1.8.0-r1.ebuild X-VCS-Directories: x11-themes/mate-themes/ X-VCS-Committer: np-hardass X-VCS-Committer-Name: NP Hardass X-VCS-Revision: b62a6fd51e32e7d486620bbf9ac8ed1f273a06a1 X-VCS-Branch: master Date: Thu, 31 Dec 2015 23:37:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 67523730-d2c7-4b69-ac96-d041eb0b4f52 X-Archives-Hash: 318d3c33a016404b5b97d08baa83ce87 commit: b62a6fd51e32e7d486620bbf9ac8ed1f273a06a1 Author: NP-Hardass gentoo org> AuthorDate: Thu Dec 31 23:35:43 2015 +0000 Commit: NP Hardass gentoo org> CommitDate: Thu Dec 31 23:36:49 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b62a6fd5 x11-themes/mate-themes: Resolve bug #533230 Package-Manager: portage-2.2.25 x11-themes/mate-themes/mate-themes-1.8.0-r1.ebuild | 40 ++++++++++++++++++++++ 1 file changed, 40 insertions(+) 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 new file mode 100644 index 0000000..690e502 --- /dev/null +++ b/x11-themes/mate-themes/mate-themes-1.8.0-r1.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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="A set of MATE themes, with sets for users with limited or low vision" +HOMEPAGE="http://mate-desktop.org" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=">=x11-libs/gdk-pixbuf-2:2 + >=x11-libs/gtk+-2:2 + >=x11-themes/gtk-engines-2.15.3:2 + x11-themes/gtk-engines-murrine:0" + +DEPEND="${RDEPEND} + >=dev-util/intltool-0.35:* + sys-devel/gettext:* + >=x11-misc/icon-naming-utils-0.8.7:0 + virtual/pkgconfig:*" + +RESTRICT="binchecks strip" + +src_configure() { + gnome2_src_configure \ + --disable-test-themes \ + --enable-icon-mapping +} + +DOCS="AUTHORS ChangeLog NEWS README"