pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/driconf Convert to distutils.mk. Mark as not for p...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4d239b135b8a
branches: trunk
changeset: 629476:4d239b135b8a
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Jan 21 21:25:06 2014 +0000
description:
Convert to distutils.mk. Mark as not for python-3.x.
Bump PKGREVISION.
diffstat:
x11/driconf/Makefile | 10 ++++------
x11/driconf/PLIST | 3 ++-
2 files changed, 6 insertions(+), 7 deletions(-)
diffs (47 lines):
diff -r d03145169fb3 -r 4d239b135b8a x11/driconf/Makefile
--- a/x11/driconf/Makefile Tue Jan 21 21:23:33 2014 +0000
+++ b/x11/driconf/Makefile Tue Jan 21 21:25:06 2014 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2012/10/29 05:06:10 asau Exp $
-#
+# $NetBSD: Makefile,v 1.21 2014/01/21 21:25:06 wiz Exp $
DISTNAME= driconf-0.9.1
-PKGREVISION= 9
+PKGREVISION= 10
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_LOCAL}
@@ -19,8 +18,8 @@
USE_TOOLS+= msgfmt msgmerge xgettext
CONFIGURE_ARGS+= --prefix=${PREFIX:Q}
-PYDISTUTILSPKG= yes
REPLACE_PYTHON= *.py
+PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gtk2
SUBST_CLASSES+= fix-paths
SUBST_FILES.fix-paths= driconf driconf.desktop
@@ -42,7 +41,6 @@
${INSTALL_DATA} ${WRKSRC}/driconf.desktop \
${DESTDIR}${PREFIX}/share/applications/
-.include "../../lang/python/extension.mk"
+.include "../../lang/python/distutils.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
-
.include "../../mk/bsd.pkg.mk"
diff -r d03145169fb3 -r 4d239b135b8a x11/driconf/PLIST
--- a/x11/driconf/PLIST Tue Jan 21 21:23:33 2014 +0000
+++ b/x11/driconf/PLIST Tue Jan 21 21:25:06 2014 +0000
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:24:45 joerg Exp $
+@comment $NetBSD: PLIST,v 1.3 2014/01/21 21:25:06 wiz Exp $
bin/driconf
${PYSITELIB}/driconf/dri.py
${PYSITELIB}/driconf/dri.pyc
${PYSITELIB}/driconf/dri.pyo
+${PYSITELIB}/driconf/${EGG_FILE}
${PYSITELIB}/driconf/driconf.py
${PYSITELIB}/driconf/driconf.pyc
${PYSITELIB}/driconf/driconf.pyo
Home |
Main Index |
Thread Index |
Old Index