summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorprlw1 <prlw1@pkgsrc.org>2014-11-23 13:46:07 +0000
committerprlw1 <prlw1@pkgsrc.org>2014-11-23 13:46:07 +0000
commit9d081e8ffc09e6d732b7396e202d033421c51840 (patch)
tree079309b88e021d2a9953ade4218d90866da88a50 /x11
parent47affc5077a5654b6589f9b54d622c5f75d527af (diff)
downloadpkgsrc-9d081e8ffc09e6d732b7396e202d033421c51840.tar.gz
Update gtksourceview3 to 3.14.2
News in 3.14.2 -------------- * Bug fix * Translation updates News in 3.14.1 -------------- * Fix UndoManager with a new implementation * Various other improvements * Translation updates News in 3.14.0 -------------- * Translation updates News in 3.13.91 --------------- * Improved Mac OS X support * Gutter improvements * Various other improvements and code clean-up * Translation updates News in 3.13.90 --------------- * Adjustments to the file loading and saving API: - Make gtk_source_encoding_get_default_candidates() private - Replace gtk_source_encoding_foreach() by gtk_source_encoding_get_all() The file loading and saving API can be considered stable now. * Add Vala bindings * Various other improvements * Translation updates News in 3.13.3 -------------- * Extend the api to obtain candidate encodings * Rework drawing of spaces and margins (requires new Gtk+) * Various other improvements and bugfixes * Translation updates News in 3.13.2 -------------- * New feature: file loading and saving * Split testfiles.sh to tests/syntax-highlighting/ * GtkSourceView is now fully relicensed to LGPL * Various other improvements and bugfixes * Translation updates News in 3.13.1 -------------- * Improvements to the words completion provider * Completion window sizing fixes * Improvements to some lang files * Various other improvements and bugfixes * Updated translations News in 3.12.1 -------------- * Renovate test-widget * Various improvements and bugfixes * Updated translations News in 3.12.0 -------------- * Small improvements to the documentation * Updated translations News in 3.11.91 --------------- * Updated translations News in 3.11.90 --------------- * Add syntax highlighting for LLVM IR and Sweave * Improvements to some lang files * Updated translations News in 3.11.4 -------------- * Add the popular Solarized style schemes * Improvements to some lang files and a new lang file for lex * Optimize the draw-spaces code * Various fixes to the completion framework * Misc bugfixes * Updated translations News in 3.11.3 -------------- * Font scaling support for headings/titles in LaTeX and HTML * Add Change Case submenu to the right click context menu * Add ANS Forth 94 syntax highlighting * Misc bugfixes * Updated translations News in 3.11.2 -------------- * Add API to change text case * Add reStructuredText and yaml syntax highlighting * Improve LaTeX, m4 and D syntax highlighting * Documentation improvements (including best practices for language definition files) * Installed tests * Misc bugfixes * Updated translations News in 3.11.1 -------------- * Deprecate the Gutter:xpad and Gutter:ypad properties * Deprecate gtk_source_gutter_get_window() * Better implementation of GtkSourceMarks (private class GtkSourceMarksSequence) * Style schemes: more visible right margin * Documentation improvements * Misc bugfixes * Updated translations
Diffstat (limited to 'x11')
-rw-r--r--x11/gtksourceview3/Makefile17
-rw-r--r--x11/gtksourceview3/PLIST20
-rw-r--r--x11/gtksourceview3/buildlink3.mk4
-rw-r--r--x11/gtksourceview3/distinfo8
4 files changed, 32 insertions, 17 deletions
diff --git a/x11/gtksourceview3/Makefile b/x11/gtksourceview3/Makefile
index cf622f057c6..1f822b5bf14 100644
--- a/x11/gtksourceview3/Makefile
+++ b/x11/gtksourceview3/Makefile
@@ -1,16 +1,15 @@
-# $NetBSD: Makefile,v 1.21 2014/10/26 07:55:49 adam Exp $
+# $NetBSD: Makefile,v 1.22 2014/11/23 13:46:07 prlw1 Exp $
-DISTNAME= gtksourceview-3.10.3
+DISTNAME= gtksourceview-3.14.2
PKGNAME= ${DISTNAME:S/gtksourceview/gtksourceview3/}
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtksourceview/${PKGVERSION_NOREV:R}/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= prlw1@cam.ac.uk
-HOMEPAGE= http://projects.gnome.org/gtksourceview/
+HOMEPAGE= https://wiki.gnome.org/Projects/GtkSourceView
COMMENT= Text widget that extends GTK3's GtkTextView widget
-# LGPL, but some files used in tests are still GPL
-LICENSE= gnu-lgpl-v2 AND gnu-gpl-v2
+LICENSE= gnu-lgpl-v2.1
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
@@ -18,16 +17,14 @@ USE_TOOLS+= gmake gsed intltool msgfmt pkg-config
USE_PKGLOCALEDIR= yes
#CONFIGURE_ARGS+= --disable-deprecations
CONFIGURE_ARGS+= --disable-maintainer-mode
+CONFIGURE_ARGS+= --disable-vala
PKGCONFIG_OVERRIDE+= gtksourceview-3.0.pc.in
-BUILDLINK_API_DEPENDS.glib2+= glib2>=2.37.3
+BUILDLINK_API_DEPENDS.glib2+= glib2>=2.38
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/gobject-introspection/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
-BUILDLINK_API_DEPENDS.gtk3+= gtk3+>=3.9.9
+BUILDLINK_API_DEPENDS.gtk3+= gtk3+>=3.13.7
.include "../../x11/gtk3/buildlink3.mk"
-.if !empty(PKG_BUILD_OPTIONS.gtk3:Mquartz)
-.include "../../x11/gtk-mac-integration/buildlink3.mk"
-.endif
.include "../../mk/bsd.pkg.mk"
diff --git a/x11/gtksourceview3/PLIST b/x11/gtksourceview3/PLIST
index c3e5e4ae239..780ff825c00 100644
--- a/x11/gtksourceview3/PLIST
+++ b/x11/gtksourceview3/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2014/02/12 01:07:01 prlw1 Exp $
+@comment $NetBSD: PLIST,v 1.6 2014/11/23 13:46:07 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
@@ -8,6 +8,10 @@ include/gtksourceview-3.0/gtksourceview/gtksourcecompletioninfo.h
include/gtksourceview-3.0/gtksourceview/gtksourcecompletionitem.h
include/gtksourceview-3.0/gtksourceview/gtksourcecompletionproposal.h
include/gtksourceview-3.0/gtksourceview/gtksourcecompletionprovider.h
+include/gtksourceview-3.0/gtksourceview/gtksourceencoding.h
+include/gtksourceview-3.0/gtksourceview/gtksourcefile.h
+include/gtksourceview-3.0/gtksourceview/gtksourcefileloader.h
+include/gtksourceview-3.0/gtksourceview/gtksourcefilesaver.h
include/gtksourceview-3.0/gtksourceview/gtksourcegutter.h
include/gtksourceview-3.0/gtksourceview/gtksourcegutterrenderer.h
include/gtksourceview-3.0/gtksourceview/gtksourcegutterrendererpixbuf.h
@@ -39,6 +43,10 @@ share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionItem.html
share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionProposal.html
share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionProvider.html
share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionWords.html
+share/gtk-doc/html/gtksourceview-3.0/GtkSourceEncoding.html
+share/gtk-doc/html/gtksourceview-3.0/GtkSourceFile.html
+share/gtk-doc/html/gtksourceview-3.0/GtkSourceFileLoader.html
+share/gtk-doc/html/gtksourceview-3.0/GtkSourceFileSaver.html
share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutter.html
share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRenderer.html
share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRendererPixbuf.html
@@ -58,6 +66,8 @@ 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-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-4.html
share/gtk-doc/html/gtksourceview-3.0/api-index-deprecated.html
share/gtk-doc/html/gtksourceview-3.0/api-index-full.html
@@ -82,6 +92,7 @@ share/gtk-doc/html/gtksourceview-3.0/up.png
share/gtksourceview-3.0/language-specs/R.lang
share/gtksourceview-3.0/language-specs/actionscript.lang
share/gtksourceview-3.0/language-specs/ada.lang
+share/gtksourceview-3.0/language-specs/ansforth94.lang
share/gtksourceview-3.0/language-specs/asp.lang
share/gtksourceview-3.0/language-specs/automake.lang
share/gtksourceview-3.0/language-specs/awk.lang
@@ -137,7 +148,9 @@ share/gtksourceview-3.0/language-specs/language.dtd
share/gtksourceview-3.0/language-specs/language.rng
share/gtksourceview-3.0/language-specs/language2.rng
share/gtksourceview-3.0/language-specs/latex.lang
+share/gtksourceview-3.0/language-specs/lex.lang
share/gtksourceview-3.0/language-specs/libtool.lang
+share/gtksourceview-3.0/language-specs/llvm.lang
share/gtksourceview-3.0/language-specs/lua.lang
share/gtksourceview-3.0/language-specs/m4.lang
share/gtksourceview-3.0/language-specs/makefile.lang
@@ -169,6 +182,7 @@ share/gtksourceview-3.0/language-specs/puppet.lang
share/gtksourceview-3.0/language-specs/python.lang
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/scala.lang
share/gtksourceview-3.0/language-specs/scheme.lang
@@ -177,6 +191,7 @@ share/gtksourceview-3.0/language-specs/sh.lang
share/gtksourceview-3.0/language-specs/sml.lang
share/gtksourceview-3.0/language-specs/sparql.lang
share/gtksourceview-3.0/language-specs/sql.lang
+share/gtksourceview-3.0/language-specs/sweave.lang
share/gtksourceview-3.0/language-specs/systemverilog.lang
share/gtksourceview-3.0/language-specs/t2t.lang
share/gtksourceview-3.0/language-specs/tcl.lang
@@ -188,10 +203,13 @@ share/gtksourceview-3.0/language-specs/vhdl.lang
share/gtksourceview-3.0/language-specs/xml.lang
share/gtksourceview-3.0/language-specs/xslt.lang
share/gtksourceview-3.0/language-specs/yacc.lang
+share/gtksourceview-3.0/language-specs/yaml.lang
share/gtksourceview-3.0/styles/classic.xml
share/gtksourceview-3.0/styles/cobalt.xml
share/gtksourceview-3.0/styles/kate.xml
share/gtksourceview-3.0/styles/oblivion.xml
+share/gtksourceview-3.0/styles/solarized-dark.xml
+share/gtksourceview-3.0/styles/solarized-light.xml
share/gtksourceview-3.0/styles/styles.rng
share/gtksourceview-3.0/styles/tango.xml
share/locale/ar/LC_MESSAGES/gtksourceview-3.0.mo
diff --git a/x11/gtksourceview3/buildlink3.mk b/x11/gtksourceview3/buildlink3.mk
index fd4fcc55364..373b7f23d76 100644
--- a/x11/gtksourceview3/buildlink3.mk
+++ b/x11/gtksourceview3/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.13 2014/05/05 00:48:30 ryoon Exp $
+# $NetBSD: buildlink3.mk,v 1.14 2014/11/23 13:46:07 prlw1 Exp $
BUILDLINK_TREE+= gtksourceview3
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= gtksourceview3
GTKSOURCEVIEW3_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.gtksourceview3+= gtksourceview3>=3.4.2
-BUILDLINK_ABI_DEPENDS.gtksourceview3?= gtksourceview3>=3.10.2nb1
+BUILDLINK_ABI_DEPENDS.gtksourceview3?= gtksourceview3>=3.14.2
BUILDLINK_PKGSRCDIR.gtksourceview3?= ../../x11/gtksourceview3
.include "../../textproc/libxml2/buildlink3.mk"
diff --git a/x11/gtksourceview3/distinfo b/x11/gtksourceview3/distinfo
index c282ce90b34..4242daf5fcf 100644
--- a/x11/gtksourceview3/distinfo
+++ b/x11/gtksourceview3/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2014/09/14 20:44:11 prlw1 Exp $
+$NetBSD: distinfo,v 1.7 2014/11/23 13:46:07 prlw1 Exp $
-SHA1 (gtksourceview-3.10.3.tar.xz) = 01dc2c953569e5db1eead0f0c10bb56b5429edc3
-RMD160 (gtksourceview-3.10.3.tar.xz) = 913df5b5b0b5a09ab9994fa23d24f1dd77c92071
-Size (gtksourceview-3.10.3.tar.xz) = 1318772 bytes
+SHA1 (gtksourceview-3.14.2.tar.xz) = b7db7d1bb61414c65342c0833413d6bfa0196bad
+RMD160 (gtksourceview-3.14.2.tar.xz) = 0e0b419980a8a29ec6f8b0c95eb35493c80aaa32
+Size (gtksourceview-3.14.2.tar.xz) = 1254408 bytes