--- nautilus-actions-2.29.1.orig/debian/rules +++ nautilus-actions-2.29.1/debian/rules @@ -0,0 +1,24 @@ +#!/usr/bin/make -f + +GNOME_DOWNLOAD_URL = http://pwi.dyndns.biz/tarballs/nautilus-actions/$(GNOME_TARBALL) +DESKTOP := debian/nautilus-actions/usr/share/applications/nact.desktop + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/utils.mk +include /usr/share/cdbs/1/class/gnome.mk +include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk +-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk + +install/nautilus-actions:: + install -m 755 debian/nautilus-actions.lintian debian/nautilus-actions/usr/share/lintian/overrides/nautilus-actions + # fix .desktop file + sed -i 's/AdvancedSettings;//' ${DESKTOP} + # move doc stuff to more canonical location + mv debian/nautilus-actions/usr/share/doc/nautilus-actions-${DEB_UPSTREAM_VERSION} debian/nautilus-actions/usr/share/doc/nautilus-actions + # kill extraneous COPYING file + rm debian/nautilus-actions/usr/share/doc/nautilus-actions/COPYING + # kill upstream installation documentation + rm debian/nautilus-actions/usr/share/doc/nautilus-actions/INSTALL + +binary-post-install/nautilus-actions:: + find debian/nautilus-actions/usr/lib -name \*.la -exec rm {} \; --- nautilus-actions-2.29.1.orig/debian/nautilus-actions.dirs +++ nautilus-actions-2.29.1/debian/nautilus-actions.dirs @@ -0,0 +1 @@ +usr/share/lintian/overrides --- nautilus-actions-2.29.1.orig/debian/watch +++ nautilus-actions-2.29.1/debian/watch @@ -0,0 +1,3 @@ +version=3 + +http://www.nautilus-actions.org/downloads/nautilus-actions-(.*)\.tar\.gz --- nautilus-actions-2.29.1.orig/debian/nautilus-actions.manpages +++ nautilus-actions-2.29.1/debian/nautilus-actions.manpages @@ -0,0 +1,3 @@ +debian/nautilus-actions-config-tool.1 +debian/nautilus-actions-new.1 +debian/nautilus-actions-schemas.1 --- nautilus-actions-2.29.1.orig/debian/changelog +++ nautilus-actions-2.29.1/debian/changelog @@ -0,0 +1,203 @@ +nautilus-actions (2.29.1-1) unstable; urgency=low + + * New upstream version. + - implements full API as defined for use by Nautilus menu + extensions : this let the user define items which will be + available when there is no selection, and will apply to + current folder, either in the 'File' menu or in the + toolbar ; + - the ability for the user to define a full hierarchy of + actions with menus, submenus, and so on ; + - drag and drop ; + - full cut/copy/paste clipboard support. + - Gnome bugs fixed: + - #325528 reported by Frederic Ruaudel + (bloated contextual menu) + - #325587 reported by Frederic Ruaudel + (drag & drop support) + - #326699 reported by Frederic Ruaudel + (action items do not remain in user defined order) + - #353353 reported by Frederic Ruaudel + (check if command exist and if not warn user) + - #588482 reported by Sean + (ordering in actions list) + - #326699 reported by Frederic Ruaudel + (action items do not remain in user defined order) + - #353353 reported by Frederic Ruaudel + (check if command exist and if not warn user) + - #588482 reported by Sean + (ordering in actions list) + - #590400 reported by Pierre Wieser + (have some sort of warnings in the ui) + - #599520 reported by António Lima + (do not mark authors names and emails for translating) + + -- Christine Spang Sun, 25 Oct 2009 14:04:13 -0400 + +nautilus-actions (1.12.0-2) unstable; urgency=low + + [Christine Spang] + * Backport patch to nautilus-actions-config-tool.ui (Closes: #546417) + -- build-dep on quilt + * Bump to Standards-Version 3.8.3 + + [Emilio Pozuelo Monfort] + * Wrap build depends. + + -- Christine Spang Sat, 24 Oct 2009 23:08:12 -0500 + +nautilus-actions (1.12.0-1) unstable; urgency=low + + * New upstream stable release. + - Actions can now be enabled/disabled: disabled actions will + never show up in the nautilus context menu + - Gnome Bugzilla bugs fixed: + - #325519 asked by Frederic Ruaudel (enabled property) + - #590398 reported by Pierre Wieser (install doc) + - #590399 reported by Pierre Wieser (gtk_image_menu_item_set_image) + - #590709 reported by Claude Paroz (markup in translatable strings) + - #590711 reported by Claude Paroz (pipe char is ambiguous to translate) + - Do not install GConf schemas if --disable-schemas-install option has + been specified + - New/updated es and fr translations + + -- Christine Spang Wed, 12 Aug 2009 14:04:00 -0400 + +nautilus-actions (1.11.2-1) unstable; urgency=low + + * New upstream development release. + - New user interface. + - New parameters: + - %p: expands to the port number from an URI + - %R: expands to a space-separated list of selected URIs + - Better visual feedback when modifying actions + - Automatically reload list of actions when they are modified + externally + - Import and Export actions are now assistant-driven + - Actions can be exported as a GConf dump entry + - Gnome Bugzilla bugs fixes: + - #325582 reported by Frederic Ruaudel (use GConf) + - #325585 reported by Frederic Ruaudel (delete actions created via + gconftool-2) + - #353198 reported by Frederic Ruaudel (single window mode) + - #531301 asked by IceWil (list of selected URIs) + - #576186 asked by gnutered (port of the URI) + - #580378 reported by James Campos (context menu doesn't update) + - #585652 reported by Claude Paroz (user interface layout) + - #589698 reported by Andre Klapper (use GtkBuilder) + - Translations updated. + - Command-line tools renamed: + - nautilus-actions-config -> nautilus-actions-config-tool + - nautilus-actions-new-config -> nautilus-actions-new + - New command-line tool nautilus-actions-schemas + - Code enhancements / dependency changes: + - migrated from libglade to GtkBuilder + - migrated from GnomeVFS to GVFS + - new dependency libunique 1.0 + - requires now Gtk+ 2.12, Glib 2.16 + * Bump to Standards-Version 3.8.2. + * Update manpage and add new manpages for new binaries. + + -- Christine Spang Sun, 09 Aug 2009 12:42:10 -0400 + +nautilus-actions (1.10.1-1) unstable; urgency=low + + * New upstream release. + - Do not search through actions when the Nautilus-provided list of + selected files is empty + - Remove deprecated functions + - All sources are now ansi-compliant, though not (yet) pedantic + - Double-click on an action opens the editor + - Enable the OK button as soon as required fields are filled + - Enable syslog'ed debug messages when in maintainer mode + - Use NACT_GNOME_COMPILE_WARNINGS (see Gnome bugzilla bug #582860) + - Replace configure.in with configure.ac, updating all Makefile.am + accordingly + - Fix make distcheck + - create nautilus-actions.doap + - Gnome bugzilla bug #574919 fixed (Closes: #523854) + - Gnome bugzilla bugs #522605, #573365, and #568366 fixed + - translations updated + * Added Homepage: field to debian/control + * Bump to Standards-Version 3.8.1 + * update GNOME_DOWNLOAD_URL in debian/rules + * add full list of contributors to debian/copyright + * Bump debhelper compat to 7 + * Fix categories in .desktop file + + -- Christine Spang Sat, 30 May 2009 10:15:52 -0400 + +nautilus-actions (1.4.1-1) unstable; urgency=low + + * New upstream bugfix and translation update release. + + -- Christine Spang Mon, 06 Aug 2007 22:04:07 -0400 + +nautilus-actions (1.4-1) unstable; urgency=low + + [ Loic Minier ] + * Add a get-orig-source target to retrieve the upstream tarball. + + [ Christine Spang ] + * New upstream version. + * Bumped Standards-Version to 3.7.2.2 + * Bumped nautilus-extension-dev dependency to >= 2.16 + * Change my maintainer email address + * Add libgnomeui-dev to build-deps + * Add debian/nautilus-actions.dirs + * Add debian/nautilus-actions.lintian + + -- Christine Spang Fri, 27 Apr 2007 22:31:59 -0400 + +nautilus-actions (1.2-3) unstable; urgency=low + + * Add the package to pkg-gnome subversion. + * Add gnome-team to uploaders. + * build-depend on pkg-gnome-tools. + + -- Christine Spang Fri, 21 Jul 2006 16:09:36 -0400 + +nautilus-actions (1.2-2) unstable; urgency=low + + * Update my email address in debian/control. + * Tighten depends on nautilus-extension-dev to avoid a crasher + bug. (Closes: #370493) + * Bump standards version to 3.7.2.1. + + -- Christine Spang Thu, 22 Jun 2006 23:36:15 -0400 + +nautilus-actions (1.2-1) unstable; urgency=low + + * New upstream release. + - Add support for filtering using mimetypes of selected files + - Add support for choice about case sensitiveness of file patterns + - New Tango style icons + - Grammar and spelling errors fixed + - Fix segfault when defining an action with an empty file pattern + - Fix a crash when selecting a cdrom drive with Nautilus 2.14 + - Added Bengali translation; others updated + - Other minor bugfixes + * Bumped standards version to 2.7.0.0; no change. + * Added debian/watch + + -- Christine Spang Tue, 2 May 2006 21:15:03 -0400 + +nautilus-actions (1.0-1) unstable; urgency=low + + * New upstream release. + * Upload to main Debian archive. + * Added manpage. + + -- Christine Spang Fri, 10 Feb 2006 15:55:31 -0500 + +nautilus-actions (0.99-1) unstable; urgency=low + + * Debian maintainer changed to myself. + + -- Christine Spang Sat, 17 Dec 2005 12:24:31 -0500 + +nautilus-actions (0.99-0ubuntu1) dapper; urgency=low + + * First upload. + + -- Sebastien Bacher Thu, 24 Nov 2005 18:11:41 +0100 --- nautilus-actions-2.29.1.orig/debian/nautilus-actions-new.1 +++ nautilus-actions-2.29.1/debian/nautilus-actions-new.1 @@ -0,0 +1,105 @@ +.\" This manpage is copyright (C) 2009 Christine Spang. +.\" +.\" This is free software; you may redistribute it and/or modify +.\" it under the terms of the GNU General Public License as +.\" published by the Free Software Foundation; either version 2, +.\" or (at your option) any later version. +.\" +.\" This is distributed in the hope that it will be useful, but +.\" WITHOUT ANY WARRANTY; without even the implied warranty of +.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +.\" GNU General Public License for more details. +.\" +.\" You should have received a copy of the GNU General Public License +.\" along with the Debian GNU/Linux system; if not, write to the Free +.\" Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA +.\" 02111-1307 USA +.\" +.TH nautilus-actions-new 1 "2009-08-06" "Debian GNU/Linux" +.SH NAME +nautilus-actions-new \- create new nautilus actions + +.SH SYNOPSIS +nautilus-actions-new [OPTION] + +.SH DESCRIPTION +.B nautilus-actions-new +creates new actions for the +.B nautilus +file manager non-interactively via the commandline. Action attributes +are specified via command-line options. +.PP +By default, actions are written to STDOUT. However, they can also +be written to a file suitable for later import via +.B nautilus-actions-config-tool +or you can even write the action directory to your GConf configuration +for +.B nautilus-actions + +.SH OPTIONS +.SS Help options +\-?, \fB\-\-help\fR +Show help options +.TP +\fB\-\-help\-all\fR +Show all help options +.TP +\fB\-\-help\-output\fR +Choose where the program creates the action + +.SS Action-creation options +\fB\-l\fR, \fB\-\-label\fR=\fILABEL\fR +The label of the menu item (mandatory) +.TP +\fB\-t\fR, \fB\-\-tooltip\fR=\fITOOLTIP\fR +The tooltip of the menu item +.TP +\fB\-i\fR, \fB\-\-icon\fR=\fIICON\fR +The icon of the menu item (filename or GTK stock ID) +.TP +\fB\-c\fR, \fB\-\-command\fR=\fIPATH\fR +The path of the command +.TP +\fB\-p\fR, \fB\-\-parameters\fR=\fIPARAMS\fR +The parameters of the command +.TP +\fB\-m\fR, \fB\-\-match\fR=\fIEXPR\fR +A pattern to match selected files against. May include wildcards (* or ?) (you must set one option for each pattern you need) +.TP +\fB\-C\fR, \fB\-\-match\-case\fR=\fIPATH\fR +The path of the command +.TP +\fB\-T\fR, \fB\-\-mimetypes\fR=\fIEXPR\fR +A pattern to match selected files' mimetype against. May include wildcards (* or ?) (you must set one option for each pattern you need) +.TP +\fB\-f\fR, \fB\-\-accept\-files\fR +Set it if the selection must only contain files +.TP +\fB\-d\fR, \fB\-\-accept\-dirs\fR +Set it if the selection must only contain folders. Specify both '\-\-isfile' and '\-\-isdir' options is selection can contain both types of items +.TP +\fB\-M\fR, \fB\-\-accept\-multiple\-files\fR +Set it if the selection can have several items +.TP +\fB\-s\fR, \fB\-\-scheme\fR=\fISCHEME\fR +A valid GVFS scheme where the selected files should be located (you must set one option for each scheme you need) +.PP +.SH BUGS +Please report bugs in +.B nautilus-actions +to . The current bug list may be viewed at +. +.SH AUTHOR +.B nautilus-actions +was written by Rodrigo Moya , Frederic Ruaudel +, Pierre Wieser , and contributors. +.PP +This manual page was written by Christine Spang , +for the Debian project (but may be used by others). +.SH LICENSING +Both the +.B nautilus-actions +source code and this man page are licensed under the GNU General Public +License. +.SH SEE ALSO +.IR nautilus(1), nautilus-actions(1), nautilus-actions-schemas(1) --- nautilus-actions-2.29.1.orig/debian/nautilus-actions-config-tool.1 +++ nautilus-actions-2.29.1/debian/nautilus-actions-config-tool.1 @@ -0,0 +1,60 @@ +.\" This manpage is copyright (C) 2005-2009 Christine Spang. +.\" +.\" This is free software; you may redistribute it and/or modify +.\" it under the terms of the GNU General Public License as +.\" published by the Free Software Foundation; either version 2, +.\" or (at your option) any later version. +.\" +.\" This is distributed in the hope that it will be useful, but +.\" WITHOUT ANY WARRANTY; without even the implied warranty of +.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +.\" GNU General Public License for more details. +.\" +.\" You should have received a copy of the GNU General Public License +.\" along with the Debian GNU/Linux system; if not, write to the Free +.\" Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA +.\" 02111-1307 USA +.\" +.TH nautilus-actions 1 "2009-08-06" "Debian GNU/Linux" +.SH NAME +nautilus-actions \- configure programs to launch from the nautilus file manager +.SH SYNOPSIS +nautilus-actions-config-tool +.SH OPTIONS +nautilus-actions-config-tool does not have any options. +.SH DESCRIPTION +.B nautilus-actions +is an extension for the nautilus file manager which allows +arbitrary programs to be launched through the nautilus context menu. +.PP +Each time you right-click on one or more files in nautilus, or +any part of the background of the currently opened folder, +.B nautilus-actions +will look at its configured actions to see if a program has been +setup for this selection. If so, it will add an item to the menu +that allows you to execute the program on the selected files. +.PP +Configurations are stored in GConf for speed and integration with +other GNOME programs. Configs can be easily shared using the +"Import/Export assistant" menu items in the Tools menu of +.B nautilus-actions-config-tool +/. +.SH BUGS +Please report bugs in +.B nautilus-actions +to . The current bug list may be viewed at +. +.SH AUTHOR +.B nautilus-actions +was written by Rodrigo Moya , Frederic Ruaudel +, Pierre Wieser , and contributors. +.PP +This manual page was written by Christine Spang , +for the Debian project (but may be used by others). +.SH LICENSING +Both the +.B nautilus-actions +source code and this man page are licensed under the GNU General Public +License. +.SH SEE ALSO +.IR nautilus(1), nautilus-actions-new(1), nautilus-actions-schemas(1) --- nautilus-actions-2.29.1.orig/debian/control.in +++ nautilus-actions-2.29.1/debian/control.in @@ -0,0 +1,27 @@ +Source: nautilus-actions +Section: gnome +Priority: optional +Maintainer: Christine Spang +Uploaders: @GNOME_TEAM@ +Build-Depends: debhelper (>= 7.0), + autotools-dev, + cdbs, + gnome-pkg-tools, + libglib2.0-dev (>= 2.16), + libgtk2.0-dev (>= 2.12), + libnautilus-extension-dev (>= 2.8), + libgconf2-dev (>= 2.8.0), + libxml-parser-perl, + uuid-dev, + intltool, + libunique-dev (>= 1.0), + libxml2-dev (>= 2.6) +Standards-Version: 3.8.3 + +Package: nautilus-actions +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: nautilus extension to configure programs to launch + Nautilus actions is an extension for Nautilus, the GNOME file manager. + It allows the configuration of programs to be launched on files selected + in the Nautilus interface. --- nautilus-actions-2.29.1.orig/debian/nautilus-actions.lintian +++ nautilus-actions-2.29.1/debian/nautilus-actions.lintian @@ -0,0 +1,4 @@ +nautilus-actions: postinst-has-useless-call-to-ldconfig +nautilus-actions: postrm-has-useless-call-to-ldconfig +nautilus-actions: pkg-has-shlibs-control-file-but-no-actual-shared-libs + --- nautilus-actions-2.29.1.orig/debian/nautilus-actions-schemas.1 +++ nautilus-actions-2.29.1/debian/nautilus-actions-schemas.1 @@ -0,0 +1,49 @@ +.\" This manpage is copyright (C) 2005-2009 Christine Spang. +.\" +.\" This is free software; you may redistribute it and/or modify +.\" it under the terms of the GNU General Public License as +.\" published by the Free Software Foundation; either version 2, +.\" or (at your option) any later version. +.\" +.\" This is distributed in the hope that it will be useful, but +.\" WITHOUT ANY WARRANTY; without even the implied warranty of +.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +.\" GNU General Public License for more details. +.\" +.\" You should have received a copy of the GNU General Public License +.\" along with the Debian GNU/Linux system; if not, write to the Free +.\" Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA +.\" 02111-1307 USA +.\" +.TH nautilus-actions-schemas 1 "2009-08-06" "Debian GNU/Linux" +.SH NAME +nautilus-actions-schemas \- output the nautilus-actions GConf schema to STDOUT +.SH SYNOPSIS +nautilus-actions-schemas [--help|-s|--stdout] +.SH OPTIONS +.TP +\-?, \fB\-\-help\fR +Show help options +.TP +\fB\-s\fR, \fB\-\-stdout\fR +Output the schema to STDOUT + +.SH BUGS +Please report bugs in +.B nautilus-actions +to . The current bug list may be viewed at +. +.SH AUTHOR +.B nautilus-actions +was written by Rodrigo Moya , Frederic Ruaudel +, Pierre Wieser , and contributors. +.PP +This manual page was written by Christine Spang , +for the Debian project (but may be used by others). +.SH LICENSING +Both the +.B nautilus-actions +source code and this man page are licensed under the GNU General Public +License. +.SH SEE ALSO +.IR nautilus(1), nautilus-actions(1), nautilus-actions-new(1) --- nautilus-actions-2.29.1.orig/debian/copyright +++ nautilus-actions-2.29.1/debian/copyright @@ -0,0 +1,74 @@ +This package was debianized by Sebastien Bacher on +Thu, 24 Nov 2005 18:05:51 +0100. + +It was downloaded from http://www.grumz.net/download/. + +Copyright (C) 2005 The GNOME Foundation +Copyright (C) 2006, 2007, 2008 Frederic Ruaudel and other contributors +Copyright (C) 2009 Pierre Wieser and other contributors + +Main authors: + +Frederic Ruaudel +Rodrigo Moya +Pierre Wieser + +Other contributors: + +Bruce van der Kooij +Tom Parker +Ed Catmur +Kasys +Fryderyk Dziarmagowski +Christopher Taylor +Brian Pepple +Ulisse Perusin +Adam Weinberger +Alexander Shopov +Amanpreet Singh Alam +Amanpreet Singh Brar +Ankit Patel +Benoît Dejean +Chao-Hsiung Liao +Christian Rose +Clytie Siddall +Daniel Nylander +David Lodge +Djihed Afifi +Francisco Javier F. Serrador +Frank Arnold +Frederic Ruaudel +Funda Wang +Hendrik Brandt +Hendrik Richter +Ignacio Casal Quinteiro +Ilkka Tuohela +Josep Puigdemont i Casamajó +Jovan Naumovski +Kjartan Maraas +Lasse Bang Mikkelsen +Leonid Kanter +Licio Fernando +Lukas Novotny + +based on nautilus-sendto module from Roberto Majadas + +License: + + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + --- nautilus-actions-2.29.1.orig/debian/compat +++ nautilus-actions-2.29.1/debian/compat @@ -0,0 +1 @@ +7 --- nautilus-actions-2.29.1.orig/debian/control +++ nautilus-actions-2.29.1/debian/control @@ -0,0 +1,27 @@ +Source: nautilus-actions +Section: gnome +Priority: optional +Maintainer: Christine Spang +Uploaders: Debian GNOME Maintainers +Build-Depends: debhelper (>= 7.0), + autotools-dev, + cdbs, + gnome-pkg-tools, + libglib2.0-dev (>= 2.16), + libgtk2.0-dev (>= 2.12), + libnautilus-extension-dev (>= 2.8), + libgconf2-dev (>= 2.8.0), + libxml-parser-perl, + uuid-dev, + intltool, + libunique-dev (>= 1.0), + libxml2-dev (>= 2.6) +Standards-Version: 3.8.3 + +Package: nautilus-actions +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: nautilus extension to configure programs to launch + Nautilus actions is an extension for Nautilus, the GNOME file manager. + It allows the configuration of programs to be launched on files selected + in the Nautilus interface.