pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/gtksourceview3 Update gtksourceview3 to 3.22.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e862daa333e8
branches:  trunk
changeset: 355216:e862daa333e8
user:      prlw1 <prlw1%pkgsrc.org@localhost>
date:      Fri Nov 25 17:52:04 2016 +0000

description:
Update gtksourceview3 to 3.22.0

Highlights:
* Improvements to the syntax highlighting of: CSS and Rust
* GtkSourceRegion: add functions to add/subtract/intersect two GtkSourceRegions
* Export SourceRegion in the public API
* Build fixes on ARM
* Translation updates

Full list of changes available at:

  https://git.gnome.org/browse/gtksourceview/tree/NEWS?h=3.22.0

diffstat:

 x11/gtksourceview3/Makefile |   5 ++---
 x11/gtksourceview3/PLIST    |   8 +++++++-
 x11/gtksourceview3/distinfo |  10 +++++-----
 3 files changed, 14 insertions(+), 9 deletions(-)

diffs (79 lines):

diff -r 2328e1215bad -r e862daa333e8 x11/gtksourceview3/Makefile
--- a/x11/gtksourceview3/Makefile       Fri Nov 25 17:32:37 2016 +0000
+++ b/x11/gtksourceview3/Makefile       Fri Nov 25 17:52:04 2016 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.29 2016/08/03 10:22:22 adam Exp $
+# $NetBSD: Makefile,v 1.30 2016/11/25 17:52:04 prlw1 Exp $
 
-DISTNAME=      gtksourceview-3.20.4
+DISTNAME=      gtksourceview-3.22.0
 PKGNAME=       ${DISTNAME:S/gtksourceview/gtksourceview3/}
-PKGREVISION=   1
 CATEGORIES=    x11 gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/gtksourceview/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz
diff -r 2328e1215bad -r e862daa333e8 x11/gtksourceview3/PLIST
--- a/x11/gtksourceview3/PLIST  Fri Nov 25 17:32:37 2016 +0000
+++ b/x11/gtksourceview3/PLIST  Fri Nov 25 17:52:04 2016 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2016/04/12 11:45:08 prlw1 Exp $
+@comment $NetBSD: PLIST,v 1.9 2016/11/25 17:52:04 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
@@ -23,6 +23,7 @@
 include/gtksourceview-3.0/gtksourceview/gtksourcemark.h
 include/gtksourceview-3.0/gtksourceview/gtksourcemarkattributes.h
 include/gtksourceview-3.0/gtksourceview/gtksourceprintcompositor.h
+include/gtksourceview-3.0/gtksourceview/gtksourceregion.h
 include/gtksourceview-3.0/gtksourceview/gtksourcesearchcontext.h
 include/gtksourceview-3.0/gtksourceview/gtksourcesearchsettings.h
 include/gtksourceview-3.0/gtksourceview/gtksourcestyle.h
@@ -36,6 +37,7 @@
 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-enumtypes.h
 include/gtksourceview-3.0/gtksourceview/gtksourceview-typebuiltins.h
 include/gtksourceview-3.0/gtksourceview/gtksourceview.h
 lib/girepository-1.0/GtkSource-3.0.typelib
@@ -64,6 +66,7 @@
 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
+share/gtk-doc/html/gtksourceview-3.0/GtkSourceRegion.html
 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
@@ -89,6 +92,7 @@
 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-22.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
@@ -112,6 +116,8 @@
 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/pt03.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
diff -r 2328e1215bad -r e862daa333e8 x11/gtksourceview3/distinfo
--- a/x11/gtksourceview3/distinfo       Fri Nov 25 17:32:37 2016 +0000
+++ b/x11/gtksourceview3/distinfo       Fri Nov 25 17:52:04 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2016/07/28 16:53:43 prlw1 Exp $
+$NetBSD: distinfo,v 1.14 2016/11/25 17:52:04 prlw1 Exp $
 
-SHA1 (gtksourceview-3.20.4.tar.xz) = 593d75b165cf623ffab5c941709ca42bf2f44a77
-RMD160 (gtksourceview-3.20.4.tar.xz) = 64050ec63e7a071089effff722117b6e24d3842f
-SHA512 (gtksourceview-3.20.4.tar.xz) = 4b69759e77acd120da24683e9cacd994e5bcef4c7b6404bad2df930b228a39f99f9391e137583fadb4939189f66f088bd386192b4d23bc232d718804156db941
-Size (gtksourceview-3.20.4.tar.xz) = 1582240 bytes
+SHA1 (gtksourceview-3.22.0.tar.xz) = e7cf519e8585490552ca8bce0b32be5acc440f2e
+RMD160 (gtksourceview-3.22.0.tar.xz) = 58be2fe965690fb29f031c5c0d7cbec169f214ba
+SHA512 (gtksourceview-3.22.0.tar.xz) = 728c5c13de57a6ebd3d837d3d9440daa5e64a18e92cfbf0a635d8e3708ee257b568e110fa88c4e11c18bc0534d58ec1556f3fa974793cadeae3264c9ef449e26
+Size (gtksourceview-3.22.0.tar.xz) = 1595016 bytes



Home | Main Index | Thread Index | Old Index