From: "NP Hardass" <np-hardass@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gentoo-mate:master commit in: mate-extra/caja-extensions/
Date: Sat, 20 Feb 2016 22:19:21 +0000 (UTC) [thread overview]
Message-ID: <1456004597.ba63a6d2e59c116835c562a3f536089f75075b1d.np-hardass@gentoo> (raw)
commit: ba63a6d2e59c116835c562a3f536089f75075b1d
Author: NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 20 21:43:17 2016 +0000
Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org>
CommitDate: Sat Feb 20 21:43:17 2016 +0000
URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=ba63a6d2
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 ++++++++++++++++++++++
| 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"
--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 @@
<use>
<flag name="cdr">Add an extension to burn files to cds using <pkg>app-cdr/brasero</pkg>.</flag>
<flag name="gajim">Add an extension to support <pkg>net-im/gajim</pkg>.</flag>
+ <flag name="gksu">Add an extension to support opening files as root with <pkg>x11-libs/gksu</pkg>.</flag>
<flag name="image-converter">Add image conversion support.</flag>
<flag name="mail">Add an extension to support e-mail functionality.</flag>
<flag name="open-terminal">Add an extension to support an open terminal.</flag>
next reply other threads:[~2016-02-20 22:19 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-20 22:19 NP Hardass [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-05-23 20:07 [gentoo-commits] proj/gentoo-mate:master commit in: mate-extra/caja-extensions/ Adam Feldman
2020-09-02 5:55 Adam Feldman
2020-04-09 22:52 Adam Feldman
2018-02-11 13:49 Ettore Di Giacinto
2017-09-27 3:18 NP Hardass
2017-05-14 10:09 Ettore Di Giacinto
2017-03-16 16:08 [gentoo-commits] proj/gentoo-mate:1.18-bump " Ettore Di Giacinto
2017-03-16 16:17 ` [gentoo-commits] proj/gentoo-mate:master " Ettore Di Giacinto
2016-11-29 19:49 Ettore Di Giacinto
2016-11-22 11:11 Ettore Di Giacinto
2016-09-20 18:10 NP Hardass
2016-07-06 6:20 NP Hardass
2016-06-17 17:39 NP Hardass
2016-03-09 22:55 NP Hardass
2016-03-09 22:55 NP Hardass
2016-02-20 22:19 NP Hardass
2015-12-31 6:27 NP Hardass
2015-09-22 7:13 NP Hardass
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1456004597.ba63a6d2e59c116835c562a3f536089f75075b1d.np-hardass@gentoo \
--to=np-hardass@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox