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: Tue May 6 12:10:56 UTC 2025
Modified Files:
pkgsrc/x11/arandr: Makefile PLIST
Log Message:
arandr: restore PKGMANDIR support, bump PKGREVISION for wheel conversion
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/x11/arandr/Makefile
cvs rdiff -u -r1.5 -r1.6 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.26 pkgsrc/x11/arandr/Makefile:1.27
--- pkgsrc/x11/arandr/Makefile:1.26 Tue May 6 11:57:41 2025
+++ pkgsrc/x11/arandr/Makefile Tue May 6 12:10:56 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.26 2025/05/06 11:57:41 abs Exp $
+# $NetBSD: Makefile,v 1.27 2025/05/06 12:10:56 wiz Exp $
DISTNAME= arandr-0.1.11
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= x11
MASTER_SITES= http://christian.amsuess.com/tools/arandr/files/
@@ -23,9 +23,9 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27
# Adjust setup.py
SUBST_CLASSES+= setup
-SUBST_STAGE.setup= pre-configure
-SUBST_MESSAGE.setup= Fixing ${PYSETUP}
-SUBST_FILES.setup= ${PYSETUP}
+SUBST_STAGE.setup= pre-build
+SUBST_MESSAGE.setup= Fixing setup.py
+SUBST_FILES.setup= setup.py
SUBST_SED.setup+= -e 's,share/man/,${PKGMANDIR}/,g'
.include "../../lang/python/wheel.mk"
Index: pkgsrc/x11/arandr/PLIST
diff -u pkgsrc/x11/arandr/PLIST:1.5 pkgsrc/x11/arandr/PLIST:1.6
--- pkgsrc/x11/arandr/PLIST:1.5 Tue May 6 11:57:41 2025
+++ pkgsrc/x11/arandr/PLIST Tue May 6 12:10:56 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2025/05/06 11:57:41 abs Exp $
+@comment $NetBSD: PLIST,v 1.6 2025/05/06 12:10:56 wiz Exp $
bin/arandr
bin/unxrandr
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
@@ -34,6 +34,8 @@ ${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
@@ -73,5 +75,3 @@ 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