From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D3A2C13832E for ; Fri, 12 Aug 2016 05:13:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B8E7E0B95; Fri, 12 Aug 2016 05:13:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 84662E0B82 for ; Fri, 12 Aug 2016 05:13:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D9EA6340B29 for ; Fri, 12 Aug 2016 05:13:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD7CE2444 for ; Fri, 12 Aug 2016 05:13:04 +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: <1470978742.8f073f94f49f6c9eb2581f7e60830e5f737edf82.np-hardass@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mate-base/mate-control-center/ X-VCS-Repository: repo/gentoo X-VCS-Files: mate-base/mate-control-center/Manifest mate-base/mate-control-center/mate-control-center-1.12.1-r1.ebuild mate-base/mate-control-center/metadata.xml X-VCS-Directories: mate-base/mate-control-center/ X-VCS-Committer: np-hardass X-VCS-Committer-Name: NP Hardass X-VCS-Revision: 8f073f94f49f6c9eb2581f7e60830e5f737edf82 X-VCS-Branch: master Date: Fri, 12 Aug 2016 05:13:04 +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: 28f69048-0f0b-4087-9f0b-3c5c0bf6c75f X-Archives-Hash: ff49219dfc42ec6f62a5be43168de550 commit: 8f073f94f49f6c9eb2581f7e60830e5f737edf82 Author: NP-Hardass gentoo org> AuthorDate: Fri Aug 12 03:11:30 2016 +0000 Commit: NP Hardass gentoo org> CommitDate: Fri Aug 12 05:12:22 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f073f94 mate-base/mate-control-center: 1.12.x vbump, add gtk3, import from project repo Package-Manager: portage-2.3.0 mate-base/mate-control-center/Manifest | 1 + .../mate-control-center-1.12.1-r1.ebuild | 87 ++++++++++++++++++++++ mate-base/mate-control-center/metadata.xml | 4 + 3 files changed, 92 insertions(+) diff --git a/mate-base/mate-control-center/Manifest b/mate-base/mate-control-center/Manifest index a5c700c..4a3bb62 100644 --- a/mate-base/mate-control-center/Manifest +++ b/mate-base/mate-control-center/Manifest @@ -1 +1,2 @@ DIST mate-control-center-1.10.2.tar.xz 1292432 SHA256 9ae8ddfb622305a02b8463f362fda90bc49096ad9b3dbeedf9b2b71efdb9129d SHA512 67c05300d7e7ef01fa2ae3e65623ce26a1e0da6a3d88c1557cdea5c9b37d5ca3f38a4ff8fe4c1f6ab59bffd9a3ac86bf19f93cf9470e4f5cc94e391e0f619878 WHIRLPOOL 144ddff87e9a44f955fce499d51c81e30b8b11dc556783de83af0c962c269a453a3f34c84ab140a736235d85136c8150e9d5fd68bc5723f1db1183545bdb16ad +DIST mate-control-center-1.12.1.tar.xz 1304732 SHA256 851f08e69ec8f513b8971262a439c83ef837b2a7467690313672b6a9d9a179fb SHA512 4023511113c993b2420666803a273923b161cd3fff74b07e02f3dd9a80baea47278ca5c10a5baec673818390174a9f0b5c2d8db81c653f48c411cf5f53cc2dce WHIRLPOOL 88a7d704f1e0665d45fa2f4b51c9c588fff1040dc8190fd60548fd49254f98f01ef2cde3e51abf995f88acf6c0c4f40f4d7694927fe028b4b97ea6a6f9dfb461 diff --git a/mate-base/mate-control-center/mate-control-center-1.12.1-r1.ebuild b/mate-base/mate-control-center/mate-control-center-1.12.1-r1.ebuild new file mode 100644 index 0000000..7267d70 --- /dev/null +++ b/mate-base/mate-control-center/mate-control-center-1.12.1-r1.ebuild @@ -0,0 +1,87 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +MATE_LA_PUNT="yes" + +inherit mate + +if [[ ${PV} != 9999 ]]; then + KEYWORDS="~amd64 ~arm ~x86" +fi + +DESCRIPTION="The MATE Desktop configuration tool" +LICENSE="GPL-2" +SLOT="0" + +IUSE="appindicator debug gtk3" + +RDEPEND="app-text/rarian:0 + dev-libs/atk:0 + >=dev-libs/dbus-glib-0.73:0 + >=dev-libs/glib-2.36:2 + dev-libs/libxml2:2 + >=gnome-base/dconf-0.13.4:0 + >=gnome-base/librsvg-2.0:2 + >=mate-base/libmatekbd-1.6[gtk3(-)=] + >=mate-base/mate-desktop-1.11[gtk3(-)=] + >=mate-base/caja-1.8[gtk3(-)=] + >=mate-base/mate-menus-1.6 + >=mate-base/mate-settings-daemon-1.11[gtk3(-)=] + >=media-libs/fontconfig-1:1.0 + media-libs/freetype:2 + >=sys-apps/dbus-1:0 + x11-apps/xmodmap:0 + x11-libs/cairo:0 + x11-libs/gdk-pixbuf:2 + x11-libs/libX11:0 + x11-libs/libXScrnSaver:0 + x11-libs/libXcursor:0 + x11-libs/libXext:0 + >=x11-libs/libXi-1.2:0 + x11-libs/libXrandr:0 + x11-libs/libXrender:0 + x11-libs/libXxf86misc:0 + >=x11-libs/libxklavier-4:0 + x11-libs/pango:0 + >=x11-wm/marco-1.9.1[gtk3(-)=] + virtual/libintl:0 + !gtk3? ( + >=dev-libs/libunique-1:1 + media-libs/libcanberra:0[gtk] + >=x11-libs/gtk+-2.24:2 + appindicator? ( dev-libs/libappindicator:2 ) + ) + gtk3? ( + >=dev-libs/libunique-3:3 + media-libs/libcanberra:0[gtk3] + >=x11-libs/gtk+-3.0:3 + appindicator? ( dev-libs/libappindicator:3 ) + )" + +DEPEND="${RDEPEND} + >=app-text/scrollkeeper-dtd-1:1.0 + app-text/yelp-tools:0 + dev-util/desktop-file-utils:0 + >=dev-util/intltool-0.50.1:* + sys-devel/gettext:* + x11-proto/kbproto:0 + x11-proto/randrproto:0 + x11-proto/renderproto:0 + x11-proto/scrnsaverproto:0 + x11-proto/xextproto:0 + x11-proto/xf86miscproto:0 + x11-proto/xproto:0 + virtual/pkgconfig:*" + +PATCHES=( "${FILESDIR}/${PN}-1.12.1-backport-appindicator-configure.patch" ) + +src_configure() { + mate_src_configure \ + --disable-update-mimedb \ + --with-gtk=$(usex gtk3 3.0 2.0) \ + $(use_enable appindicator) \ + $(use_enable debug) +} diff --git a/mate-base/mate-control-center/metadata.xml b/mate-base/mate-control-center/metadata.xml index 64f00cd..1e8b57b 100644 --- a/mate-base/mate-control-center/metadata.xml +++ b/mate-base/mate-control-center/metadata.xml @@ -5,6 +5,10 @@ mate@gentoo.org Gentoo MATE Desktop + + Add support for AppIndicator + Build with GTK+3 instead of GTK+2 + mate-desktop/mate-control-center