pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/arandr



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jan  9 15:35:39 UTC 2022

Modified Files:
        pkgsrc/x11/arandr: Makefile PLIST

Log Message:
arandr: convert to egg.mk


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/x11/arandr/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/arandr/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/arandr/Makefile
diff -u pkgsrc/x11/arandr/Makefile:1.20 pkgsrc/x11/arandr/Makefile:1.21
--- pkgsrc/x11/arandr/Makefile:1.20     Fri Dec  4 20:45:49 2020
+++ pkgsrc/x11/arandr/Makefile  Sun Jan  9 15:35:39 2022
@@ -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+=     ${PYPKGPREFIX}-gobject3-[0-9]*
 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_MESSAGE.setup=  Fixing ${PYSETUP}
 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"

Index: pkgsrc/x11/arandr/PLIST
diff -u pkgsrc/x11/arandr/PLIST:1.3 pkgsrc/x11/arandr/PLIST:1.4
--- pkgsrc/x11/arandr/PLIST:1.3 Wed Apr 17 18:04:20 2019
+++ pkgsrc/x11/arandr/PLIST     Sun Jan  9 15:35:39 2022
@@ -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__.pyo
 ${PYSITELIB}/screenlayout/__init__.pyc
-${PYSITELIB}/screenlayout/auxiliary.pyo
-${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/__init__.pyo
 ${PYSITELIB}/screenlayout/auxiliary.py
+${PYSITELIB}/screenlayout/auxiliary.pyc
+${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