# HG changeset patch # User paulb # Date 1188243216 0 # Node ID ec4ed6feba2a27ad8b6bc6e97fea42df21963b09 # Parent a1225f35a0bd7c55ab872848788d4fa6455cfe10 [project @ 2007-08-27 19:33:36 by paulb] Updated release and copyright information. Changed link to Python bug from sf.net to bugs.python.org. diff -r a1225f35a0bd -r ec4ed6feba2a PKG-INFO --- a/PKG-INFO Mon Aug 27 19:14:03 2007 +0000 +++ b/PKG-INFO Mon Aug 27 19:33:36 2007 +0000 @@ -1,18 +1,18 @@ Metadata-Version: 1.1 Name: desktop -Version: 0.2.3 +Version: 0.2.4 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/sf?id=1301512 -Download-url: http://www.boddie.org.uk/python/downloads/desktop-0.2.3.tar.gz +Home-page: http://bugs.python.org/issue1301512 +Download-url: http://www.boddie.org.uk/python/downloads/desktop-0.2.4.tar.gz Summary: Simple desktop integration for Python License: LGPL Description: This module provides desktop environment detection and resource opening support for a selection of common and standardised desktop environments. -Keywords: desktop startfile DESKTOP_LAUNCH KDE GNOME +Keywords: desktop startfile DESKTOP_LAUNCH KDE GNOME XFCE XFCE4 Platform: Any Classifier: Environment :: MacOS X Classifier: Environment :: Other Environment @@ -24,3 +24,4 @@ Classifier: Natural Language :: English Classifier: Operating System :: OS Independent Classifier: Programming Language :: Python +Classifier: Topic :: Desktop Environment :: Window Managers :: XFCE diff -r a1225f35a0bd -r ec4ed6feba2a README.txt --- a/README.txt Mon Aug 27 19:14:03 2007 +0000 +++ b/README.txt Mon Aug 27 19:33:36 2007 +0000 @@ -52,6 +52,7 @@ -------------------------------------------------- * Added XFCE support. + * Added Ubuntu Feisty (7.04) package support. New in desktop 0.2.3 (Changes since desktop 0.2.2) -------------------------------------------------- diff -r a1225f35a0bd -r ec4ed6feba2a desktop.py --- a/desktop.py Mon Aug 27 19:14:03 2007 +0000 +++ b/desktop.py Mon Aug 27 19:33:36 2007 +0000 @@ -5,7 +5,7 @@ detection and resource opening support for a selection of common and standardised desktop environments. -Copyright (C) 2005, 2006 Paul Boddie +Copyright (C) 2005, 2006, 2007 Paul Boddie This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public