pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/gtksourceview4
Module Name: pkgsrc
Committed By: wiz
Date: Tue Jun 7 18:17:28 UTC 2022
Modified Files:
pkgsrc/x11/gtksourceview4: Makefile PLIST
Removed Files:
pkgsrc/x11/gtksourceview4: options.mk
Log Message:
gtksourceview4: remove introspection option, enabling it by default
It was default-on, but this commit also makes gobject-introspection
a build dependency, so bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/x11/gtksourceview4/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/gtksourceview4/PLIST
cvs rdiff -u -r1.2 -r0 pkgsrc/x11/gtksourceview4/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/gtksourceview4/Makefile
diff -u pkgsrc/x11/gtksourceview4/Makefile:1.23 pkgsrc/x11/gtksourceview4/Makefile:1.24
--- pkgsrc/x11/gtksourceview4/Makefile:1.23 Mon Apr 18 19:10:13 2022
+++ pkgsrc/x11/gtksourceview4/Makefile Tue Jun 7 18:17:28 2022
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.23 2022/04/18 19:10:13 adam Exp $
+# $NetBSD: Makefile,v 1.24 2022/06/07 18:17:28 wiz Exp $
DISTNAME= gtksourceview-4.8.0
PKGNAME= ${DISTNAME:S/gtksourceview/gtksourceview4/}
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtksourceview/${PKGVERSION_NOREV:R}/}
EXTRACT_SUFX= .tar.xz
@@ -23,10 +23,11 @@ MAKE_ENV+= LD_LIBRARY_PATH=${WRKSRC}/out
PYTHON_FOR_BUILD_ONLY= tool
-.include "options.mk"
-
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.48
.include "../../devel/glib2/buildlink3.mk"
+BUILDLINK_API_DEPENDS.gobject-introspection+= gobject-introspection>=1.42.0
+BUILDLINK_DEPMETHOD.gobject-introspection= build
+.include "../../devel/gobject-introspection/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
BUILDLINK_API_DEPENDS.gtk3+= gtk3+>=3.24
.include "../../x11/gtk3/buildlink3.mk"
Index: pkgsrc/x11/gtksourceview4/PLIST
diff -u pkgsrc/x11/gtksourceview4/PLIST:1.7 pkgsrc/x11/gtksourceview4/PLIST:1.8
--- pkgsrc/x11/gtksourceview4/PLIST:1.7 Thu Oct 1 13:40:33 2020
+++ pkgsrc/x11/gtksourceview4/PLIST Tue Jun 7 18:17:28 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2020/10/01 13:40:33 prlw1 Exp $
+@comment $NetBSD: PLIST,v 1.8 2022/06/07 18:17:28 wiz Exp $
include/gtksourceview-4/gtksourceview/completion-providers/words/gtksourcecompletionwords.h
include/gtksourceview-4/gtksourceview/gtksource-enumtypes.h
include/gtksourceview-4/gtksourceview/gtksource.h
@@ -41,12 +41,12 @@ include/gtksourceview-4/gtksourceview/gt
include/gtksourceview-4/gtksourceview/gtksourceutils.h
include/gtksourceview-4/gtksourceview/gtksourceversion.h
include/gtksourceview-4/gtksourceview/gtksourceview.h
-${PLIST.introspection}lib/girepository-1.0/GtkSource-4.typelib
+lib/girepository-1.0/GtkSource-4.typelib
lib/libgtksourceview-4.so
lib/libgtksourceview-4.so.0
lib/libgtksourceview-4.so.0.0.0
lib/pkgconfig/gtksourceview-4.pc
-${PLIST.introspection}share/gir-1.0/GtkSource-4.gir
+share/gir-1.0/GtkSource-4.gir
share/gtksourceview-4/language-specs/R.lang
share/gtksourceview-4/language-specs/abnf.lang
share/gtksourceview-4/language-specs/actionscript.lang
Home |
Main Index |
Thread Index |
Old Index