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:   khorben
Date:           Wed Feb  1 03:15:00 UTC 2023

Modified Files:
        pkgsrc/graphics/gdk-pixbuf2: Makefile

Log Message:
gdk-pixbuf2: register dependency on devel/py-gi-docgen

This prevents the build from cloning a remote Git repository while
configuring.

Bumps PKGREVISION. (added dependency, different gi-docgen)

Tested on NetBSD/amd64.


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 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.59 pkgsrc/graphics/gdk-pixbuf2/Makefile:1.60
--- pkgsrc/graphics/gdk-pixbuf2/Makefile:1.59   Tue Jan  3 17:36:23 2023
+++ pkgsrc/graphics/gdk-pixbuf2/Makefile        Wed Feb  1 03:15:00 2023
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.59 2023/01/03 17:36:23 wiz Exp $
+# $NetBSD: Makefile,v 1.60 2023/02/01 03:15:00 khorben Exp $
 
 DISTNAME=      gdk-pixbuf-2.42.10
 PKGNAME=       ${DISTNAME:S/pixbuf/pixbuf2/}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    graphics gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/gdk-pixbuf/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz
@@ -55,6 +55,7 @@ _BUILDING_GTK2= yes
 
 .include "../../devel/meson/build.mk"
 .include "../../databases/shared-mime-info/buildlink3.mk"
+.include "../../devel/py-gi-docgen/buildlink3.mk"
 BUILDLINK_API_DEPENDS.glib2+= glib2>=2.37.2
 .include "../../devel/glib2/buildlink3.mk"
 BUILDLINK_DEPMETHOD.gobject-introspection:= build



Home | Main Index | Thread Index | Old Index