cb8cbea67c
Based on PR#43747 by Kamel Derouiche. Version 0.19 * IniFile.py: add support for trusted desktop files (thanks to karl mikaelsson) * DesktopEntry.py: Support spec version 1.0, Debian bug #563660 * MimeType.py: Fix parsing of in memory data, Debian bug #563718 * DesktopEntry.py: Fix constructor, Debian bug #551297, #562951, #562952 Version 0.18 * DesktopEntry.py: Add getMimeTypes() method, correctly returning strings * DesktopEntry.py: Deprecated getMimeType() returning list of regex * Menu.py: Add support for XDG_MENU_PREFIX * Mime.py: Add get_type_by_contents()
16 lines
442 B
Makefile
16 lines
442 B
Makefile
# $NetBSD: Makefile,v 1.2 2010/08/14 12:39:01 obache Exp $
|
|
|
|
DISTNAME= pyxdg-0.19
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= http://www.freedesktop.org/~lanius/
|
|
|
|
MAINTAINER= snj@NetBSD.org
|
|
HOMEPAGE= http://freedesktop.org/wiki/Software/pyxdg
|
|
COMMENT= Python library for XDG
|
|
LICENSE= gnu-lgpl-v2
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|