Update to 0.25. Allow Python 3.
Version 0.25 (December 2012)
* Add support for $XDG_RUNTIME_DIR, Debian bug #656338.
* Allow desktop entry files that are not encoded in UTF-8, Debian bug #693855.
* Mime: Add support for subclasses and aliases.
Version 0.24 (October 2012)
* Update allowed DesktopEntry categories following changes to the
specification.
* Fix removal of empty submenu, freedesktop bug #54747.
* Documentation is now available on RTD: http://pyxdg.readthedocs.org/
* A few more tests, and some code cleanup.
* Fix failure to parse some menu files when kde-config is missing,
freedesktop bug #56426.
Version 0.23 (July 2012)
* Fix a test for non-UTF-8 locales.
Version 0.22 (July 2012)
* Better unicode handling in several modules.
* Fix for sorting non-ASCII menu entries, freedesktop bug #52492.
* More tests.
Version 0.21 (July 2012)
* Tests can now be run conveniently using nosetests, and cover more of the
code.
* BaseDirectory: New save_cache_path() function, freedesktop bug #26458.
* Config: Default icon theme is 'hicolor', not 'highcolor'.
* Menu: Obsolete Rule.compile() method removed.
* DesktopEntry: Corrected spelling of checkCategories() method, freedesktop
bug #24974.
* DesktopEntry: Consider Actions and Keywords keys standard.
* DesktopEntry: Accept non-ASCII Keywords.
* DesktopEntry: Update list of environments valid for OnlyShowIn.
* Mime: Fix get_type_by_contents() in Python 3.
* RecentFiles: Minor bug fixes.
Version 0.20 (June 2012)
* Compatible with Python 3; requires Python 2.6 or later
* Clean up accidental GPL license notice in Menu.py
* Add test scripts for xdg.Mime, xdg.Locale and xdg.RecentFiles
* Fixes for icon theme validation
* Fix exception in xdg.Mime
* Replace invalid string exceptions
* Fall back to default base directories if $XDG* environment variables are
set but empty.
* Remove use of deprecated os.popen3 in Menu.py
* Correct URLs in README
2014-01-27 20:00:18 +01:00
|
|
|
@comment $NetBSD: PLIST,v 1.5 2014/01/27 19:00:18 wiz Exp $
|
2012-04-08 22:21:41 +02:00
|
|
|
${PYSITELIB}/${EGG_FILE}
|
2009-03-10 01:34:46 +01:00
|
|
|
${PYSITELIB}/xdg/BaseDirectory.py
|
|
|
|
${PYSITELIB}/xdg/BaseDirectory.pyc
|
|
|
|
${PYSITELIB}/xdg/BaseDirectory.pyo
|
|
|
|
${PYSITELIB}/xdg/Config.py
|
|
|
|
${PYSITELIB}/xdg/Config.pyc
|
|
|
|
${PYSITELIB}/xdg/Config.pyo
|
|
|
|
${PYSITELIB}/xdg/DesktopEntry.py
|
|
|
|
${PYSITELIB}/xdg/DesktopEntry.pyc
|
|
|
|
${PYSITELIB}/xdg/DesktopEntry.pyo
|
|
|
|
${PYSITELIB}/xdg/Exceptions.py
|
|
|
|
${PYSITELIB}/xdg/Exceptions.pyc
|
|
|
|
${PYSITELIB}/xdg/Exceptions.pyo
|
|
|
|
${PYSITELIB}/xdg/IconTheme.py
|
|
|
|
${PYSITELIB}/xdg/IconTheme.pyc
|
|
|
|
${PYSITELIB}/xdg/IconTheme.pyo
|
|
|
|
${PYSITELIB}/xdg/IniFile.py
|
|
|
|
${PYSITELIB}/xdg/IniFile.pyc
|
|
|
|
${PYSITELIB}/xdg/IniFile.pyo
|
|
|
|
${PYSITELIB}/xdg/Locale.py
|
|
|
|
${PYSITELIB}/xdg/Locale.pyc
|
|
|
|
${PYSITELIB}/xdg/Locale.pyo
|
|
|
|
${PYSITELIB}/xdg/Menu.py
|
|
|
|
${PYSITELIB}/xdg/Menu.pyc
|
|
|
|
${PYSITELIB}/xdg/Menu.pyo
|
|
|
|
${PYSITELIB}/xdg/MenuEditor.py
|
|
|
|
${PYSITELIB}/xdg/MenuEditor.pyc
|
|
|
|
${PYSITELIB}/xdg/MenuEditor.pyo
|
|
|
|
${PYSITELIB}/xdg/Mime.py
|
|
|
|
${PYSITELIB}/xdg/Mime.pyc
|
|
|
|
${PYSITELIB}/xdg/Mime.pyo
|
|
|
|
${PYSITELIB}/xdg/RecentFiles.py
|
|
|
|
${PYSITELIB}/xdg/RecentFiles.pyc
|
|
|
|
${PYSITELIB}/xdg/RecentFiles.pyo
|
|
|
|
${PYSITELIB}/xdg/__init__.py
|
|
|
|
${PYSITELIB}/xdg/__init__.pyc
|
|
|
|
${PYSITELIB}/xdg/__init__.pyo
|
Update to 0.25. Allow Python 3.
Version 0.25 (December 2012)
* Add support for $XDG_RUNTIME_DIR, Debian bug #656338.
* Allow desktop entry files that are not encoded in UTF-8, Debian bug #693855.
* Mime: Add support for subclasses and aliases.
Version 0.24 (October 2012)
* Update allowed DesktopEntry categories following changes to the
specification.
* Fix removal of empty submenu, freedesktop bug #54747.
* Documentation is now available on RTD: http://pyxdg.readthedocs.org/
* A few more tests, and some code cleanup.
* Fix failure to parse some menu files when kde-config is missing,
freedesktop bug #56426.
Version 0.23 (July 2012)
* Fix a test for non-UTF-8 locales.
Version 0.22 (July 2012)
* Better unicode handling in several modules.
* Fix for sorting non-ASCII menu entries, freedesktop bug #52492.
* More tests.
Version 0.21 (July 2012)
* Tests can now be run conveniently using nosetests, and cover more of the
code.
* BaseDirectory: New save_cache_path() function, freedesktop bug #26458.
* Config: Default icon theme is 'hicolor', not 'highcolor'.
* Menu: Obsolete Rule.compile() method removed.
* DesktopEntry: Corrected spelling of checkCategories() method, freedesktop
bug #24974.
* DesktopEntry: Consider Actions and Keywords keys standard.
* DesktopEntry: Accept non-ASCII Keywords.
* DesktopEntry: Update list of environments valid for OnlyShowIn.
* Mime: Fix get_type_by_contents() in Python 3.
* RecentFiles: Minor bug fixes.
Version 0.20 (June 2012)
* Compatible with Python 3; requires Python 2.6 or later
* Clean up accidental GPL license notice in Menu.py
* Add test scripts for xdg.Mime, xdg.Locale and xdg.RecentFiles
* Fixes for icon theme validation
* Fix exception in xdg.Mime
* Replace invalid string exceptions
* Fall back to default base directories if $XDG* environment variables are
set but empty.
* Remove use of deprecated os.popen3 in Menu.py
* Correct URLs in README
2014-01-27 20:00:18 +01:00
|
|
|
${PYSITELIB}/xdg/util.py
|
|
|
|
${PYSITELIB}/xdg/util.pyc
|
|
|
|
${PYSITELIB}/xdg/util.pyo
|