summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorprlw1 <prlw1@pkgsrc.org>2015-06-15 01:03:11 +0000
committerprlw1 <prlw1@pkgsrc.org>2015-06-15 01:03:11 +0000
commitd7edc70a9acd476d0bdad93fd1ad37781176a862 (patch)
treec8cd6a845d21edfaf02adacc9a5fffaa6441b455 /x11
parent0da9129c03396752af10aade5a92688c9cc18fb2 (diff)
downloadpkgsrc-d7edc70a9acd476d0bdad93fd1ad37781176a862.tar.gz
Update gtksourceview3 to 3.16.1
News in 3.16.1 -------------- * Update CMake language spec * Add a "path" class for contexts with a file name * Performance improvements for groups of text insertions/deletions * Fix bug with symbolic icons and dark GTK+ theme * Translation updates News in 3.16.0 -------------- * A few bug fixes and various other improvements * Translation updates News in 3.15.91 --------------- * Fix a crash when destroying the widget during a search * Add some signals to bind keyboard actions * Various other improvements * Translation updates News in 3.15.90 --------------- * Provide a way to draw background patterns (a grid) * Support incrementing and decrementing numbers * Various other improvements News in 3.15.3 -------------- * Better word boundaries for word selection (double-click) and word movements (ctrl+arrow, shift+ctrl+arrow, ctrl+backspace, etc). * Add style scheme chooser widgets: GtkSourceStyleSchemeChooser (interface), GtkSourceStyleSchemeChooserButton and GtkSourceStyleSchemeChooserWidget. * Add gtk_source_view_indent_lines() and gtk_source_view_unindent_lines(). * Add the GtkSourceView::move-to-matching-bracket action signal. * Add gtk_source_buffer_join_lines(). * Gutter: use current line background color for current line. * Add syntax highlighting support for Apache Thrift. * Various other improvements and bug fixes * Translation updates News in 3.15.2 -------------- * Undo/Redo: restore selection * Documentation improvements * Some GtkSourceGutter code refactoring * Syntax highlighting for Apache Pig 0.12 News in 3.15.1 -------------- * Search: allow caller to choose a style for text matches * gtk_source_completion_context_get_iter() now returns a gboolean to tell if the GtkTextIter is correctly set. For a more robust code, it is recommended to use the return value. * Improvements to the Lua and Yacc syntax highlighting * Translation updates
Diffstat (limited to 'x11')
-rw-r--r--x11/gtksourceview3/Makefile9
-rw-r--r--x11/gtksourceview3/PLIST21
-rw-r--r--x11/gtksourceview3/distinfo8
3 files changed, 28 insertions, 10 deletions
diff --git a/x11/gtksourceview3/Makefile b/x11/gtksourceview3/Makefile
index c42ded60c75..6c87efe15f8 100644
--- a/x11/gtksourceview3/Makefile
+++ b/x11/gtksourceview3/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.24 2015/04/25 14:25:07 tnn Exp $
+# $NetBSD: Makefile,v 1.25 2015/06/15 01:03:11 prlw1 Exp $
-DISTNAME= gtksourceview-3.14.3
+DISTNAME= gtksourceview-3.16.1
PKGNAME= ${DISTNAME:S/gtksourceview/gtksourceview3/}
-PKGREVISION= 1
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtksourceview/${PKGVERSION_NOREV:R}/}
EXTRACT_SUFX= .tar.xz
@@ -22,11 +21,11 @@ CONFIGURE_ARGS+= --disable-vala
PKGCONFIG_OVERRIDE+= gtksourceview-3.0.pc.in
-BUILDLINK_API_DEPENDS.glib2+= glib2>=2.38
+BUILDLINK_API_DEPENDS.glib2+= glib2>=2.44
.include "../../devel/glib2/buildlink3.mk"
BUILDLINK_API_DEPENDS.gobject-introspection+= gobject-introspection>=1.42.0
.include "../../devel/gobject-introspection/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
-BUILDLINK_API_DEPENDS.gtk3+= gtk3+>=3.13.7
+BUILDLINK_API_DEPENDS.gtk3+= gtk3+>=3.16
.include "../../x11/gtk3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/x11/gtksourceview3/PLIST b/x11/gtksourceview3/PLIST
index 780ff825c00..3e9fadee9db 100644
--- a/x11/gtksourceview3/PLIST
+++ b/x11/gtksourceview3/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2014/11/23 13:46:07 prlw1 Exp $
+@comment $NetBSD: PLIST,v 1.7 2015/06/15 01:03:11 prlw1 Exp $
include/gtksourceview-3.0/gtksourceview/completion-providers/words/gtksourcecompletionwords.h
include/gtksourceview-3.0/gtksourceview/gtksource.h
include/gtksourceview-3.0/gtksourceview/gtksourcebuffer.h
@@ -25,6 +25,9 @@ include/gtksourceview-3.0/gtksourceview/gtksourcesearchcontext.h
include/gtksourceview-3.0/gtksourceview/gtksourcesearchsettings.h
include/gtksourceview-3.0/gtksourceview/gtksourcestyle.h
include/gtksourceview-3.0/gtksourceview/gtksourcestylescheme.h
+include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooser.h
+include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooserbutton.h
+include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooserwidget.h
include/gtksourceview-3.0/gtksourceview/gtksourcestyleschememanager.h
include/gtksourceview-3.0/gtksourceview/gtksourcetypes.h
include/gtksourceview-3.0/gtksourceview/gtksourceundomanager.h
@@ -60,6 +63,9 @@ share/gtk-doc/html/gtksourceview-3.0/GtkSourceSearchContext.html
share/gtk-doc/html/gtksourceview-3.0/GtkSourceSearchSettings.html
share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyle.html
share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleScheme.html
+share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooser.html
+share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooserButton.html
+share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooserWidget.html
share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeManager.html
share/gtk-doc/html/gtksourceview-3.0/GtkSourceUndoManager.html
share/gtk-doc/html/gtksourceview-3.0/GtkSourceView.html
@@ -68,11 +74,18 @@ share/gtk-doc/html/gtksourceview-3.0/api-index-3-0.html
share/gtk-doc/html/gtksourceview-3.0/api-index-3-10.html
share/gtk-doc/html/gtksourceview-3.0/api-index-3-12.html
share/gtk-doc/html/gtksourceview-3.0/api-index-3-14.html
+share/gtk-doc/html/gtksourceview-3.0/api-index-3-16.html
share/gtk-doc/html/gtksourceview-3.0/api-index-3-4.html
share/gtk-doc/html/gtksourceview-3.0/api-index-deprecated.html
share/gtk-doc/html/gtksourceview-3.0/api-index-full.html
share/gtk-doc/html/gtksourceview-3.0/ch01.html
share/gtk-doc/html/gtksourceview-3.0/ch02.html
+share/gtk-doc/html/gtksourceview-3.0/ch03.html
+share/gtk-doc/html/gtksourceview-3.0/ch04.html
+share/gtk-doc/html/gtksourceview-3.0/ch05.html
+share/gtk-doc/html/gtksourceview-3.0/ch06.html
+share/gtk-doc/html/gtksourceview-3.0/ch07.html
+share/gtk-doc/html/gtksourceview-3.0/ch08.html
share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0-GtkSourceUtils.html
share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0.devhelp2
share/gtk-doc/html/gtksourceview-3.0/home.png
@@ -83,6 +96,8 @@ share/gtk-doc/html/gtksourceview-3.0/lang-tutorial.html
share/gtk-doc/html/gtksourceview-3.0/left-insensitive.png
share/gtk-doc/html/gtksourceview-3.0/left.png
share/gtk-doc/html/gtksourceview-3.0/object-tree.html
+share/gtk-doc/html/gtksourceview-3.0/pt01.html
+share/gtk-doc/html/gtksourceview-3.0/pt02.html
share/gtk-doc/html/gtksourceview-3.0/right-insensitive.png
share/gtk-doc/html/gtksourceview-3.0/right.png
share/gtk-doc/html/gtksourceview-3.0/style-reference.html
@@ -127,6 +142,7 @@ share/gtksourceview-3.0/language-specs/fortran.lang
share/gtksourceview-3.0/language-specs/fsharp.lang
share/gtksourceview-3.0/language-specs/gap.lang
share/gtksourceview-3.0/language-specs/gdb-log.lang
+share/gtksourceview-3.0/language-specs/genie.lang
share/gtksourceview-3.0/language-specs/glsl.lang
share/gtksourceview-3.0/language-specs/go.lang
share/gtksourceview-3.0/language-specs/gtk-doc.lang
@@ -174,6 +190,7 @@ share/gtksourceview-3.0/language-specs/opencl.lang
share/gtksourceview-3.0/language-specs/pascal.lang
share/gtksourceview-3.0/language-specs/perl.lang
share/gtksourceview-3.0/language-specs/php.lang
+share/gtksourceview-3.0/language-specs/pig.lang
share/gtksourceview-3.0/language-specs/pkgconfig.lang
share/gtksourceview-3.0/language-specs/po.lang
share/gtksourceview-3.0/language-specs/prolog.lang
@@ -196,6 +213,7 @@ share/gtksourceview-3.0/language-specs/systemverilog.lang
share/gtksourceview-3.0/language-specs/t2t.lang
share/gtksourceview-3.0/language-specs/tcl.lang
share/gtksourceview-3.0/language-specs/texinfo.lang
+share/gtksourceview-3.0/language-specs/thrift.lang
share/gtksourceview-3.0/language-specs/vala.lang
share/gtksourceview-3.0/language-specs/vbnet.lang
share/gtksourceview-3.0/language-specs/verilog.lang
@@ -249,6 +267,7 @@ share/locale/hu/LC_MESSAGES/gtksourceview-3.0.mo
share/locale/id/LC_MESSAGES/gtksourceview-3.0.mo
share/locale/it/LC_MESSAGES/gtksourceview-3.0.mo
share/locale/ja/LC_MESSAGES/gtksourceview-3.0.mo
+share/locale/kk/LC_MESSAGES/gtksourceview-3.0.mo
share/locale/kn/LC_MESSAGES/gtksourceview-3.0.mo
share/locale/ko/LC_MESSAGES/gtksourceview-3.0.mo
share/locale/lt/LC_MESSAGES/gtksourceview-3.0.mo
diff --git a/x11/gtksourceview3/distinfo b/x11/gtksourceview3/distinfo
index bedabed16ec..73fdb9a536a 100644
--- a/x11/gtksourceview3/distinfo
+++ b/x11/gtksourceview3/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2015/03/13 23:07:02 prlw1 Exp $
+$NetBSD: distinfo,v 1.9 2015/06/15 01:03:12 prlw1 Exp $
-SHA1 (gtksourceview-3.14.3.tar.xz) = b351971e20e95097168f761db89d258d1012effd
-RMD160 (gtksourceview-3.14.3.tar.xz) = 5a004f43d702e847b19389247b96c76dd11776f1
-Size (gtksourceview-3.14.3.tar.xz) = 1257420 bytes
+SHA1 (gtksourceview-3.16.1.tar.xz) = 05700f81d97d0eb1d1d1172bf679d8618f493bf1
+RMD160 (gtksourceview-3.16.1.tar.xz) = dee3f5207bacd0fd4c2c1dff5082ee207c5887fc
+Size (gtksourceview-3.16.1.tar.xz) = 1272152 bytes