# HG changeset patch # User Paul Boddie # Date 1346883889 -7200 # Node ID f21a10eed2c8a508ed9b8f03293c44d7e79b1faf # Parent c50fded6edb82d64b20518288e6de947d4cf63b7 Updated release information and packaging. diff -r c50fded6edb8 -r f21a10eed2c8 PKG-INFO --- a/PKG-INFO Thu Sep 06 00:15:13 2012 +0200 +++ b/PKG-INFO Thu Sep 06 00:24:49 2012 +0200 @@ -1,17 +1,17 @@ Metadata-Version: 1.1 Name: desktop -Version: 0.4 +Version: 0.4.1 Author: Paul Boddie Author-email: paul at boddie org uk Maintainer: Paul Boddie Maintainer-email: paul at boddie org uk Home-page: http://www.python.org/pypi/desktop -Download-url: http://www.boddie.org.uk/python/downloads/desktop-0.4.tar.gz +Download-url: http://www.boddie.org.uk/python/downloads/desktop-0.4.1.tar.gz Summary: Simple desktop integration for Python License: LGPLv3 Description: Desktop environment detection, inspection; support for opening dialogues and resources. A selection of common and standardised desktop environments are supported. -Keywords: desktop startfile DESKTOP_LAUNCH KDE GNOME XFCE XFCE4 dialog kdialog zenity Xdialog X11 +Keywords: desktop startfile DESKTOP_LAUNCH KDE KDE4 GNOME XFCE XFCE4 Lubuntu dialog kdialog zenity Xdialog X11 Platform: Any Classifier: Environment :: MacOS X Classifier: Environment :: Other Environment diff -r c50fded6edb8 -r f21a10eed2c8 README.txt --- a/README.txt Thu Sep 06 00:15:13 2012 +0200 +++ b/README.txt Thu Sep 06 00:24:49 2012 +0200 @@ -55,6 +55,8 @@ command opens the resource and the exec command runs the resource. +KDE 4 Similar to KDE but uses kioclient instead of kfmclient. + GNOME Supports file and URL opening using gnome-open. XFCE Supports file and URL opening using exo-open. @@ -62,6 +64,11 @@ ROX-Filer Supports file opening using "rox " but not URL opening. +New in desktop 0.4.1 (Changes since desktop 0.4) +------------------------------------------------ + + * Added KDE 4 and Lubuntu support contributed by Jérôme Laheurte. + New in desktop 0.4 (Changes since desktop 0.3) ---------------------------------------------- diff -r c50fded6edb8 -r f21a10eed2c8 desktop/__init__.py --- a/desktop/__init__.py Thu Sep 06 00:15:13 2012 +0200 +++ b/desktop/__init__.py Thu Sep 06 00:24:49 2012 +0200 @@ -74,7 +74,7 @@ The desktop.windows module permits the inspection of desktop windows. """ -__version__ = "0.4" +__version__ = "0.4.1" import os import sys diff -r c50fded6edb8 -r f21a10eed2c8 packages/ubuntu-feisty/python-desktop/debian/changelog --- a/packages/ubuntu-feisty/python-desktop/debian/changelog Thu Sep 06 00:15:13 2012 +0200 +++ b/packages/ubuntu-feisty/python-desktop/debian/changelog Thu Sep 06 00:24:49 2012 +0200 @@ -1,3 +1,9 @@ +desktop (0.4.1-0ubuntu1) feisty; urgency=low + + * New upstream release. + + -- Paul Boddie Thu, 06 Sep 2012 00:21:46 +0200 + desktop (0.4-0ubuntu1) feisty; urgency=low * Improved docstrings. diff -r c50fded6edb8 -r f21a10eed2c8 packages/ubuntu-feisty/python-desktop/debian/copyright --- a/packages/ubuntu-feisty/python-desktop/debian/copyright Thu Sep 06 00:15:13 2012 +0200 +++ b/packages/ubuntu-feisty/python-desktop/debian/copyright Thu Sep 06 00:24:49 2012 +0200 @@ -15,18 +15,18 @@ Licence Agreement for desktop ----------------------------- -Copyright (C) 2005, 2006, 2007 Paul Boddie +Copyright (C) 2005, 2006, 2007, 2008, 2009, 2012 Paul Boddie +Copyright (C) 2012 Jérôme Laheurte -This library is free software; you can redistribute it and/or -modify it under the terms of the GNU Lesser General Public -License as published by the Free Software Foundation; either -version 2.1 of the License, or (at your option) any later version. +This program is free software; you can redistribute it and/or modify it under +the terms of the GNU Lesser General Public License as published by the Free +Software Foundation; either version 3 of the License, or (at your option) any +later version. -This library 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 -Lesser General Public License for more details. +This program 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 Lesser General Public License for more +details. -You should have received a copy of the GNU Lesser General Public -License along with this library; if not, write to the Free Software -Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA +You should have received a copy of the GNU Lesser General Public License along +with this program. If not, see . diff -r c50fded6edb8 -r f21a10eed2c8 packages/ubuntu-hardy/python-desktop/debian/changelog --- a/packages/ubuntu-hardy/python-desktop/debian/changelog Thu Sep 06 00:15:13 2012 +0200 +++ b/packages/ubuntu-hardy/python-desktop/debian/changelog Thu Sep 06 00:24:49 2012 +0200 @@ -1,3 +1,9 @@ +desktop (0.4.1-0ubuntu1) hardy; urgency=low + + * New upstream release. + + -- Paul Boddie Thu, 06 Sep 2012 00:22:30 +0200 + desktop (0.4-0ubuntu1) hardy; urgency=low * Improved docstrings. diff -r c50fded6edb8 -r f21a10eed2c8 packages/ubuntu-hardy/python-desktop/debian/copyright --- a/packages/ubuntu-hardy/python-desktop/debian/copyright Thu Sep 06 00:15:13 2012 +0200 +++ b/packages/ubuntu-hardy/python-desktop/debian/copyright Thu Sep 06 00:24:49 2012 +0200 @@ -15,18 +15,18 @@ Licence Agreement for desktop ----------------------------- -Copyright (C) 2005, 2006, 2007 Paul Boddie +Copyright (C) 2005, 2006, 2007, 2008, 2009, 2012 Paul Boddie +Copyright (C) 2012 Jérôme Laheurte -This library is free software; you can redistribute it and/or -modify it under the terms of the GNU Lesser General Public -License as published by the Free Software Foundation; either -version 2.1 of the License, or (at your option) any later version. +This program is free software; you can redistribute it and/or modify it under +the terms of the GNU Lesser General Public License as published by the Free +Software Foundation; either version 3 of the License, or (at your option) any +later version. -This library 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 -Lesser General Public License for more details. +This program 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 Lesser General Public License for more +details. -You should have received a copy of the GNU Lesser General Public -License along with this library; if not, write to the Free Software -Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA +You should have received a copy of the GNU Lesser General Public License along +with this program. If not, see . diff -r c50fded6edb8 -r f21a10eed2c8 packages/ubuntu-hoary/python2.4-desktop/debian/changelog --- a/packages/ubuntu-hoary/python2.4-desktop/debian/changelog Thu Sep 06 00:15:13 2012 +0200 +++ b/packages/ubuntu-hoary/python2.4-desktop/debian/changelog Thu Sep 06 00:24:49 2012 +0200 @@ -1,3 +1,9 @@ +desktop (0.4.1-0ubuntu1) hoary; urgency=low + + * New upstream release. + + -- Paul Boddie Thu, 06 Sep 2012 00:22:48 +0200 + desktop (0.4-0ubuntu1) hoary; urgency=low * Improved docstrings. diff -r c50fded6edb8 -r f21a10eed2c8 packages/ubuntu-hoary/python2.4-desktop/debian/copyright --- a/packages/ubuntu-hoary/python2.4-desktop/debian/copyright Thu Sep 06 00:15:13 2012 +0200 +++ b/packages/ubuntu-hoary/python2.4-desktop/debian/copyright Thu Sep 06 00:24:49 2012 +0200 @@ -15,18 +15,18 @@ Licence Agreement for desktop ----------------------------- -Copyright (C) 2005, 2006, 2007 Paul Boddie +Copyright (C) 2005, 2006, 2007, 2008, 2009, 2012 Paul Boddie +Copyright (C) 2012 Jérôme Laheurte -This library is free software; you can redistribute it and/or -modify it under the terms of the GNU Lesser General Public -License as published by the Free Software Foundation; either -version 2.1 of the License, or (at your option) any later version. +This program is free software; you can redistribute it and/or modify it under +the terms of the GNU Lesser General Public License as published by the Free +Software Foundation; either version 3 of the License, or (at your option) any +later version. -This library 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 -Lesser General Public License for more details. +This program 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 Lesser General Public License for more +details. -You should have received a copy of the GNU Lesser General Public -License along with this library; if not, write to the Free Software -Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA +You should have received a copy of the GNU Lesser General Public License along +with this program. If not, see . diff -r c50fded6edb8 -r f21a10eed2c8 setup.py --- a/setup.py Thu Sep 06 00:15:13 2012 +0200 +++ b/setup.py Thu Sep 06 00:24:49 2012 +0200 @@ -8,6 +8,6 @@ author = "Paul Boddie", author_email = "paul@boddie.org.uk", url = "http://www.python.org/pypi/desktop", - version = "0.4", + version = "0.4.1", packages = ["desktop"] )