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:   abs
Date:           Tue May  6 11:57:42 UTC 2025

Modified Files:
        pkgsrc/x11/arandr: Makefile PLIST

Log Message:
Convert to wheel.mk. Bump PKGREVISION

No response from $MAINTAINER since 22nd April


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/x11/arandr/Makefile
cvs rdiff -u -r1.4 -r1.5 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.25 pkgsrc/x11/arandr/Makefile:1.26
--- pkgsrc/x11/arandr/Makefile:1.25     Mon Aug 14 05:25:32 2023
+++ pkgsrc/x11/arandr/Makefile  Tue May  6 11:57:41 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2023/08/14 05:25:32 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2025/05/06 11:57:41 abs Exp $
 
 DISTNAME=      arandr-0.1.11
 PKGREVISION=   1
@@ -28,6 +28,6 @@ SUBST_MESSAGE.setup=  Fixing ${PYSETUP}
 SUBST_FILES.setup=     ${PYSETUP}
 SUBST_SED.setup+=      -e 's,share/man/,${PKGMANDIR}/,g'
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.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.4 pkgsrc/x11/arandr/PLIST:1.5
--- pkgsrc/x11/arandr/PLIST:1.4 Sun Jan  9 15:35:39 2022
+++ pkgsrc/x11/arandr/PLIST     Tue May  6 11:57:41 2025
@@ -1,10 +1,11 @@
-@comment $NetBSD: PLIST,v 1.4 2022/01/09 15:35:39 wiz Exp $
+@comment $NetBSD: PLIST,v 1.5 2025/05/06 11:57:41 abs Exp $
 bin/arandr
 bin/unxrandr
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/COPYING
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/screenlayout/__init__.py
 ${PYSITELIB}/screenlayout/__init__.pyc
 ${PYSITELIB}/screenlayout/__init__.pyo
@@ -33,8 +34,6 @@ ${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
 share/locale/ar/LC_MESSAGES/arandr.mo
 share/locale/br/LC_MESSAGES/arandr.mo
@@ -74,3 +73,5 @@ share/locale/tr/LC_MESSAGES/arandr.mo
 share/locale/uk/LC_MESSAGES/arandr.mo
 share/locale/zh_CN/LC_MESSAGES/arandr.mo
 share/locale/zh_Hant/LC_MESSAGES/arandr.mo
+share/man/man1/arandr.1.gz
+share/man/man1/unxrandr.1.gz



Home | Main Index | Thread Index | Old Index