pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/arandr arandr: convert to egg.mk



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2b286028f49e
branches:  trunk
changeset: 371336:2b286028f49e
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jan 09 15:35:39 2022 +0000

description:
arandr: convert to egg.mk

diffstat:

 x11/arandr/Makefile |   8 +++-----
 x11/arandr/PLIST    |  41 ++++++++++++++++++++++-------------------
 2 files changed, 25 insertions(+), 24 deletions(-)

diffs (91 lines):

diff -r 14963719e10a -r 2b286028f49e x11/arandr/Makefile
--- a/x11/arandr/Makefile       Sun Jan 09 15:30:24 2022 +0000
+++ b/x11/arandr/Makefile       Sun Jan 09 15:35:39 2022 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2020/12/04 20:45:49 nia Exp $
+# $NetBSD: Makefile,v 1.21 2022/01/09 15:35:39 wiz Exp $
 
 DISTNAME=      arandr-0.1.10
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    x11
 MASTER_SITES=  http://christian.amsuess.com/tools/arandr/files/
 
@@ -19,8 +19,6 @@
 DEPENDS+=      xrandr>=1.2:../../x11/xrandr
 .endif
 
-PY_PATCHPLIST=                 YES
-PYSETUP=                       setup.py
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 # Adjust setup.py
@@ -30,6 +28,6 @@
 SUBST_FILES.setup=     ${PYSETUP}
 SUBST_SED.setup+=      -e 's,share/man/,${PKGMANDIR}/,g'
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 14963719e10a -r 2b286028f49e x11/arandr/PLIST
--- a/x11/arandr/PLIST  Sun Jan 09 15:30:24 2022 +0000
+++ b/x11/arandr/PLIST  Sun Jan 09 15:35:39 2022 +0000
@@ -1,35 +1,38 @@
-@comment $NetBSD: PLIST,v 1.3 2019/04/17 18:04:20 tsutsui Exp $
+@comment $NetBSD: PLIST,v 1.4 2022/01/09 15:35:39 wiz Exp $
 bin/arandr
 bin/unxrandr
-${PYSITELIB}/${EGG_FILE}
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/screenlayout/__init__.py
+${PYSITELIB}/screenlayout/__init__.pyc
 ${PYSITELIB}/screenlayout/__init__.pyo
-${PYSITELIB}/screenlayout/__init__.pyc
-${PYSITELIB}/screenlayout/auxiliary.pyo
+${PYSITELIB}/screenlayout/auxiliary.py
 ${PYSITELIB}/screenlayout/auxiliary.pyc
-${PYSITELIB}/screenlayout/demo.pyo
-${PYSITELIB}/screenlayout/demo.pyc
-${PYSITELIB}/screenlayout/gui.pyo
-${PYSITELIB}/screenlayout/gui.pyc
-${PYSITELIB}/screenlayout/i18n.pyo
-${PYSITELIB}/screenlayout/i18n.pyc
-${PYSITELIB}/screenlayout/meta.pyo
-${PYSITELIB}/screenlayout/meta.pyc
-${PYSITELIB}/screenlayout/snap.pyo
-${PYSITELIB}/screenlayout/snap.pyc
-${PYSITELIB}/screenlayout/widget.pyo
-${PYSITELIB}/screenlayout/widget.pyc
-${PYSITELIB}/screenlayout/xrandr.pyo
-${PYSITELIB}/screenlayout/xrandr.pyc
-${PYSITELIB}/screenlayout/auxiliary.py
+${PYSITELIB}/screenlayout/auxiliary.pyo
 ${PYSITELIB}/screenlayout/data/gpl-3.txt
 ${PYSITELIB}/screenlayout/demo.py
+${PYSITELIB}/screenlayout/demo.pyc
+${PYSITELIB}/screenlayout/demo.pyo
 ${PYSITELIB}/screenlayout/gui.py
+${PYSITELIB}/screenlayout/gui.pyc
+${PYSITELIB}/screenlayout/gui.pyo
 ${PYSITELIB}/screenlayout/i18n.py
+${PYSITELIB}/screenlayout/i18n.pyc
+${PYSITELIB}/screenlayout/i18n.pyo
 ${PYSITELIB}/screenlayout/meta.py
+${PYSITELIB}/screenlayout/meta.pyc
+${PYSITELIB}/screenlayout/meta.pyo
 ${PYSITELIB}/screenlayout/snap.py
+${PYSITELIB}/screenlayout/snap.pyc
+${PYSITELIB}/screenlayout/snap.pyo
 ${PYSITELIB}/screenlayout/widget.py
+${PYSITELIB}/screenlayout/widget.pyc
+${PYSITELIB}/screenlayout/widget.pyo
 ${PYSITELIB}/screenlayout/xrandr.py
+${PYSITELIB}/screenlayout/xrandr.pyc
+${PYSITELIB}/screenlayout/xrandr.pyo
 man/man1/arandr.1
 man/man1/unxrandr.1
 share/applications/arandr.desktop



Home | Main Index | Thread Index | Old Index