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 0632459CA3 for ; Wed, 9 Mar 2016 23:05:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9456021C0F3; Wed, 9 Mar 2016 23:05:28 +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 F1C1121C0CA for ; Wed, 9 Mar 2016 23:05:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 559DA340C9A for ; Wed, 9 Mar 2016 23:05:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CB54F1BA0 for ; Wed, 9 Mar 2016 23:05:23 +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: <1457564667.2795202d569db1143c5b30a614cf74485c5435d5.np-hardass@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mate-extra/caja-extensions/ X-VCS-Repository: repo/gentoo X-VCS-Files: mate-extra/caja-extensions/caja-extensions-1.10.1-r1.ebuild mate-extra/caja-extensions/metadata.xml X-VCS-Directories: mate-extra/caja-extensions/ X-VCS-Committer: np-hardass X-VCS-Committer-Name: NP Hardass X-VCS-Revision: 2795202d569db1143c5b30a614cf74485c5435d5 X-VCS-Branch: master Date: Wed, 9 Mar 2016 23:05:23 +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: 07d24ee8-b59d-49e3-8973-ed6f4ac1cf10 X-Archives-Hash: 676d8fa8a331a23b1116d4d2dba9f44c commit: 2795202d569db1143c5b30a614cf74485c5435d5 Author: NP-Hardass gentoo org> AuthorDate: Sat Feb 20 21:43:17 2016 +0000 Commit: NP Hardass gentoo org> CommitDate: Wed Mar 9 23:04:27 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2795202d mate-extra/caja-extensions: Re-enable support for gksu. I'm not entirely sure why it was disabled to begin with, and I found no evidence as to why. Keeping -r0 until this has been tested thoroughly. Package-Manager: portage-2.2.26 .../caja-extensions-1.10.1-r1.ebuild | 74 ++++++++++++++++++++++ mate-extra/caja-extensions/metadata.xml | 1 + 2 files changed, 75 insertions(+) diff --git a/mate-extra/caja-extensions/caja-extensions-1.10.1-r1.ebuild b/mate-extra/caja-extensions/caja-extensions-1.10.1-r1.ebuild new file mode 100644 index 0000000..87874ce --- /dev/null +++ b/mate-extra/caja-extensions/caja-extensions-1.10.1-r1.ebuild @@ -0,0 +1,74 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +GCONF_DEBUG="yes" +GNOME2_LA_PUNT="yes" + +inherit eutils gnome2 + +MATE_BRANCH="$(get_version_component_range 1-2)" + +SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz" +DESCRIPTION="Several Caja extensions" +HOMEPAGE="http://www.mate-desktop.org" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +SENDTO="cdr gajim +mail pidgin upnp" +IUSE="gksu image-converter +open-terminal share +wallpaper ${SENDTO}" + +RDEPEND=">=x11-libs/gtk+-2.24:2 + >=dev-libs/glib-2.36:2 + >=mate-base/caja-1.10:0 + virtual/libintl:0 + x11-libs/gdk-pixbuf:2 + open-terminal? ( >=mate-base/mate-desktop-1.10:0 ) + cdr? ( >=app-cdr/brasero-2.32.1:0= ) + gajim? ( + net-im/gajim:0 + >=dev-libs/dbus-glib-0.60:0 + >=sys-apps/dbus-1:0 + ) + gksu? ( x11-libs/gksu ) + pidgin? ( >=dev-libs/dbus-glib-0.60:0 ) + upnp? ( >=net-libs/gupnp-0.13:0= )" + +DEPEND="${RDEPEND} + >=dev-util/intltool-0.18:* + >=mate-base/mate-common-1.10:0 + sys-devel/gettext:* + virtual/pkgconfig:* + !!mate-extra/mate-file-manager-open-terminal + !!mate-extra/mate-file-manager-sendto + !!mate-extra/mate-file-manager-image-converter + !!mate-extra/mate-file-manager-share" + +src_configure() { + MY_CONF="" + + if use cdr || use mail || use pidgin || use gajim || use upnp ; then + MY_CONF="${MY_CONF} --enable-sendto" + MY_CONF="${MY_CONF} --with-sendto-plugins=removable-devices" + use cdr && MY_CONF="${MY_CONF},caja-burn" + use mail && MY_CONF="${MY_CONF},emailclient" + use pidgin && MY_CONF="${MY_CONF},pidgin" + use gajim && MY_CONF="${MY_CONF},gajim" + use upnp && MY_CONF="${MY_CONF},upnp" + else + MYCONF="${MY_CONF} --disable-sendto" + fi + + gnome2_src_configure ${MY_CONF} \ + $(use_enable gksu) \ + $(use_enable image-converter) \ + $(use_enable open-terminal) \ + $(use_enable share) \ + $(use_enable wallpaper) +} + +DOCS="AUTHORS ChangeLog NEWS README" diff --git a/mate-extra/caja-extensions/metadata.xml b/mate-extra/caja-extensions/metadata.xml index 8b104f7..ee254e8 100644 --- a/mate-extra/caja-extensions/metadata.xml +++ b/mate-extra/caja-extensions/metadata.xml @@ -8,6 +8,7 @@ Add an extension to burn files to cds using app-cdr/brasero. Add an extension to support net-im/gajim. + Add an extension to support opening files as root with x11-libs/gksu. Add image conversion support. Add an extension to support e-mail functionality. Add an extension to support an open terminal.