summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorprlw1 <prlw1@pkgsrc.org>2016-04-12 11:45:08 +0000
committerprlw1 <prlw1@pkgsrc.org>2016-04-12 11:45:08 +0000
commit8fd1ab8347bf119d59eb196d6991e6251f8a9877 (patch)
treee5842ffd8cf48652f58335835ab40fc2df194df0 /x11
parent28e34287f7aa0bd4069fa08f61ce93d9c8d094be (diff)
downloadpkgsrc-8fd1ab8347bf119d59eb196d6991e6251f8a9877.tar.gz
Update gtksourceview3 to 3.20.1
News in 3.20.1 -------------- * Improvements to style schemes * Export missing public methods * Translation updates News in 3.20.0 -------------- * Improvements to the syntax highlighting of: CSS, JavaScript, protobuf, Vala, imagej, Python 3 and BibTeX * Adapt code to use GTK_TEXT_VIEW_LAYER_BELOW_TEXT and GTK_TEXT_VIEW_LAYER_ABOVE_TEXT * Add a "sourceview" CSS class to all GtkSourceView's * Fixes to the MSVC build system * Various other small fixes and improvements * Translation updates News in 3.19.4 -------------- * CSS fixes to track GTK+ changes * Fix completion popup on Wayland * MSVC build projects * Misc bug fixes * Translation updates News in 3.19.3 -------------- * Many fixes to track GTK+ changes * Rework symbol visibility handling * Other small improvements * Translation updates News in 3.19.2 -------------- * Some CSS adjustments to track GTK+ changes * Add API to get the GtkSourceView version * Other small improvements * Translation update News in 3.19.1 -------------- * New class: GtkSourceTag with a draw-spaces property * Drop build dependency on intltool, use upstream gettext and ITS Tool instead * Completion windows: don't add space for scrollbars * Do not show undo/redo in context menu if undo/redo is disabled * Bracket matching: several bug fixes, unit tests written, code simplified * Other small code improvements * Translation updates News in 3.18.1 -------------- * Misc bug fixes * Translation updates News in 3.18.0 -------------- * Minor improvement to the CSS syntax highlighting * Translation updates News in 3.17.7 -------------- * Handle creating pixbufs for HiDPI resolutions * Improvements to the Octave and Matlab syntax highlighting * Other various code improvements * Translation updates News in 3.17.6 -------------- * Search and replace: fix bug with regular expressions containing look-ahead assertions. * Add some missing GI annotations * A few adjustments to the build system * Translation updates News in 3.17.5 -------------- * Support symbolic icons in the completion API * New lang or improved lang files: Rust, Meson, C, protobuf * Revamped build system (drop gnome-common dependency) * Misc bug fixes * Translation updates News in 3.17.4 -------------- * Add .rej files as another version of diff file * Improvements to lang files: Apache Pig, rpmspec * Misc bug fixes * Translation updates News in 3.17.3 -------------- * Add a few more functions to GtkSourceFile * Add the "smart-backspace" property * Misc bug fixes * Translation updates News in 3.17.2 -------------- * New widget: GtkSourceMap * Set a GtkTextTag name for context classes (no-spell-check, etc) * Add gtk_source_buffer_sort_lines() * Style schemes: * Support "single", "double" etc for the underline attribute * Support underline-color * Improvements to lang files: Ocaml, C++ header and Shell * Translation updates News in 3.17.1 -------------- * New public function: gtk_source_encoding_get_default_candidates() * Add g_autoptr autocleanup support * Add lang files for (basic) CSV and jade template * Improvements to lang files: C, CMake, GDB log, JavaScript, C#, F#, VB.net and CSS * Translation updates
Diffstat (limited to 'x11')
-rw-r--r--x11/gtksourceview3/Makefile10
-rw-r--r--x11/gtksourceview3/PLIST25
-rw-r--r--x11/gtksourceview3/distinfo10
3 files changed, 33 insertions, 12 deletions
diff --git a/x11/gtksourceview3/Makefile b/x11/gtksourceview3/Makefile
index 6c87efe15f8..9d64c9d27d2 100644
--- a/x11/gtksourceview3/Makefile
+++ b/x11/gtksourceview3/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2015/06/15 01:03:11 prlw1 Exp $
+# $NetBSD: Makefile,v 1.26 2016/04/12 11:45:08 prlw1 Exp $
-DISTNAME= gtksourceview-3.16.1
+DISTNAME= gtksourceview-3.20.1
PKGNAME= ${DISTNAME:S/gtksourceview/gtksourceview3/}
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtksourceview/${PKGVERSION_NOREV:R}/}
@@ -21,11 +21,13 @@ CONFIGURE_ARGS+= --disable-vala
PKGCONFIG_OVERRIDE+= gtksourceview-3.0.pc.in
-BUILDLINK_API_DEPENDS.glib2+= glib2>=2.44
+BUILD_DEPENDS+= itstool-[0-9]*:../../textproc/itstool
+
+BUILDLINK_API_DEPENDS.glib2+= glib2>=2.47.0
.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.16
+BUILDLINK_API_DEPENDS.gtk3+= gtk3+>=3.19.6
.include "../../x11/gtk3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/x11/gtksourceview3/PLIST b/x11/gtksourceview3/PLIST
index 3e9fadee9db..c163fbe47df 100644
--- a/x11/gtksourceview3/PLIST
+++ b/x11/gtksourceview3/PLIST
@@ -1,6 +1,7 @@
-@comment $NetBSD: PLIST,v 1.7 2015/06/15 01:03:11 prlw1 Exp $
+@comment $NetBSD: PLIST,v 1.8 2016/04/12 11:45:08 prlw1 Exp $
include/gtksourceview-3.0/gtksourceview/completion-providers/words/gtksourcecompletionwords.h
include/gtksourceview-3.0/gtksourceview/gtksource.h
+include/gtksourceview-3.0/gtksourceview/gtksourceautocleanups.h
include/gtksourceview-3.0/gtksourceview/gtksourcebuffer.h
include/gtksourceview-3.0/gtksourceview/gtksourcecompletion.h
include/gtksourceview-3.0/gtksourceview/gtksourcecompletioncontext.h
@@ -18,6 +19,7 @@ include/gtksourceview-3.0/gtksourceview/gtksourcegutterrendererpixbuf.h
include/gtksourceview-3.0/gtksourceview/gtksourcegutterrenderertext.h
include/gtksourceview-3.0/gtksourceview/gtksourcelanguage.h
include/gtksourceview-3.0/gtksourceview/gtksourcelanguagemanager.h
+include/gtksourceview-3.0/gtksourceview/gtksourcemap.h
include/gtksourceview-3.0/gtksourceview/gtksourcemark.h
include/gtksourceview-3.0/gtksourceview/gtksourcemarkattributes.h
include/gtksourceview-3.0/gtksourceview/gtksourceprintcompositor.h
@@ -29,9 +31,11 @@ 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/gtksourcetag.h
include/gtksourceview-3.0/gtksourceview/gtksourcetypes.h
include/gtksourceview-3.0/gtksourceview/gtksourceundomanager.h
include/gtksourceview-3.0/gtksourceview/gtksourceutils.h
+include/gtksourceview-3.0/gtksourceview/gtksourceversion.h
include/gtksourceview-3.0/gtksourceview/gtksourceview-typebuiltins.h
include/gtksourceview-3.0/gtksourceview/gtksourceview.h
lib/girepository-1.0/GtkSource-3.0.typelib
@@ -56,6 +60,7 @@ share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRendererPixbuf.html
share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRendererText.html
share/gtk-doc/html/gtksourceview-3.0/GtkSourceLanguage.html
share/gtk-doc/html/gtksourceview-3.0/GtkSourceLanguageManager.html
+share/gtk-doc/html/gtksourceview-3.0/GtkSourceMap.html
share/gtk-doc/html/gtksourceview-3.0/GtkSourceMark.html
share/gtk-doc/html/gtksourceview-3.0/GtkSourceMarkAttributes.html
share/gtk-doc/html/gtksourceview-3.0/GtkSourcePrintCompositor.html
@@ -67,14 +72,23 @@ 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/GtkSourceTag.html
share/gtk-doc/html/gtksourceview-3.0/GtkSourceUndoManager.html
share/gtk-doc/html/gtksourceview-3.0/GtkSourceView.html
share/gtk-doc/html/gtksourceview-3.0/annotation-glossary.html
+share/gtk-doc/html/gtksourceview-3.0/api-index-2-0.html
+share/gtk-doc/html/gtksourceview-3.0/api-index-2-10.html
+share/gtk-doc/html/gtksourceview-3.0/api-index-2-12.html
+share/gtk-doc/html/gtksourceview-3.0/api-index-2-2.html
+share/gtk-doc/html/gtksourceview-3.0/api-index-2-4.html
+share/gtk-doc/html/gtksourceview-3.0/api-index-2-8.html
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-18.html
+share/gtk-doc/html/gtksourceview-3.0/api-index-3-20.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
@@ -86,18 +100,18 @@ 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/ch09.html
share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0-GtkSourceUtils.html
+share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0-Version-Information.html
share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0.devhelp2
share/gtk-doc/html/gtksourceview-3.0/home.png
share/gtk-doc/html/gtksourceview-3.0/index.html
-share/gtk-doc/html/gtksourceview-3.0/index.sgml
share/gtk-doc/html/gtksourceview-3.0/lang-reference.html
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
@@ -122,8 +136,10 @@ share/gtksourceview-3.0/language-specs/chdr.lang
share/gtksourceview-3.0/language-specs/cmake.lang
share/gtksourceview-3.0/language-specs/cobol.lang
share/gtksourceview-3.0/language-specs/cpp.lang
+share/gtksourceview-3.0/language-specs/cpphdr.lang
share/gtksourceview-3.0/language-specs/csharp.lang
share/gtksourceview-3.0/language-specs/css.lang
+share/gtksourceview-3.0/language-specs/csv.lang
share/gtksourceview-3.0/language-specs/cuda.lang
share/gtksourceview-3.0/language-specs/d.lang
share/gtksourceview-3.0/language-specs/def.lang
@@ -156,6 +172,7 @@ share/gtksourceview-3.0/language-specs/idl.lang
share/gtksourceview-3.0/language-specs/imagej.lang
share/gtksourceview-3.0/language-specs/ini.lang
share/gtksourceview-3.0/language-specs/j.lang
+share/gtksourceview-3.0/language-specs/jade.lang
share/gtksourceview-3.0/language-specs/java.lang
share/gtksourceview-3.0/language-specs/javascript.lang
share/gtksourceview-3.0/language-specs/json.lang
@@ -174,6 +191,7 @@ share/gtksourceview-3.0/language-specs/mallard.lang
share/gtksourceview-3.0/language-specs/markdown.lang
share/gtksourceview-3.0/language-specs/matlab.lang
share/gtksourceview-3.0/language-specs/mediawiki.lang
+share/gtksourceview-3.0/language-specs/meson.lang
share/gtksourceview-3.0/language-specs/modelica.lang
share/gtksourceview-3.0/language-specs/mxml.lang
share/gtksourceview-3.0/language-specs/nemerle.lang
@@ -201,6 +219,7 @@ share/gtksourceview-3.0/language-specs/python3.lang
share/gtksourceview-3.0/language-specs/rpmspec.lang
share/gtksourceview-3.0/language-specs/rst.lang
share/gtksourceview-3.0/language-specs/ruby.lang
+share/gtksourceview-3.0/language-specs/rust.lang
share/gtksourceview-3.0/language-specs/scala.lang
share/gtksourceview-3.0/language-specs/scheme.lang
share/gtksourceview-3.0/language-specs/scilab.lang
diff --git a/x11/gtksourceview3/distinfo b/x11/gtksourceview3/distinfo
index aa1b943d8f4..dcfdc52fe90 100644
--- a/x11/gtksourceview3/distinfo
+++ b/x11/gtksourceview3/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2015/11/04 03:28:33 agc Exp $
+$NetBSD: distinfo,v 1.11 2016/04/12 11:45:08 prlw1 Exp $
-SHA1 (gtksourceview-3.16.1.tar.xz) = 05700f81d97d0eb1d1d1172bf679d8618f493bf1
-RMD160 (gtksourceview-3.16.1.tar.xz) = dee3f5207bacd0fd4c2c1dff5082ee207c5887fc
-SHA512 (gtksourceview-3.16.1.tar.xz) = 8bae196d923d08e58c8f02d7612b32aa7caec8457c2ff35c2bb2322a3013a8f1fe52cbc62540f9d83054811ee517088d4e880b82733b2a73e7724a206b2ad911
-Size (gtksourceview-3.16.1.tar.xz) = 1272152 bytes
+SHA1 (gtksourceview-3.20.1.tar.xz) = e6f9c1cc2b8bd18746dde498d29ebfea495b30f6
+RMD160 (gtksourceview-3.20.1.tar.xz) = 44ef5edc066d2b7f8f2171dbd8e4f3d83161ac8b
+SHA512 (gtksourceview-3.20.1.tar.xz) = 0a3b8219a5ef42dd9fd789b11817fb42e6991d0519776c7350f115380c33c7b506f4feef41ffd22250eec80391388ed80c494c3e3ac698da26f8a3c7011878bd
+Size (gtksourceview-3.20.1.tar.xz) = 1590584 bytes