summaryrefslogtreecommitdiff
path: root/x11/gtksourceview/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2008-02-19 12:08:26 +0000
committerxtraeme <xtraeme@pkgsrc.org>2008-02-19 12:08:26 +0000
commit8730e3b339f5525474ec79a6dbbba1f725395660 (patch)
tree2befb75f95e2bdd90ace028997d183955c7e1195 /x11/gtksourceview/Makefile
parent5af55181db463cd1eee48ea6884451f71e679c79 (diff)
downloadpkgsrc-8730e3b339f5525474ec79a6dbbba1f725395660.tar.gz
Update to 2.1.2.
News in 2.1.2 ------------- * Fix a GtkSourceMark API issue * Updated translations News in 2.1.1 ------------- * Misc bugfixes * Updated translations News in 2.1.0 ------------- * New gtk-print based printing API * New GtkTextMark-based GtkSourceMark API * Misc bugfixes * Updated translations News in 2.0.0 ------------- * Updated translations News in 1.90.4 -------------- * Many improvements to all the lang files * Many minor API tweaks * Misc bugfixes * Updated translations News in 1.90.3 -------------- * New default set of styles used to define a style scheme * Many improvements to all the lang files, ruby and perl lang files in particular. * Some API tweaks * Misc bugfixes News in 1.90.2 -------------- * Library is now LGPL (some lang files aren't yet) * Support replacing contexts * Support symbolic colors in schemes * Add tango style scheme * Some API tweaks * Many lang file updates * Misc bugfixes News in 1.90.1 -------------- * GtkSourceStyle is now a gobject * Be more careful about Language and LanguageManager lifecycles: add gtk_source_[language|style_scheme]_manager_get_default to obtain managers object owned by gtksourceview * Most of the files are now officially licensed under LGPL, still waiting for a few approval before completely switching the license. * Port to GRegex * Misc lang file updates * Misc bugfixes News in 1.90.0 -------------- This marks the road to GtkSourceView 2.0, and breaks the API. It is still considererd API-unstable. * API update/break * New highlighting and theming engines (Yevgen Muntyan, Marco Barisione) * GnomePrint-based print API removal
Diffstat (limited to 'x11/gtksourceview/Makefile')
-rw-r--r--x11/gtksourceview/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/gtksourceview/Makefile b/x11/gtksourceview/Makefile
index d0c47b1aa83..19cb1e33320 100644
--- a/x11/gtksourceview/Makefile
+++ b/x11/gtksourceview/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.43 2008/01/18 05:09:56 tnn Exp $
+# $NetBSD: Makefile,v 1.44 2008/02/19 12:08:26 xtraeme Exp $
#
-DISTNAME= gtksourceview-1.8.5
-PKGREVISION= 2
+DISTNAME= gtksourceview-2.1.2
+#PKGREVISION= 2
CATEGORIES= x11
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtksourceview/1.8/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtksourceview/2.1/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= jmmv@NetBSD.org