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 Jul 28 10:54:38 UTC 2026
Modified Files:
pkgsrc/x11/arandr: Makefile
Log Message:
Add gtk3 runtime depends. Bump PKGREVISION
Without the gtk3 include arandr would fail to run unless another
package had pulled in gtk3.
Contacted MAINTAINER but no response after several weeks
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/x11/arandr/Makefile
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.27 pkgsrc/x11/arandr/Makefile:1.28
--- pkgsrc/x11/arandr/Makefile:1.27 Tue May 6 12:10:56 2025
+++ pkgsrc/x11/arandr/Makefile Tue Jul 28 10:54:38 2026
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.27 2025/05/06 12:10:56 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2026/07/28 10:54:38 abs Exp $
DISTNAME= arandr-0.1.11
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= x11
MASTER_SITES= http://christian.amsuess.com/tools/arandr/files/
@@ -18,6 +18,7 @@ DEPENDS+= ${PYPKGPREFIX}-gobject3-[0-9]*
.if ${X11_TYPE} != "native"
DEPENDS+= xrandr>=1.2:../../x11/xrandr
.endif
+.include "../../x11/gtk3/buildlink3.mk"
PYTHON_VERSIONS_INCOMPATIBLE= 27
Home |
Main Index |
Thread Index |
Old Index