diff options
author | 2012-03-08 02:57:30 +0000 | |
---|---|---|
committer | 2012-03-08 02:57:30 +0000 | |
commit | 01bbe4fb639717ead37f8e2c4c0cdcde7e5c2385 (patch) | |
tree | 62cc6d803e9896042071cd693f35fef7f12b2eaf /gnome-extra/nautilus-actions | |
parent | Remove old version (diff) | |
download | gentoo-2-01bbe4fb639717ead37f8e2c4c0cdcde7e5c2385.tar.gz gentoo-2-01bbe4fb639717ead37f8e2c4c0cdcde7e5c2385.tar.bz2 gentoo-2-01bbe4fb639717ead37f8e2c4c0cdcde7e5c2385.zip |
New ebuild for Nautilus extension for launching commands from the right-click menu, formerly maintained in Sunrise; thanks to Luca Marturana, Luis Medinas, Guy Ratcliffe, rajas, Alex Tarkovsky, Jakub Moc, Thomas Sachau, Justin Lecher, David Abbott, and Adam Mills (bug #104816).
(Portage version: 2.2.0_alpha90/cvs/Linux x86_64)
Diffstat (limited to 'gnome-extra/nautilus-actions')
4 files changed, 136 insertions, 0 deletions
diff --git a/gnome-extra/nautilus-actions/ChangeLog b/gnome-extra/nautilus-actions/ChangeLog new file mode 100644 index 000000000000..34c7c4943864 --- /dev/null +++ b/gnome-extra/nautilus-actions/ChangeLog @@ -0,0 +1,15 @@ +# ChangeLog for gnome-extra/nautilus-actions +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nautilus-actions/ChangeLog,v 1.1 2012/03/08 02:57:30 tetromino Exp $ + +*nautilus-actions-3.2.2-r300 (08 Mar 2012) +*nautilus-actions-3.2.2-r200 (08 Mar 2012) + + 08 Mar 2012; Alexandre Rostovtsev <tetromino@gentoo.org> + +nautilus-actions-3.2.2-r200.ebuild, +nautilus-actions-3.2.2-r300.ebuild, + +metadata.xml: + New ebuild for Nautilus extension for launching commands from the right-click + menu, formerly maintained in Sunrise; thanks to Luca Marturana, Luis Medinas, + Guy Ratcliffe, rajas, Alex Tarkovsky, Jakub Moc, Thomas Sachau, Justin + Lecher, David Abbott, and Adam Mills (bug #104816). + diff --git a/gnome-extra/nautilus-actions/metadata.xml b/gnome-extra/nautilus-actions/metadata.xml new file mode 100644 index 000000000000..1410f408c9bf --- /dev/null +++ b/gnome-extra/nautilus-actions/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>gnome</herd> +<use> + <flag name="deprecated">Enable deprecated functions</flag> +</use> +</pkgmetadata> diff --git a/gnome-extra/nautilus-actions/nautilus-actions-3.2.2-r200.ebuild b/gnome-extra/nautilus-actions/nautilus-actions-3.2.2-r200.ebuild new file mode 100644 index 000000000000..25f150b8aa2a --- /dev/null +++ b/gnome-extra/nautilus-actions/nautilus-actions-3.2.2-r200.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nautilus-actions/nautilus-actions-3.2.2-r200.ebuild,v 1.1 2012/03/08 02:57:30 tetromino Exp $ + +EAPI="4" + +GCONF_DEBUG="no" + +inherit gnome2 + +DESCRIPTION="Configures programs to be launched when files are selected in Nautilus" +HOMEPAGE="http://www.nautilus-actions.org/" + +LICENSE="GPL-2 FDL-1.3" +SLOT="2" +KEYWORDS="~amd64 ~x86" +IUSE="deprecated" + +RDEPEND=">=dev-libs/glib-2.30:2 + >=dev-libs/libxml2-2.6:2 + dev-libs/libunique:1 + >=gnome-base/libgtop-2.23.1:2 + >=gnome-base/nautilus-2.16 + <gnome-base/nautilus-2.90 + sys-apps/util-linux + x11-libs/gdk-pixbuf:2 + >=x11-libs/gtk+-2.20:2 + x11-libs/libICE + >=x11-libs/libSM-1 + + !gnome-extra/nautilus-actions:3" +DEPEND="${RDEPEND} + dev-util/gdbus-codegen + >=dev-util/intltool-0.35.5 + dev-util/pkgconfig" + +pkg_setup() { + G2CONF="${G2CONF} + $(use_enable deprecated) + --disable-gconf + --with-gtk=2" +} + +src_prepare() { + # install docs in /usr/share/doc/${PF}, not ${P} + sed -i -e "s:/doc/@PACKAGE@-@VERSION@:/doc/${PF}:g" \ + Makefile.{am,in} \ + docs/Makefile.{am,in} \ + docs/nact/Makefile.{am,in} || die + gnome2_src_prepare +} + +src_install() { + gnome2_src_install + # Do not install COPYING + rm -v "${ED}usr/share/doc/${PF}"/COPYING* || die +} diff --git a/gnome-extra/nautilus-actions/nautilus-actions-3.2.2-r300.ebuild b/gnome-extra/nautilus-actions/nautilus-actions-3.2.2-r300.ebuild new file mode 100644 index 000000000000..018f778da096 --- /dev/null +++ b/gnome-extra/nautilus-actions/nautilus-actions-3.2.2-r300.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nautilus-actions/nautilus-actions-3.2.2-r300.ebuild,v 1.1 2012/03/08 02:57:30 tetromino Exp $ + +EAPI="4" + +GCONF_DEBUG="no" + +inherit gnome2 + +DESCRIPTION="Configures programs to be launched when files are selected in Nautilus" +HOMEPAGE="http://www.nautilus-actions.org/" + +LICENSE="GPL-2 FDL-1.3" +SLOT="3" +KEYWORDS="~amd64 ~x86" +IUSE="deprecated" + +RDEPEND=">=dev-libs/glib-2.30:2 + >=dev-libs/libxml2-2.6:2 + dev-libs/libunique:3 + >=gnome-base/libgtop-2.23.1:2 + >=gnome-base/nautilus-3 + sys-apps/util-linux + x11-libs/gdk-pixbuf:2 + x11-libs/gtk+:3 + x11-libs/libICE + >=x11-libs/libSM-1 + + !gnome-extra/nautilus-actions:2" +DEPEND="${RDEPEND} + dev-util/gdbus-codegen + >=dev-util/intltool-0.35.5 + dev-util/pkgconfig" + +pkg_setup() { + G2CONF="${G2CONF} + $(use_enable deprecated) + --disable-gconf + --with-gtk=3" +} + +src_prepare() { + # install docs in /usr/share/doc/${PF}, not ${P} + sed -i -e "s:/doc/@PACKAGE@-@VERSION@:/doc/${PF}:g" \ + Makefile.{am,in} \ + docs/Makefile.{am,in} \ + docs/nact/Makefile.{am,in} || die + gnome2_src_prepare +} + +src_install() { + gnome2_src_install + # Do not install COPYING + rm -v "${ED}usr/share/doc/${PF}"/COPYING* || die +} |