summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorprlw1 <prlw1@pkgsrc.org>2014-02-12 01:07:01 +0000
committerprlw1 <prlw1@pkgsrc.org>2014-02-12 01:07:01 +0000
commita0c7de7bc61c2a0510d4ce48972ea2089c1a7bfa (patch)
treedde053b3b7679c204376e60eddf15ed79bf9a3b2 /x11
parent724a51e808169df6ccb81f784c3bae7147d0ec85 (diff)
downloadpkgsrc-a0c7de7bc61c2a0510d4ce48972ea2089c1a7bfa.tar.gz
Update gtksourceview3 to 3.10.2
News in 3.10.0 -------------- * Small bugfix * Updated translations News in 3.9.92 -------------- * SearchSettings: change default value of wrap-around to FALSE * Misc bugfixes * Updated translations News in 3.9.91 -------------- * Improvements to the completion * API break for the search and replace * Deprecate the GtkSourceMarkAttributes:stock-id property * Misc bugfixes * Updated translations News in 3.9.90 -------------- * Modify the search and replace API: SearchContext and SearchSettings classes * Regular expression search * Misc bugfixes * Updated translations News in 3.9.4 ------------- * Warning: the search and replace API is unstable * Misc bugfixes * Updated translations News in 3.9.3 ------------- * Add a higher-level asynchronous search and replace API * Deprecate gtk_source_completion_item_new_from_stock() * Deprecate the GtkSourceGutterRendererPixbuf:stock-id property * Updated translations News in 3.9.2 ------------- * Add syntax highlighting for the Julia, mediawiki and Scala languages * Improvements to the word completion provider * Add the GtkSourceCompletionWords:activation property * More compact completion popup window * Misc bugfixes * Updated translations News in 3.9.1 ------------- * Deprecate the GtkSourceCompletionInfo::before-show signal * Hide CompletionInfo when focus-out-event on the attached-to widget * Improvements to the main completion window * Some code improvements to the words completion provider * Improvements to the C++ and Perl language specs * Documentation improvements * Misc bugfixes * Updated translations News in 3.8.1 ------------- * Improvements to the LaTeX and Perl language specs * Update to gtk-mac-integration 2.0 API * More unit tests * Misc bugfixes * Updated translations News in 3.8.0 ------------- * Add Libtool versioning. There was an ABI break during this development cycle, because some private functions were accidentally exported. So the Libtool's -version-info is bumped from 0:0:0 to 1:0:0. On GNU/Linux, this results in a version bump of the soname. * Updated translations News in 3.7.92 -------------- * New style id for warnings * Improvements to the completion code and documentation * Misc bugfixes * Updated translations News in 3.7.91 -------------- * Simplify code for the completion * Improvements of the Perl, R and Ruby language specs * Misc bugfixes * Updated translations News in 3.7.90 -------------- * Improvements in completion * Add Modelica language spec * Misc bugfixes * Updated translations News in 3.7.3 ------------- * Deprecate gtk_source_completion_move_window() * Deprecate gtk_source_completion_info_get_widget() * Deprecate gtk_source_completion_info_set_widget() * CompletionInfo: always a natural size * Simplify internal code for the completion (new CompletionModel) * Fixes for the style schemes and GtkSourceMark * Other misc bugfixes * Updated translations News in 3.7.2 ------------- * Improved unit tests and code coverage support * Misc bugfixes * Updated translations News in 3.7.1 ------------- * Add Bluespec SystemVerilog syntax highlighter * Improvements in completion * Add language spec for IDL * Lots of fixes in gtk doc * Misc bugfixes * Updated translations
Diffstat (limited to 'x11')
-rw-r--r--x11/gtksourceview3/Makefile9
-rw-r--r--x11/gtksourceview3/PLIST34
-rw-r--r--x11/gtksourceview3/buildlink3.mk4
-rw-r--r--x11/gtksourceview3/distinfo9
-rw-r--r--x11/gtksourceview3/patches/patch-gtksourceview_gtksourceview.h21
5 files changed, 36 insertions, 41 deletions
diff --git a/x11/gtksourceview3/Makefile b/x11/gtksourceview3/Makefile
index 5a6524f7adc..f96a4e48813 100644
--- a/x11/gtksourceview3/Makefile
+++ b/x11/gtksourceview3/Makefile
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.16 2013/12/12 01:28:45 prlw1 Exp $
+# $NetBSD: Makefile,v 1.17 2014/02/12 01:07:01 prlw1 Exp $
#
-DISTNAME= gtksourceview-3.6.0
+DISTNAME= gtksourceview-3.10.2
PKGNAME= ${DISTNAME:S/gtksourceview/gtksourceview3/}
-PKGREVISION= 6
-CATEGORIES= x11
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtksourceview/3.6/}
+CATEGORIES= x11 gnome
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtksourceview/${PKGVERSION_NOREV:R}/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= prlw1@cam.ac.uk
diff --git a/x11/gtksourceview3/PLIST b/x11/gtksourceview3/PLIST
index ee03a950653..c3e5e4ae239 100644
--- a/x11/gtksourceview3/PLIST
+++ b/x11/gtksourceview3/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2013/07/08 12:14:46 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.5 2014/02/12 01:07:01 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
@@ -17,11 +17,14 @@ include/gtksourceview-3.0/gtksourceview/gtksourcelanguagemanager.h
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/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/gtksourcestyleschememanager.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/gtksourceview-typebuiltins.h
include/gtksourceview-3.0/gtksourceview/gtksourceview.h
lib/girepository-1.0/GtkSource-3.0.typelib
@@ -35,12 +38,18 @@ share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionInfo.html
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/GtkSourceGutter.html
+share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRenderer.html
+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/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/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/GtkSourceStyleSchemeManager.html
@@ -48,23 +57,27 @@ 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-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-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/gtksourceview-3.0-GtkSourceGutterRenderer.html
-share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0-GtkSourceGutterRendererPixbuf.html
-share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0-GtkSourceGutterRendererText.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/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
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/right-insensitive.png
share/gtk-doc/html/gtksourceview-3.0/right.png
-share/gtk-doc/html/gtksourceview-3.0/rn01.html
-share/gtk-doc/html/gtksourceview-3.0/rn02.html
share/gtk-doc/html/gtksourceview-3.0/style-reference.html
share/gtk-doc/html/gtksourceview-3.0/style.css
+share/gtk-doc/html/gtksourceview-3.0/up-insensitive.png
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
@@ -74,12 +87,12 @@ share/gtksourceview-3.0/language-specs/automake.lang
share/gtksourceview-3.0/language-specs/awk.lang
share/gtksourceview-3.0/language-specs/bennugd.lang
share/gtksourceview-3.0/language-specs/bibtex.lang
+share/gtksourceview-3.0/language-specs/bluespec.lang
share/gtksourceview-3.0/language-specs/boo.lang
share/gtksourceview-3.0/language-specs/c.lang
share/gtksourceview-3.0/language-specs/cg.lang
share/gtksourceview-3.0/language-specs/changelog.lang
share/gtksourceview-3.0/language-specs/chdr.lang
-share/gtksourceview-3.0/language-specs/check-language.sh
share/gtksourceview-3.0/language-specs/cmake.lang
share/gtksourceview-3.0/language-specs/cobol.lang
share/gtksourceview-3.0/language-specs/cpp.lang
@@ -111,6 +124,7 @@ share/gtksourceview-3.0/language-specs/haddock.lang
share/gtksourceview-3.0/language-specs/haskell-literate.lang
share/gtksourceview-3.0/language-specs/haskell.lang
share/gtksourceview-3.0/language-specs/html.lang
+share/gtksourceview-3.0/language-specs/idl-exelis.lang
share/gtksourceview-3.0/language-specs/idl.lang
share/gtksourceview-3.0/language-specs/imagej.lang
share/gtksourceview-3.0/language-specs/ini.lang
@@ -118,6 +132,7 @@ share/gtksourceview-3.0/language-specs/j.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
+share/gtksourceview-3.0/language-specs/julia.lang
share/gtksourceview-3.0/language-specs/language.dtd
share/gtksourceview-3.0/language-specs/language.rng
share/gtksourceview-3.0/language-specs/language2.rng
@@ -129,6 +144,8 @@ share/gtksourceview-3.0/language-specs/makefile.lang
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/modelica.lang
share/gtksourceview-3.0/language-specs/mxml.lang
share/gtksourceview-3.0/language-specs/nemerle.lang
share/gtksourceview-3.0/language-specs/netrexx.lang
@@ -153,6 +170,7 @@ 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/ruby.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
share/gtksourceview-3.0/language-specs/sh.lang
@@ -170,7 +188,6 @@ 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/styles/check-style.sh
share/gtksourceview-3.0/styles/classic.xml
share/gtksourceview-3.0/styles/cobalt.xml
share/gtksourceview-3.0/styles/kate.xml
@@ -247,6 +264,7 @@ share/locale/sr@latin/LC_MESSAGES/gtksourceview-3.0.mo
share/locale/sv/LC_MESSAGES/gtksourceview-3.0.mo
share/locale/ta/LC_MESSAGES/gtksourceview-3.0.mo
share/locale/te/LC_MESSAGES/gtksourceview-3.0.mo
+share/locale/tg/LC_MESSAGES/gtksourceview-3.0.mo
share/locale/th/LC_MESSAGES/gtksourceview-3.0.mo
share/locale/tr/LC_MESSAGES/gtksourceview-3.0.mo
share/locale/ug/LC_MESSAGES/gtksourceview-3.0.mo
diff --git a/x11/gtksourceview3/buildlink3.mk b/x11/gtksourceview3/buildlink3.mk
index 068ab791a76..76505909eb4 100644
--- a/x11/gtksourceview3/buildlink3.mk
+++ b/x11/gtksourceview3/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.11 2013/10/10 14:41:56 ryoon Exp $
+# $NetBSD: buildlink3.mk,v 1.12 2014/02/12 01:07:01 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.6.0nb6
+BUILDLINK_ABI_DEPENDS.gtksourceview3?= gtksourceview3>=3.10.2
BUILDLINK_PKGSRCDIR.gtksourceview3?= ../../x11/gtksourceview3
.include "../../textproc/libxml2/buildlink3.mk"
diff --git a/x11/gtksourceview3/distinfo b/x11/gtksourceview3/distinfo
index 62cd22f675d..a9c78676c9e 100644
--- a/x11/gtksourceview3/distinfo
+++ b/x11/gtksourceview3/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.4 2013/07/08 12:14:46 ryoon Exp $
+$NetBSD: distinfo,v 1.5 2014/02/12 01:07:01 prlw1 Exp $
-SHA1 (gtksourceview-3.6.0.tar.xz) = 55be2eab05078d634b2c4f3305e1b7fb93d321ab
-RMD160 (gtksourceview-3.6.0.tar.xz) = fbeb05e6bfd3307594f5770843aa590a49d2f0ad
-Size (gtksourceview-3.6.0.tar.xz) = 1216008 bytes
-SHA1 (patch-gtksourceview_gtksourceview.h) = 1a12fbf538fd12e35aec5543716d0714c03ec25d
+SHA1 (gtksourceview-3.10.2.tar.xz) = e886f3c54e01ada2eab8fee14fde2efa3d2c2feb
+RMD160 (gtksourceview-3.10.2.tar.xz) = c36f150127d307a34570a961e2200ee3a9ebca8f
+Size (gtksourceview-3.10.2.tar.xz) = 1316140 bytes
diff --git a/x11/gtksourceview3/patches/patch-gtksourceview_gtksourceview.h b/x11/gtksourceview3/patches/patch-gtksourceview_gtksourceview.h
deleted file mode 100644
index f38a9f626a6..00000000000
--- a/x11/gtksourceview3/patches/patch-gtksourceview_gtksourceview.h
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD: patch-gtksourceview_gtksourceview.h,v 1.3 2013/07/08 12:14:46 ryoon Exp $
-
-Continuation lines not parsed correctly in enum.
-
---- gtksourceview/gtksourceview.h.orig 2011-09-12 13:03:15.000000000 +0000
-+++ gtksourceview/gtksourceview.h
-@@ -130,13 +130,7 @@ typedef enum
- GTK_SOURCE_DRAW_SPACES_LEADING = 1 << 4,
- GTK_SOURCE_DRAW_SPACES_TEXT = 1 << 5,
- GTK_SOURCE_DRAW_SPACES_TRAILING = 1 << 6,
-- GTK_SOURCE_DRAW_SPACES_ALL = (GTK_SOURCE_DRAW_SPACES_SPACE | \
-- GTK_SOURCE_DRAW_SPACES_TAB | \
-- GTK_SOURCE_DRAW_SPACES_NEWLINE | \
-- GTK_SOURCE_DRAW_SPACES_NBSP | \
-- GTK_SOURCE_DRAW_SPACES_LEADING | \
-- GTK_SOURCE_DRAW_SPACES_TEXT | \
-- GTK_SOURCE_DRAW_SPACES_TRAILING)
-+ GTK_SOURCE_DRAW_SPACES_ALL = (GTK_SOURCE_DRAW_SPACES_SPACE | GTK_SOURCE_DRAW_SPACES_TAB | GTK_SOURCE_DRAW_SPACES_NEWLINE | GTK_SOURCE_DRAW_SPACES_NBSP | GTK_SOURCE_DRAW_SPACES_LEADING | GTK_SOURCE_DRAW_SPACES_TEXT | GTK_SOURCE_DRAW_SPACES_TRAILING)
- } GtkSourceDrawSpacesFlags;
-
-