debian/0000755000000000000000000000000012244060312007160 5ustar debian/nautilus-actions-schemas.10000644000000000000000000000220111561774230014174 0ustar .\" 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 \- Deprecated for now That program is not available as GConf2 is to be deprecated. It may come back when nautilus-actions will use gsettings. .SH SEE ALSO .IR nautilus(1), nautilus-actions(1), nautilus-actions-new(1), nautilus-actions-run(1), nautilus-actions-print(1) debian/rules0000755000000000000000000000270612244023751010253 0ustar #!/usr/bin/make -f CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS) CFLAGS:=$(shell dpkg-buildflags --get CFLAGS) CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS) LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS) LDFLAGS+=-lICE 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 DEB_DH_MAKESHLIBS_ARGS_nautilus-actions += --no-act DEB_CONFIGURE_EXTRA_FLAGS := --with-gtk=3 \ --with-default-io-provider=na-desktop \ --disable-gconf install/nautilus-actions:: # fix .desktop file sed -i 's/AdvancedSettings;//' ${DESKTOP} echo 'Keywords=FileTools;FileManager;CustomMenu;CustomAction' >> ${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 {} \; binary-fixup/nautilus-actions:: rm debian/nautilus-actions/usr/share/doc/nautilus-actions/ChangeLog debian/compat0000644000000000000000000000000211210276712010363 0ustar 7 debian/nautilus-actions.doc-base.de0000644000000000000000000000101112244046357014456 0ustar Document: nautilus-actions-de Title: Nautilus-Actions Configuration Tool User's Manual Author: Pierre Wieser, Frederic Ruaudel, Rodrigo Moya Abstract: This manual describes what Nautilus-Actions Configuration Tool is and how it can be used. Section: File Management Format: PDF Files: /usr/share/doc/nautilus-actions/pdf/de/nautilus-actions-config-tool.pdf.gz Format: HTML Index: /usr/share/doc/nautilus-actions/html/de/nact/nautilus-actions-config-tool.html Files: /usr/share/doc/nautilus-actions/html/de/nact/*.html debian/watch0000644000000000000000000000016311613477146010231 0ustar version=3 http://ftp.gnome.org/pub/GNOME/sources/nautilus-actions/([\d\.]+)/ \ nautilus-actions-([\d\.]+)\.tar\.xz debian/nautilus-actions-run.10000644000000000000000000000451011561774230013362 0ustar .\" 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-run 1 "2009-12-30" "Debian GNU/Linux" .SH NAME nautilus-actions-run \- execute an action on the specified target .SH SYNOPSIS nautilus-actions-run [OPTION] .SH DESCRIPTION .B nautilus-actions-run runs specific nautilus-actions on a given file or folder. More than one target may be specified. This program is intended to be used on the command-line for scripting 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\-misc\fR Show miscellaneous options .SS Miscellaneous options \-v, \fB\-\-version\fR Output the version number .SS Application options \fB\-i\fR, \fB\-\-id\fR=\fISTRING\fR The internal identifier of the action to be launched. .TP \fB\-t\fR, \fB\-\-target\fR=\fIURI\fR A file or folder to run the action on (more than one may be specified). .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-new(1), nautilus-actions-print(1) debian/nautilus-actions-config-tool.10000644000000000000000000000550311562526673015010 0ustar .\" This manpage is copyright (C) 2005-2009 Christine Spang. .\" This manpage is copyright (C) 2011 Alice Ferrazzi. .\" .\" 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-config-tool 1 "2011-11-05" "Debian GNU/Linux" .SH NAME nautilus-actions-config-tool \- configure programs to launch from the nautilus file manager .SH SYNOPSIS nautilus-actions-config-tool .SH OPTIONS .SS Help Options .TP \-?, \fB\-\-help\fR Show help options .TP \-?, \fB\-\-help\-all\fR Show all help options .TP \-?, \fB\-\-help\-misc\fR .SS Application Options .TP \-?, \fB\-\-non\-unique\fR Set it to run multiple instances of the program [unique] .TP \-?, \fB\-\-version\fR Output the version number, and exit gracefully [no] .TP \-?, \fB\-\-display=DISPLAY\fR X display to use .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 and Alice Ferrazzi , 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-print(1) debian/nautilus-actions.doc-base.fr0000644000000000000000000000101112244060114014460 0ustar Document: nautilus-actions-fr Title: Nautilus-Actions Configuration Tool User's Manual Author: Pierre Wieser, Frederic Ruaudel, Rodrigo Moya Abstract: This manual describes what Nautilus-Actions Configuration Tool is and how it can be used. Section: File Management Format: PDF Files: /usr/share/doc/nautilus-actions/pdf/fr/nautilus-actions-config-tool.pdf.gz Format: HTML Index: /usr/share/doc/nautilus-actions/html/fr/nact/nautilus-actions-config-tool.html Files: /usr/share/doc/nautilus-actions/html/fr/nact/*.html debian/nautilus-actions.manpages0000644000000000000000000000024411561774230014213 0ustar debian/nautilus-actions-config-tool.1 debian/nautilus-actions-new.1 debian/nautilus-actions-schemas.1 debian/nautilus-actions-run.1 debian/nautilus-actions-print.1 debian/nautilus-actions-new.10000644000000000000000000000711411561774230013352 0ustar .\" 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-run(1) nautilus-actions-print(1) debian/control0000644000000000000000000000257712244070330010577 0ustar # This file is autogenerated. DO NOT EDIT! # # Modifications should be made to debian/control.in instead. # This file is regenerated automatically in the clean target. Source: nautilus-actions Section: gnome Priority: optional Maintainer: Takanori Suzuki Uploaders: Debian GNOME Maintainers , Michael Biebl Homepage: http://www.grumz.net/ Build-Depends: debhelper (>= 7.0), autotools-dev, cdbs, gnome-pkg-tools, libglib2.0-dev (>= 2.25.9), libgtk-3-dev (>= 3.0.0), libnautilus-extension-dev (>= 3.0.0), libgconf2-dev (>= 2.8.0), libxml-parser-perl, uuid-dev, intltool, libunique-3.0-dev (>= 2.91.4), libxml2-dev (>= 2.6), libdbus-glib-1-dev, gnome-doc-utils (>= 0.3.2), libgtop2-dev (>= 2.23.1), rarian-compat Standards-Version: 3.9.5 Package: nautilus-actions Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Recommends: ksh 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. debian/source/0000755000000000000000000000000012244060312010460 5ustar debian/source/format0000644000000000000000000000001411507754422011703 0ustar 3.0 (quilt) debian/nautilus-actions.doc-base.es0000644000000000000000000000101112244046371014471 0ustar Document: nautilus-actions-es Title: Nautilus-Actions Configuration Tool User's Manual Author: Pierre Wieser, Frederic Ruaudel, Rodrigo Moya Abstract: This manual describes what Nautilus-Actions Configuration Tool is and how it can be used. Section: File Management Format: PDF Files: /usr/share/doc/nautilus-actions/pdf/es/nautilus-actions-config-tool.pdf.gz Format: HTML Index: /usr/share/doc/nautilus-actions/html/es/nact/nautilus-actions-config-tool.html Files: /usr/share/doc/nautilus-actions/html/es/nact/*.html debian/nautilus-actions-print.10000644000000000000000000000426311562526673013726 0ustar .\" This manpage is copyright (C) 2011 Jean Schurger and Alice Ferrazzi. .\" .\" 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-print 1 "2011-05-11" "Debian GNU/Linux" .SH NAME nautilus-actions-print \- Print a menu or an action to stdout. .SH SYNOPSIS nautilus-actions-print [OPTION] .SH OPTIONS .SS Help Options .TP \-?, \fB\-\-help\fR Show help options .TP \-?, \fB\-\-help\-all\fR Show all help options .TP \-?, \fB\-\-help\-misc\fR Miscellaneous options .SS Miscellaneous Options .TP \-?, \fB\-\-version\fR Output the version number .SS Application Options .TP \fB\-i\fR, \fB\-\-id=ID\fR The identifiant ID of the menu or the action to be printed\fR .TP \fB\-f\fR, \fB\-\-format=FORMAT\fR An export FORMAT [Desktop1]\fR .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 Alice Ferrazzi and Jean Schurger , inspired 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-new(1), nautilus-actions-run(1) debian/control.in0000644000000000000000000000216712237742715011216 0ustar Source: nautilus-actions Section: gnome Priority: optional Maintainer: Takanori Suzuki Uploaders: @GNOME_TEAM@ Homepage: http://www.grumz.net/ Build-Depends: debhelper (>= 7.0), autotools-dev, cdbs, gnome-pkg-tools, libglib2.0-dev (>= 2.25.9), libgtk-3-dev (>= 3.0.0), libnautilus-extension-dev (>= 3.0.0), libgconf2-dev (>= 2.8.0), libxml-parser-perl, uuid-dev, intltool, libunique-3.0-dev (>= 2.91.4), libxml2-dev (>= 2.6), libdbus-glib-1-dev, gnome-doc-utils (>= 0.3.2), libgtop2-dev (>= 2.23.1), rarian-compat Standards-Version: 3.9.5 Package: nautilus-actions Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Recommends: ksh 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. debian/nautilus-actions.doc-base0000644000000000000000000000100312244022216014054 0ustar Document: nautilus-actions Title: Nautilus-Actions Configuration Tool User's Manual Author: Pierre Wieser, Frederic Ruaudel, Rodrigo Moya Abstract: This manual describes what Nautilus-Actions Configuration Tool is and how it can be used. Section: File Management Format: PDF Files: /usr/share/doc/nautilus-actions/pdf/C/nautilus-actions-config-tool.pdf.gz Format: HTML Index: /usr/share/doc/nautilus-actions/html/C/nact/nautilus-actions-config-tool.html Files: /usr/share/doc/nautilus-actions/html/C/nact/*.html debian/copyright0000644000000000000000000000243612237155124011130 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Nautilus-Actions Source: http://www.nautilus-actions.org/downloads/ Upstream-Contact: Frederic Ruaudel , Rodrigo Moya , Pierre Wieser Files: * Copyright: Copyright (C) 2005 The GNOME Foundation Copyright (C) 2006, 2007, 2008 Frederic Ruaudel and other contributors Copyright (C) 2009 Pierre Wieser and other contributors License: GPL-2+ 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-2'. debian/changelog0000644000000000000000000003075212237726760011063 0ustar nautilus-actions (3.2.3-1) unstable; urgency=low [ Takanori Suzuki ] * New upstream development release. - debian/control.in: - Bump Standards-Version to 3.9.5; no changes required. - New Maintainer (closes: #727124) - debian/rules: - Fixed duplicate-changelog-files - Update to reference dpkg-buildflags to fix hardening-no-relro. - debian/copyright - Update the content to fit dep5 -- Takanori Suzuki Tue, 29 Oct 2013 01:30:40 +0900 nautilus-actions (3.2.2-1) unstable; urgency=low [ Alice Ferrazzi ] * New upstream development release. - debian/control.in: - Bump Standards-Version to 3.9.3; no changes required. - debian/rules: - Fixed duplicate-changelog-files -- Alice Ferrazzi Tue, 27 Mar 2012 15:02:55 +0200 nautilus-actions (3.1.4-1) unstable; urgency=low [ Alice Ferrazzi ] * New upstream development release. - debian/control.in: - Recommends ksh for migrating tool. - Fixed transition to nautilus 3. (closes: #637322) - debian/watches - fixed the watch link. - debian/rules - Build against gtk3 - Disabled GConf2 [ Michael Biebl ] * debian/control.in: - Re-add Build-Depends on libgconf2-dev, still required to configure and build successfully. -- Michael Biebl Mon, 17 Oct 2011 02:08:32 +0200 nautilus-actions (3.1.2-1) unstable; urgency=low [ Alice Ferrazzi ] * New upstream maintenance release. - debian/control.in: - New Maintainer (closes: #620570) - Added Homepage, thanks to jeansch. - Bump Standards-Version to 3.9.2; no changes required. debian/*.1 - Added nautilus-actions-print manpage; thanks to jeansch. - Various fix. debian/copyright - Fixed GPL-2 path according to lintial warning the license used; thanks to jeansch. debian/nautilus-actions.dirs - Removed, not used anymore; thanks to jeansch. debian/watches - fixed the watch link -- Alice Ferrazzi Sat, 09 apr 2011 22:14:39 -0500 nautilus-actions (3.0.5-1) unstable; urgency=low * New upstream maintenance release. * Switch to dpkg-source 3.0 (quilt) format * Fix building with binutils-gold (Closes: #555763) - Thanks to Bhavani Shankar for the patch. -- Christine Spang Sat, 01 Jan 2011 20:45:43 -0500 nautilus-actions (3.0.2-1) unstable; urgency=low * New upstream bugfix release. -- Christine Spang Sun, 12 Dec 2010 13:18:33 -0500 nautilus-actions (3.0-1) unstable; urgency=low * New upstream release - Actions may be now stored as .desktop files, making them easy to share with other desktop environments. - New dependency: gnome-doc-utils - New dependency: libgtop2 - New dependency: rarian-compat -- Christine Spang Sat, 18 Sep 2010 14:20:56 -0400 nautilus-actions (2.30.3-1) unstable; urgency=low * New upstream bugfix/translation update release. * Bump to Standards-Version 3.9.1. -- Christine Spang Sat, 21 Aug 2010 11:41:16 -0400 nautilus-actions (2.30.2-1) unstable; urgency=low * New upstream bugfix/translation update release. (Closes: #577983) -- Christine Spang Wed, 14 Apr 2010 22:29:02 -0400 nautilus-actions (2.30.1-1) unstable; urgency=low * New upstream release. - Slightly relax the validity rules of a profile, so that already existing actions may be still considered as valid, even when commands do not use an absolute path. - Current positions and folder of icons chooser dialog are now saved. - Many bugfixes. - Updated cs, es, sl translations. -- Christine Spang Wed, 14 Apr 2010 10:13:36 -0400 nautilus-actions (2.30.0-1) unstable; urgency=low [Christine Spang] * New upstream release. - Allow an administrator to lock the configuration. - Fully manage readonly items. - New plugin architecture. - Allow the user to define a full hierarchy of menus and actions. - Implement full drag and drop. - Implement full clipboard support. * Add libdbus-glib-1-dev to build-deps * Update manpages and add manpage for nautilus-actions-run * Bump Standards-Version to 3.8.4. [Emilio Pozeulo Monfort] * debian/nautilus-actions.lintian, debian/rules: - Remove debian/nautilus-actions.lintian, the overrides are wrong. Pass --no-act to dh_makeshlibs since nautilus-actions only ships an extension and not a shared library. * debian/rules: - Download tarballs from gnome.org * debian/watch: - Likewise. Only track stable releases. -- Christine Spang Sat, 27 Mar 2010 00:02:30 -0400 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 debian/nautilus-actions.doc-base.sl0000644000000000000000000000101112244046414014476 0ustar Document: nautilus-actions-sl Title: Nautilus-Actions Configuration Tool User's Manual Author: Pierre Wieser, Frederic Ruaudel, Rodrigo Moya Abstract: This manual describes what Nautilus-Actions Configuration Tool is and how it can be used. Section: File Management Format: PDF Files: /usr/share/doc/nautilus-actions/pdf/sl/nautilus-actions-config-tool.pdf.gz Format: HTML Index: /usr/share/doc/nautilus-actions/html/sl/nact/nautilus-actions-config-tool.html Files: /usr/share/doc/nautilus-actions/html/sl/nact/*.html