pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/gdk-pixbuf2
Module Name: pkgsrc
Committed By: wiz
Date: Mon Jan 26 10:49:23 UTC 2026
Modified Files:
pkgsrc/graphics/gdk-pixbuf2: Makefile
Log Message:
gdk-pixbuf2: comment out py-gi-docgen dependency
This is not needed unless the default-off 'documentation' meson
option is turned on.
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 pkgsrc/graphics/gdk-pixbuf2/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/gdk-pixbuf2/Makefile
diff -u pkgsrc/graphics/gdk-pixbuf2/Makefile:1.76 pkgsrc/graphics/gdk-pixbuf2/Makefile:1.77
--- pkgsrc/graphics/gdk-pixbuf2/Makefile:1.76 Wed Jan 7 12:40:52 2026
+++ pkgsrc/graphics/gdk-pixbuf2/Makefile Mon Jan 26 10:49:23 2026
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.76 2026/01/07 12:40:52 tnn Exp $
+# $NetBSD: Makefile,v 1.77 2026/01/26 10:49:23 wiz Exp $
DISTNAME= gdk-pixbuf-2.44.4
PKGNAME= ${DISTNAME:S/pixbuf/pixbuf2/}
+PKGREVISION= 1
CATEGORIES= graphics gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gdk-pixbuf/${PKGVERSION_NOREV:R}/}
EXTRACT_SUFX= .tar.xz
@@ -78,7 +79,8 @@ _BUILDING_GTK2= yes
.include "../../devel/meson/build.mk"
.include "../../databases/shared-mime-info/buildlink3.mk"
-.include "../../devel/py-gi-docgen/buildlink3.mk"
+# not needed unless 'documentation' option is turned on
+#.include "../../devel/py-gi-docgen/buildlink3.mk"
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.37.2
.include "../../devel/glib2/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index