pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/gtksourceview4 Update gtksourceview4 to 4.8.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8bca5b594ad8
branches:  trunk
changeset: 440010:8bca5b594ad8
user:      prlw1 <prlw1%pkgsrc.org@localhost>
date:      Thu Oct 01 13:40:33 2020 +0000

description:
Update gtksourceview4 to 4.8.0

- fix introspection option

News in 4.8.0, 2020-09-12
-------------------------
* Translation updates

News in 4.7.90, 2020-08-07
--------------------------
* Bump GTK requirement to 3.24 for gdk_window_move_to_rect()
* Use gdk_window_move_to_rect() to more reliably position completion windows
* erb.lang: initial support for ERB
* javascript.lang, typescript.lang: various correctness and performance
  improvements.
* Translation updates

News in 4.6.1, 2020-06-26
-------------------------
* Fix various G-I annotations
* Improve draw-spaces coloring in solarized-light
* javascript.lang: Performance improvements
* c.lang: Fixes for #include preprocessor
* sql.lang: Language completeness improvements
* latex.lang: additional keywords
* sh.lang: improved parameter expansion
* yara.lang: initial support for YARA
* Translation updates

diffstat:

 x11/gtksourceview4/Makefile                                          |   7 ++--
 x11/gtksourceview4/PLIST                                             |  11 ++++--
 x11/gtksourceview4/distinfo                                          |  11 +++----
 x11/gtksourceview4/options.mk                                        |   4 +-
 x11/gtksourceview4/patches/patch-gtksourceview_gtksourcecompletion.c |  15 ----------
 5 files changed, 17 insertions(+), 31 deletions(-)

diffs (124 lines):

diff -r e00298856386 -r 8bca5b594ad8 x11/gtksourceview4/Makefile
--- a/x11/gtksourceview4/Makefile       Thu Oct 01 12:42:07 2020 +0000
+++ b/x11/gtksourceview4/Makefile       Thu Oct 01 13:40:33 2020 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2020/08/17 20:17:51 leot Exp $
+# $NetBSD: Makefile,v 1.17 2020/10/01 13:40:33 prlw1 Exp $
 
-DISTNAME=      gtksourceview-4.6.0
+DISTNAME=      gtksourceview-4.8.0
 PKGNAME=       ${DISTNAME:S/gtksourceview/gtksourceview4/}
-PKGREVISION=   3
 CATEGORIES=    x11 gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/gtksourceview/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz
@@ -28,7 +27,7 @@
 BUILDLINK_API_DEPENDS.glib2+=  glib2>=2.48
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
-BUILDLINK_API_DEPENDS.gtk3+=   gtk3+>=3.22
+BUILDLINK_API_DEPENDS.gtk3+=   gtk3+>=3.24
 .include "../../x11/gtk3/buildlink3.mk"
 .include "../../devel/meson/build.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r e00298856386 -r 8bca5b594ad8 x11/gtksourceview4/PLIST
--- a/x11/gtksourceview4/PLIST  Thu Oct 01 12:42:07 2020 +0000
+++ b/x11/gtksourceview4/PLIST  Thu Oct 01 13:40:33 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2020/03/10 22:48:45 wiz Exp $
+@comment $NetBSD: PLIST,v 1.7 2020/10/01 13:40:33 prlw1 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/gtksourceutils.h
 include/gtksourceview-4/gtksourceview/gtksourceversion.h
 include/gtksourceview-4/gtksourceview/gtksourceview.h
-lib/girepository-1.0/GtkSource-4.typelib
+${PLIST.introspection}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
-share/gir-1.0/GtkSource-4.gir
+${PLIST.introspection}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
@@ -86,6 +86,9 @@
 share/gtksourceview-4/language-specs/dtd.lang
 share/gtksourceview-4/language-specs/dtl.lang
 share/gtksourceview-4/language-specs/eiffel.lang
+share/gtksourceview-4/language-specs/erb-html.lang
+share/gtksourceview-4/language-specs/erb-js.lang
+share/gtksourceview-4/language-specs/erb.lang
 share/gtksourceview-4/language-specs/erlang.lang
 share/gtksourceview-4/language-specs/fcl.lang
 share/gtksourceview-4/language-specs/fish.lang
@@ -198,7 +201,6 @@
 share/gtksourceview-4/language-specs/typescript-js-literals.lang
 share/gtksourceview-4/language-specs/typescript-js-modules.lang
 share/gtksourceview-4/language-specs/typescript-js-statements.lang
-share/gtksourceview-4/language-specs/typescript-js-values.lang
 share/gtksourceview-4/language-specs/typescript-jsx.lang
 share/gtksourceview-4/language-specs/typescript-type-expressions.lang
 share/gtksourceview-4/language-specs/typescript-type-generics.lang
@@ -212,6 +214,7 @@
 share/gtksourceview-4/language-specs/xslt.lang
 share/gtksourceview-4/language-specs/yacc.lang
 share/gtksourceview-4/language-specs/yaml.lang
+share/gtksourceview-4/language-specs/yara.lang
 share/gtksourceview-4/styles/classic.xml
 share/gtksourceview-4/styles/cobalt.xml
 share/gtksourceview-4/styles/kate.xml
diff -r e00298856386 -r 8bca5b594ad8 x11/gtksourceview4/distinfo
--- a/x11/gtksourceview4/distinfo       Thu Oct 01 12:42:07 2020 +0000
+++ b/x11/gtksourceview4/distinfo       Thu Oct 01 13:40:33 2020 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.7 2020/04/26 16:15:34 wiz Exp $
+$NetBSD: distinfo,v 1.8 2020/10/01 13:40:33 prlw1 Exp $
 
-SHA1 (gtksourceview-4.6.0.tar.xz) = 2f6d5bf31e371776770cc3d161e65242efb556cc
-RMD160 (gtksourceview-4.6.0.tar.xz) = 8aaaf789d6714b1813ee0cfe18f2ce2a422c926c
-SHA512 (gtksourceview-4.6.0.tar.xz) = e7a873dbd452f2077afbc6e0142ce17172a8d33220ea1181e69ed8a5cf94e42e2df741e5a0636731fab6984e84ea2347dca34b5889f3808d29259e13527fa00c
-Size (gtksourceview-4.6.0.tar.xz) = 1165940 bytes
-SHA1 (patch-gtksourceview_gtksourcecompletion.c) = e6bb34a2c11a9128d76e2f9035800c33150e19d2
+SHA1 (gtksourceview-4.8.0.tar.xz) = 4b5318f1c41aaef78f404905901988f37dbf84e2
+RMD160 (gtksourceview-4.8.0.tar.xz) = b495571a921cdcd30b0b87ecad18deb18c1cf01a
+SHA512 (gtksourceview-4.8.0.tar.xz) = 69549a58871047eb8cffd9f28042a4e64c0d74dfcb0e241bfb3dd1e4cb229c2ab5fad1f1dd56c6bbb4d0656b2a44fb4b3d14e79203f7f3f2118c5fe84423539d
+Size (gtksourceview-4.8.0.tar.xz) = 1162588 bytes
diff -r e00298856386 -r 8bca5b594ad8 x11/gtksourceview4/options.mk
--- a/x11/gtksourceview4/options.mk     Thu Oct 01 12:42:07 2020 +0000
+++ b/x11/gtksourceview4/options.mk     Thu Oct 01 13:40:33 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2018/03/11 20:23:23 wiz Exp $
+# $NetBSD: options.mk,v 1.2 2020/10/01 13:40:33 prlw1 Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.gtksourceview4
 PKG_SUPPORTED_OPTIONS= introspection
@@ -12,5 +12,5 @@
 BUILDLINK_API_DEPENDS.gobject-introspection+=  gobject-introspection>=1.42.0
 .include "../../devel/gobject-introspection/buildlink3.mk"
 .else
-CONFIGURE_ARGS+=       --enable-introspection=no
+MESON_ARGS+=   -Dgir=false
 .endif
diff -r e00298856386 -r 8bca5b594ad8 x11/gtksourceview4/patches/patch-gtksourceview_gtksourcecompletion.c
--- a/x11/gtksourceview4/patches/patch-gtksourceview_gtksourcecompletion.c      Thu Oct 01 12:42:07 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-gtksourceview_gtksourcecompletion.c,v 1.1 2020/04/26 16:15:34 wiz Exp $
-
-https://gitlab.gnome.org/GNOME/gtksourceview/-/commit/cfe7e0a1c5d4940172fcc0f54ea073f4425e7f1c
-
---- gtksourceview/gtksourcecompletion.c.orig   2020-03-06 22:36:55.771244500 +0000
-+++ gtksourceview/gtksourcecompletion.c
-@@ -2720,6 +2720,8 @@ gtk_source_completion_class_init (GtkSou
-                                     2,
-                                     GTK_TYPE_SCROLL_STEP, GTK_SCROLL_ENDS,
-                                     G_TYPE_INT, 1);
-+
-+      g_type_ensure (GTK_SOURCE_TYPE_COMPLETION_INFO);
- }
- 
- static void



Home | Main Index | Thread Index | Old Index