Tue Jun 7 18:17:28 2022 UTC ()
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.


(wiz)
diff -r1.23 -r1.24 pkgsrc/x11/gtksourceview4/Makefile
diff -r1.7 -r1.8 pkgsrc/x11/gtksourceview4/PLIST
diff -r1.2 -r0 pkgsrc/x11/gtksourceview4/options.mk

cvs diff -r1.23 -r1.24 pkgsrc/x11/gtksourceview4/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/gtksourceview4/Makefile 2022/04/18 19:10:13 1.23
+++ pkgsrc/x11/gtksourceview4/Makefile 2022/06/07 18:17:28 1.24
@@ -1,34 +1,35 @@ @@ -1,34 +1,35 @@
1# $NetBSD: Makefile,v 1.23 2022/04/18 19:10:13 adam Exp $ 1# $NetBSD: Makefile,v 1.24 2022/06/07 18:17:28 wiz Exp $
2 2
3DISTNAME= gtksourceview-4.8.0 3DISTNAME= gtksourceview-4.8.0
4PKGNAME= ${DISTNAME:S/gtksourceview/gtksourceview4/} 4PKGNAME= ${DISTNAME:S/gtksourceview/gtksourceview4/}
5PKGREVISION= 4 5PKGREVISION= 5
6CATEGORIES= x11 gnome 6CATEGORIES= x11 gnome
7MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtksourceview/${PKGVERSION_NOREV:R}/} 7MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtksourceview/${PKGVERSION_NOREV:R}/}
8EXTRACT_SUFX= .tar.xz 8EXTRACT_SUFX= .tar.xz
9 9
10MAINTAINER= prlw1@cam.ac.uk 10MAINTAINER= prlw1@cam.ac.uk
11HOMEPAGE= https://wiki.gnome.org/Projects/GtkSourceView 11HOMEPAGE= https://wiki.gnome.org/Projects/GtkSourceView
12COMMENT= Text widget that extends GTK3's GtkTextView widget (v4) 12COMMENT= Text widget that extends GTK3's GtkTextView widget (v4)
13LICENSE= gnu-lgpl-v2.1 13LICENSE= gnu-lgpl-v2.1
14 14
15USE_TOOLS+= intltool msgfmt pkg-config itstool 15USE_TOOLS+= intltool msgfmt pkg-config itstool
16 16
17# avoid vala dependency 17# avoid vala dependency
18MESON_ARGS+= -Dvapi=false 18MESON_ARGS+= -Dvapi=false
19 19
20PKGCONFIG_OVERRIDE+= gtksourceview.pc.in 20PKGCONFIG_OVERRIDE+= gtksourceview.pc.in
21 21
22MAKE_ENV+= LD_LIBRARY_PATH=${WRKSRC}/output/gtksourceview 22MAKE_ENV+= LD_LIBRARY_PATH=${WRKSRC}/output/gtksourceview
23 23
24PYTHON_FOR_BUILD_ONLY= tool 24PYTHON_FOR_BUILD_ONLY= tool
25 25
26.include "options.mk" 
27 
28BUILDLINK_API_DEPENDS.glib2+= glib2>=2.48 26BUILDLINK_API_DEPENDS.glib2+= glib2>=2.48
29.include "../../devel/glib2/buildlink3.mk" 27.include "../../devel/glib2/buildlink3.mk"
 28BUILDLINK_API_DEPENDS.gobject-introspection+= gobject-introspection>=1.42.0
 29BUILDLINK_DEPMETHOD.gobject-introspection= build
 30.include "../../devel/gobject-introspection/buildlink3.mk"
30.include "../../textproc/libxml2/buildlink3.mk" 31.include "../../textproc/libxml2/buildlink3.mk"
31BUILDLINK_API_DEPENDS.gtk3+= gtk3+>=3.24 32BUILDLINK_API_DEPENDS.gtk3+= gtk3+>=3.24
32.include "../../x11/gtk3/buildlink3.mk" 33.include "../../x11/gtk3/buildlink3.mk"
33.include "../../devel/meson/build.mk" 34.include "../../devel/meson/build.mk"
34.include "../../mk/bsd.pkg.mk" 35.include "../../mk/bsd.pkg.mk"

cvs diff -r1.7 -r1.8 pkgsrc/x11/gtksourceview4/PLIST (expand / switch to unified diff)

--- pkgsrc/x11/gtksourceview4/PLIST 2020/10/01 13:40:33 1.7
+++ pkgsrc/x11/gtksourceview4/PLIST 2022/06/07 18:17:28 1.8
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.7 2020/10/01 13:40:33 prlw1 Exp $ 1@comment $NetBSD: PLIST,v 1.8 2022/06/07 18:17:28 wiz Exp $
2include/gtksourceview-4/gtksourceview/completion-providers/words/gtksourcecompletionwords.h 2include/gtksourceview-4/gtksourceview/completion-providers/words/gtksourcecompletionwords.h
3include/gtksourceview-4/gtksourceview/gtksource-enumtypes.h 3include/gtksourceview-4/gtksourceview/gtksource-enumtypes.h
4include/gtksourceview-4/gtksourceview/gtksource.h 4include/gtksourceview-4/gtksourceview/gtksource.h
5include/gtksourceview-4/gtksourceview/gtksourceautocleanups.h 5include/gtksourceview-4/gtksourceview/gtksourceautocleanups.h
6include/gtksourceview-4/gtksourceview/gtksourcebuffer.h 6include/gtksourceview-4/gtksourceview/gtksourcebuffer.h
7include/gtksourceview-4/gtksourceview/gtksourcecompletion.h 7include/gtksourceview-4/gtksourceview/gtksourcecompletion.h
8include/gtksourceview-4/gtksourceview/gtksourcecompletioncontext.h 8include/gtksourceview-4/gtksourceview/gtksourcecompletioncontext.h
9include/gtksourceview-4/gtksourceview/gtksourcecompletioninfo.h 9include/gtksourceview-4/gtksourceview/gtksourcecompletioninfo.h
10include/gtksourceview-4/gtksourceview/gtksourcecompletionitem.h 10include/gtksourceview-4/gtksourceview/gtksourcecompletionitem.h
11include/gtksourceview-4/gtksourceview/gtksourcecompletionproposal.h 11include/gtksourceview-4/gtksourceview/gtksourcecompletionproposal.h
12include/gtksourceview-4/gtksourceview/gtksourcecompletionprovider.h 12include/gtksourceview-4/gtksourceview/gtksourcecompletionprovider.h
13include/gtksourceview-4/gtksourceview/gtksourceencoding.h 13include/gtksourceview-4/gtksourceview/gtksourceencoding.h
14include/gtksourceview-4/gtksourceview/gtksourcefile.h 14include/gtksourceview-4/gtksourceview/gtksourcefile.h
@@ -31,32 +31,32 @@ include/gtksourceview-4/gtksourceview/gt @@ -31,32 +31,32 @@ include/gtksourceview-4/gtksourceview/gt
31include/gtksourceview-4/gtksourceview/gtksourcespacedrawer.h 31include/gtksourceview-4/gtksourceview/gtksourcespacedrawer.h
32include/gtksourceview-4/gtksourceview/gtksourcestyle.h 32include/gtksourceview-4/gtksourceview/gtksourcestyle.h
33include/gtksourceview-4/gtksourceview/gtksourcestylescheme.h 33include/gtksourceview-4/gtksourceview/gtksourcestylescheme.h
34include/gtksourceview-4/gtksourceview/gtksourcestyleschemechooser.h 34include/gtksourceview-4/gtksourceview/gtksourcestyleschemechooser.h
35include/gtksourceview-4/gtksourceview/gtksourcestyleschemechooserbutton.h 35include/gtksourceview-4/gtksourceview/gtksourcestyleschemechooserbutton.h
36include/gtksourceview-4/gtksourceview/gtksourcestyleschemechooserwidget.h 36include/gtksourceview-4/gtksourceview/gtksourcestyleschemechooserwidget.h
37include/gtksourceview-4/gtksourceview/gtksourcestyleschememanager.h 37include/gtksourceview-4/gtksourceview/gtksourcestyleschememanager.h
38include/gtksourceview-4/gtksourceview/gtksourcetag.h 38include/gtksourceview-4/gtksourceview/gtksourcetag.h
39include/gtksourceview-4/gtksourceview/gtksourcetypes.h 39include/gtksourceview-4/gtksourceview/gtksourcetypes.h
40include/gtksourceview-4/gtksourceview/gtksourceundomanager.h 40include/gtksourceview-4/gtksourceview/gtksourceundomanager.h
41include/gtksourceview-4/gtksourceview/gtksourceutils.h 41include/gtksourceview-4/gtksourceview/gtksourceutils.h
42include/gtksourceview-4/gtksourceview/gtksourceversion.h 42include/gtksourceview-4/gtksourceview/gtksourceversion.h
43include/gtksourceview-4/gtksourceview/gtksourceview.h 43include/gtksourceview-4/gtksourceview/gtksourceview.h
44${PLIST.introspection}lib/girepository-1.0/GtkSource-4.typelib 44lib/girepository-1.0/GtkSource-4.typelib
45lib/libgtksourceview-4.so 45lib/libgtksourceview-4.so
46lib/libgtksourceview-4.so.0 46lib/libgtksourceview-4.so.0
47lib/libgtksourceview-4.so.0.0.0 47lib/libgtksourceview-4.so.0.0.0
48lib/pkgconfig/gtksourceview-4.pc 48lib/pkgconfig/gtksourceview-4.pc
49${PLIST.introspection}share/gir-1.0/GtkSource-4.gir 49share/gir-1.0/GtkSource-4.gir
50share/gtksourceview-4/language-specs/R.lang 50share/gtksourceview-4/language-specs/R.lang
51share/gtksourceview-4/language-specs/abnf.lang 51share/gtksourceview-4/language-specs/abnf.lang
52share/gtksourceview-4/language-specs/actionscript.lang 52share/gtksourceview-4/language-specs/actionscript.lang
53share/gtksourceview-4/language-specs/ada.lang 53share/gtksourceview-4/language-specs/ada.lang
54share/gtksourceview-4/language-specs/ansforth94.lang 54share/gtksourceview-4/language-specs/ansforth94.lang
55share/gtksourceview-4/language-specs/asciidoc.lang 55share/gtksourceview-4/language-specs/asciidoc.lang
56share/gtksourceview-4/language-specs/asp.lang 56share/gtksourceview-4/language-specs/asp.lang
57share/gtksourceview-4/language-specs/automake.lang 57share/gtksourceview-4/language-specs/automake.lang
58share/gtksourceview-4/language-specs/awk.lang 58share/gtksourceview-4/language-specs/awk.lang
59share/gtksourceview-4/language-specs/bennugd.lang 59share/gtksourceview-4/language-specs/bennugd.lang
60share/gtksourceview-4/language-specs/bibtex.lang 60share/gtksourceview-4/language-specs/bibtex.lang
61share/gtksourceview-4/language-specs/bluespec.lang 61share/gtksourceview-4/language-specs/bluespec.lang
62share/gtksourceview-4/language-specs/boo.lang 62share/gtksourceview-4/language-specs/boo.lang

File Deleted: pkgsrc/x11/gtksourceview4/Attic/options.mk