r25582 - in /desktop/experimental/gtksourceview3/debian: ./ patches/
pochu at users.alioth.debian.org
pochu at users.alioth.debian.org
Mon Nov 15 20:09:49 UTC 2010
Author: pochu
Date: Mon Nov 15 20:09:48 2010
New Revision: 25582
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=25582
Log:
* New upstream gtk3 version
* Change source package name to gtksourceview3
* Add gir1.0-gtksource-3.0 package for gir typelib
* Add dashes between 3.0 and package name for all packages,
so libgtksourceview2.0 becomes libgtksourceview-3.0
* debian/watch:
- Update to point at development releases
* debian/patches/15-fix-catalog-var-name.patch:
- Fix typo in data/glade/Makefile.am
Added:
desktop/experimental/gtksourceview3/debian/gir1.0-gtksource-3.0.install
desktop/experimental/gtksourceview3/debian/libgtksourceview-3.0-0.install
desktop/experimental/gtksourceview3/debian/libgtksourceview-3.0-common.install
desktop/experimental/gtksourceview3/debian/libgtksourceview-3.0-dev.install
desktop/experimental/gtksourceview3/debian/libgtksourceview-3.0-doc.doc-base
desktop/experimental/gtksourceview3/debian/libgtksourceview-3.0-doc.install
desktop/experimental/gtksourceview3/debian/libgtksourceview-3.0-doc.links
desktop/experimental/gtksourceview3/debian/patches/15-fix-catalog-var-name.patch
Removed:
desktop/experimental/gtksourceview3/debian/libgtksourceview2.0-0.install
desktop/experimental/gtksourceview3/debian/libgtksourceview2.0-common.install
desktop/experimental/gtksourceview3/debian/libgtksourceview2.0-dev.install
desktop/experimental/gtksourceview3/debian/libgtksourceview2.0-doc.doc-base
desktop/experimental/gtksourceview3/debian/libgtksourceview2.0-doc.install
desktop/experimental/gtksourceview3/debian/libgtksourceview2.0-doc.links
Modified:
desktop/experimental/gtksourceview3/debian/changelog
desktop/experimental/gtksourceview3/debian/control
desktop/experimental/gtksourceview3/debian/control.in
desktop/experimental/gtksourceview3/debian/patches/series
desktop/experimental/gtksourceview3/debian/rules
desktop/experimental/gtksourceview3/debian/watch
Modified: desktop/experimental/gtksourceview3/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtksourceview3/debian/changelog?rev=25582&op=diff
==============================================================================
--- desktop/experimental/gtksourceview3/debian/changelog [utf-8] (original)
+++ desktop/experimental/gtksourceview3/debian/changelog [utf-8] Mon Nov 15 20:09:48 2010
@@ -1,3 +1,17 @@
+gtksourceview3 (2.91.1-1) UNRELEASED; urgency=low
+
+ * New upstream gtk3 version
+ * Change source package name to gtksourceview3
+ * Add gir1.0-gtksource-3.0 package for gir typelib
+ * Add dashes between 3.0 and package name for all packages,
+ so libgtksourceview2.0 becomes libgtksourceview-3.0
+ * debian/watch:
+ - Update to point at development releases
+ * debian/patches/15-fix-catalog-var-name.patch:
+ - Fix typo in data/glade/Makefile.am
+
+ -- Michael Terry <mterry at ubuntu.com> Mon, 15 Nov 2010 12:54:15 -0500
+
gtksourceview2 (2.10.4-1) unstable; urgency=low
* New upstream bugfix and documentation release.
Modified: desktop/experimental/gtksourceview3/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtksourceview3/debian/control?rev=25582&op=diff
==============================================================================
--- desktop/experimental/gtksourceview3/debian/control [utf-8] (original)
+++ desktop/experimental/gtksourceview3/debian/control [utf-8] Mon Nov 15 20:09:48 2010
@@ -3,7 +3,7 @@
# Modifications should be made to debian/control.in instead.
# This file is regenerated automatically in the clean target.
-Source: gtksourceview2
+Source: gtksourceview3
Section: libs
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
@@ -13,37 +13,40 @@
debhelper (>= 5),
gnome-pkg-tools (>= 0.7),
dpkg-dev (>= 1.13.19),
- libgtk2.0-dev (>= 2.12.0),
- libxml2-dev (>= 2.5),
+ libgtk3.0-dev (>= 2.91.4),
+ libxml2-dev (>= 2.6),
intltool (>= 0.40),
gtk-doc-tools (>= 1.11),
libglib2.0-dev (>= 2.16.0),
- libgladeui-1-dev (>= 3.2)
-Build-Depends-Indep: libglib2.0-doc, libgtk2.0-doc
+ libgladeui-1-dev (>= 3.2),
+ gobject-introspection,
+ libgirepository1.0-dev (>= 0.9.0),
+ gir1.0-gtk-3.0
+Build-Depends-Indep: libglib2.0-doc, libgtk3.0-doc
Standards-Version: 3.8.4
Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/gtksourceview2
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/desktop/unstable/gtksourceview2
Homepage: http://projects.gnome.org/gtksourceview/
-Package: libgtksourceview2.0-0
+Package: libgtksourceview-3.0-0
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
- libgtksourceview2.0-common (>= ${gnome:Version}),
- libgtksourceview2.0-common (<< ${gnome:NextVersion})
+ libgtksourceview-3.0-common (>= ${gnome:Version}),
+ libgtksourceview-3.0-common (<< ${gnome:NextVersion})
Description: shared libraries for the GTK+ syntax highlighting widget
- GtkSourceView is a text widget that extends the standard GTK+ 2.x text widget
+ GtkSourceView is a text widget that extends the standard GTK+ 3.x text widget
GtkTextView. It improves GtkTextView by implementing syntax highlighting and
other features typical of a source editor.
.
This package contains the shared libraries required by applications to use
this widget.
-Package: libgtksourceview2.0-common
+Package: libgtksourceview-3.0-common
Architecture: all
Depends: ${misc:Depends}
Description: common files for the GTK+ syntax highlighting widget
- GtkSourceView is a text widget that extends the standard GTK+ 2.x text widget
+ GtkSourceView is a text widget that extends the standard GTK+ 3.x text widget
GtkTextView. It improves GtkTextView by implementing syntax highlighting and
other features typical of a source editor.
.
@@ -53,28 +56,40 @@
(gettext), Python, R, Ruby, sh, SQL, Tcl, Texinfo, VB.NET, Verilog, VHDL and
XML.
-Package: libgtksourceview2.0-dev
+Package: libgtksourceview-3.0-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends},
- libgtksourceview2.0-0 (= ${binary:Version}),
- libgtk2.0-dev (>= 2.12.0),
- libxml2-dev (>= 2.5.0)
-Suggests: libgtksourceview2.0-doc
+ libgtksourceview-3.0-0 (= ${binary:Version}),
+ libgtk3.0-dev (>= 2.91.4),
+ libxml2-dev (>= 2.6.0)
+Suggests: libgtksourceview-3.0-doc
Description: development files for the GTK+ syntax highlighting widget
- GtkSourceView is a text widget that extends the standard GTK+ 2.x text widget
+ GtkSourceView is a text widget that extends the standard GTK+ 3.x text widget
GtkTextView. It improves GtkTextView by implementing syntax highlighting and
other features typical of a source editor.
.
This package contains the header files required if you wish to develop
software that uses the GtkSourceView widget.
-Package: libgtksourceview2.0-doc
+Package: gir1.0-gtksource-3.0
+Section: libs
+Architecture: any
+Depends: ${misc:Depends},
+ ${gir:Depends}
+Description: gir files for the GTK+ syntax highlighting widget
+ GtkSourceView is a text widget that extends the standard GTK+ 3.x text widget
+ GtkTextView. It improves GtkTextView by implementing syntax highlighting and
+ other features typical of a source editor.
+ .
+ This package contains gobject introspection information.
+
+Package: libgtksourceview-3.0-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: documentation for the GTK+ syntax highlighting widget
- GtkSourceView is a text widget that extends the standard GTK+ 2.x text widget
+ GtkSourceView is a text widget that extends the standard GTK+ 3.x text widget
GtkTextView. It improves GtkTextView by implementing syntax highlighting and
other features typical of a source editor.
.
Modified: desktop/experimental/gtksourceview3/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtksourceview3/debian/control.in?rev=25582&op=diff
==============================================================================
--- desktop/experimental/gtksourceview3/debian/control.in [utf-8] (original)
+++ desktop/experimental/gtksourceview3/debian/control.in [utf-8] Mon Nov 15 20:09:48 2010
@@ -1,4 +1,4 @@
-Source: gtksourceview2
+Source: gtksourceview3
Section: libs
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
@@ -8,37 +8,40 @@
debhelper (>= 5),
gnome-pkg-tools (>= 0.7),
dpkg-dev (>= 1.13.19),
- libgtk2.0-dev (>= 2.12.0),
- libxml2-dev (>= 2.5),
+ libgtk3.0-dev (>= 2.91.4),
+ libxml2-dev (>= 2.6),
intltool (>= 0.40),
gtk-doc-tools (>= 1.11),
libglib2.0-dev (>= 2.16.0),
- libgladeui-1-dev (>= 3.2)
-Build-Depends-Indep: libglib2.0-doc, libgtk2.0-doc
+ libgladeui-1-dev (>= 3.2),
+ gobject-introspection,
+ libgirepository1.0-dev (>= 0.9.0),
+ gir1.0-gtk-3.0
+Build-Depends-Indep: libglib2.0-doc, libgtk3.0-doc
Standards-Version: 3.8.4
Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/gtksourceview2
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/desktop/unstable/gtksourceview2
Homepage: http://projects.gnome.org/gtksourceview/
-Package: libgtksourceview2.0-0
+Package: libgtksourceview-3.0-0
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
- libgtksourceview2.0-common (>= ${gnome:Version}),
- libgtksourceview2.0-common (<< ${gnome:NextVersion})
+ libgtksourceview-3.0-common (>= ${gnome:Version}),
+ libgtksourceview-3.0-common (<< ${gnome:NextVersion})
Description: shared libraries for the GTK+ syntax highlighting widget
- GtkSourceView is a text widget that extends the standard GTK+ 2.x text widget
+ GtkSourceView is a text widget that extends the standard GTK+ 3.x text widget
GtkTextView. It improves GtkTextView by implementing syntax highlighting and
other features typical of a source editor.
.
This package contains the shared libraries required by applications to use
this widget.
-Package: libgtksourceview2.0-common
+Package: libgtksourceview-3.0-common
Architecture: all
Depends: ${misc:Depends}
Description: common files for the GTK+ syntax highlighting widget
- GtkSourceView is a text widget that extends the standard GTK+ 2.x text widget
+ GtkSourceView is a text widget that extends the standard GTK+ 3.x text widget
GtkTextView. It improves GtkTextView by implementing syntax highlighting and
other features typical of a source editor.
.
@@ -48,28 +51,40 @@
(gettext), Python, R, Ruby, sh, SQL, Tcl, Texinfo, VB.NET, Verilog, VHDL and
XML.
-Package: libgtksourceview2.0-dev
+Package: libgtksourceview-3.0-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends},
- libgtksourceview2.0-0 (= ${binary:Version}),
- libgtk2.0-dev (>= 2.12.0),
- libxml2-dev (>= 2.5.0)
-Suggests: libgtksourceview2.0-doc
+ libgtksourceview-3.0-0 (= ${binary:Version}),
+ libgtk3.0-dev (>= 2.91.4),
+ libxml2-dev (>= 2.6.0)
+Suggests: libgtksourceview-3.0-doc
Description: development files for the GTK+ syntax highlighting widget
- GtkSourceView is a text widget that extends the standard GTK+ 2.x text widget
+ GtkSourceView is a text widget that extends the standard GTK+ 3.x text widget
GtkTextView. It improves GtkTextView by implementing syntax highlighting and
other features typical of a source editor.
.
This package contains the header files required if you wish to develop
software that uses the GtkSourceView widget.
-Package: libgtksourceview2.0-doc
+Package: gir1.0-gtksource-3.0
+Section: libs
+Architecture: any
+Depends: ${misc:Depends},
+ ${gir:Depends}
+Description: gir files for the GTK+ syntax highlighting widget
+ GtkSourceView is a text widget that extends the standard GTK+ 3.x text widget
+ GtkTextView. It improves GtkTextView by implementing syntax highlighting and
+ other features typical of a source editor.
+ .
+ This package contains gobject introspection information.
+
+Package: libgtksourceview-3.0-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: documentation for the GTK+ syntax highlighting widget
- GtkSourceView is a text widget that extends the standard GTK+ 2.x text widget
+ GtkSourceView is a text widget that extends the standard GTK+ 3.x text widget
GtkTextView. It improves GtkTextView by implementing syntax highlighting and
other features typical of a source editor.
.
Added: desktop/experimental/gtksourceview3/debian/gir1.0-gtksource-3.0.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtksourceview3/debian/gir1.0-gtksource-3.0.install?rev=25582&op=file
==============================================================================
--- desktop/experimental/gtksourceview3/debian/gir1.0-gtksource-3.0.install (added)
+++ desktop/experimental/gtksourceview3/debian/gir1.0-gtksource-3.0.install [utf-8] Mon Nov 15 20:09:48 2010
@@ -1,0 +1,1 @@
+debian/tmp/usr/lib/girepository-1.0/
Added: desktop/experimental/gtksourceview3/debian/libgtksourceview-3.0-0.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtksourceview3/debian/libgtksourceview-3.0-0.install?rev=25582&op=file
==============================================================================
--- desktop/experimental/gtksourceview3/debian/libgtksourceview-3.0-0.install (added)
+++ desktop/experimental/gtksourceview3/debian/libgtksourceview-3.0-0.install [utf-8] Mon Nov 15 20:09:48 2010
@@ -1,0 +1,1 @@
+debian/tmp/usr/lib/lib*.so.*
Added: desktop/experimental/gtksourceview3/debian/libgtksourceview-3.0-common.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtksourceview3/debian/libgtksourceview-3.0-common.install?rev=25582&op=file
==============================================================================
--- desktop/experimental/gtksourceview3/debian/libgtksourceview-3.0-common.install (added)
+++ desktop/experimental/gtksourceview3/debian/libgtksourceview-3.0-common.install [utf-8] Mon Nov 15 20:09:48 2010
@@ -1,0 +1,3 @@
+debian/tmp/usr/share/gtksourceview-3.0
+debian/tmp/usr/share/locale
+debian/tmp/usr/share/glade3
Added: desktop/experimental/gtksourceview3/debian/libgtksourceview-3.0-dev.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtksourceview3/debian/libgtksourceview-3.0-dev.install?rev=25582&op=file
==============================================================================
--- desktop/experimental/gtksourceview3/debian/libgtksourceview-3.0-dev.install (added)
+++ desktop/experimental/gtksourceview3/debian/libgtksourceview-3.0-dev.install [utf-8] Mon Nov 15 20:09:48 2010
@@ -1,0 +1,5 @@
+debian/tmp/usr/include
+debian/tmp/usr/lib/lib*.a
+debian/tmp/usr/lib/lib*.so
+debian/tmp/usr/lib/pkgconfig/*
+debian/tmp/usr/share/gir-1.0
Added: desktop/experimental/gtksourceview3/debian/libgtksourceview-3.0-doc.doc-base
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtksourceview3/debian/libgtksourceview-3.0-doc.doc-base?rev=25582&op=file
==============================================================================
--- desktop/experimental/gtksourceview3/debian/libgtksourceview-3.0-doc.doc-base (added)
+++ desktop/experimental/gtksourceview3/debian/libgtksourceview-3.0-doc.doc-base [utf-8] Mon Nov 15 20:09:48 2010
@@ -1,0 +1,11 @@
+Document: gtksourceview-3.0
+Title: GtkSourceView Reference Manual
+Author: The GtkSourceView team
+Abstract: This manual describes the GtkSourceView text widget. It extends the
+ standard GTK+ 3.x text widget GtkTextView by implementing syntax highlighting
+ and other features typical of a source editor.
+Section: Programming
+
+Format: HTML
+Index: /usr/share/gtk-doc/html/gtksourceview-3.0/index.html
+Files: /usr/share/gtk-doc/html/gtksourceview-3.0/*.html
Added: desktop/experimental/gtksourceview3/debian/libgtksourceview-3.0-doc.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtksourceview3/debian/libgtksourceview-3.0-doc.install?rev=25582&op=file
==============================================================================
--- desktop/experimental/gtksourceview3/debian/libgtksourceview-3.0-doc.install (added)
+++ desktop/experimental/gtksourceview3/debian/libgtksourceview-3.0-doc.install [utf-8] Mon Nov 15 20:09:48 2010
@@ -1,0 +1,1 @@
+debian/tmp/usr/share/gtk-doc
Added: desktop/experimental/gtksourceview3/debian/libgtksourceview-3.0-doc.links
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtksourceview3/debian/libgtksourceview-3.0-doc.links?rev=25582&op=file
==============================================================================
--- desktop/experimental/gtksourceview3/debian/libgtksourceview-3.0-doc.links (added)
+++ desktop/experimental/gtksourceview3/debian/libgtksourceview-3.0-doc.links [utf-8] Mon Nov 15 20:09:48 2010
@@ -1,0 +1,1 @@
+usr/share/gtk-doc/html/gtksourceview-3.0 usr/share/doc/libgtksourceview3.0-doc/html
Added: desktop/experimental/gtksourceview3/debian/patches/15-fix-catalog-var-name.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtksourceview3/debian/patches/15-fix-catalog-var-name.patch?rev=25582&op=file
==============================================================================
--- desktop/experimental/gtksourceview3/debian/patches/15-fix-catalog-var-name.patch (added)
+++ desktop/experimental/gtksourceview3/debian/patches/15-fix-catalog-var-name.patch [utf-8] Mon Nov 15 20:09:48 2010
@@ -1,0 +1,53 @@
+Description: Fix variable typo
+Author: Michael Terry <mterry at ubuntu.com>
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: <vendor|upstream|other>, <url of original patch>
+Bug: <url in upstream bugtracker>
+Bug-Debian: http://bugs.debian.org/<bugnumber>
+Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
+Forwarded: <no|not-needed|url proving that it has been forwarded>
+Reviewed-By: <name and email of someone who approved the patch>
+Last-Update: <YYYY-MM-DD>
+
+--- gtksourceview3-2.91.1.orig/data/glade/Makefile.am
++++ gtksourceview3-2.91.1/data/glade/Makefile.am
+@@ -1,4 +1,4 @@
+-cataloguedir = $(GLADE_CATALOGUE_DIR)
++cataloguedir = $(GLADE_CATALOG_DIR)
+ catalogue_in_files = gtksourceview.xml.in
+ catalogue_DATA = $(catalogue_in_files:.xml.in=.xml)
+
+@@ -6,7 +6,7 @@ EXTRA_DIST = \
+ $(catalogue_in_files)
+
+ validate: $(catalogue_DATA)
+- xmllint --dtdvalid $(GLADE_CATALOGUE_DIR)/glade-catalog.dtd --noout $<
++ xmllint --dtdvalid $(GLADE_CATALOG_DIR)/glade-catalog.dtd --noout $<
+
+ CLEANFILES = $(catalogue_DATA)
+
+--- gtksourceview3-2.91.1.orig/data/glade/Makefile.in
++++ gtksourceview3-2.91.1/data/glade/Makefile.in
+@@ -248,7 +248,7 @@ target_alias = @target_alias@
+ top_build_prefix = @top_build_prefix@
+ top_builddir = @top_builddir@
+ top_srcdir = @top_srcdir@
+-cataloguedir = $(GLADE_CATALOGUE_DIR)
++cataloguedir = $(GLADE_CATALOG_DIR)
+ catalogue_in_files = gtksourceview.xml.in
+ catalogue_DATA = $(catalogue_in_files:.xml.in=.xml)
+ EXTRA_DIST = \
+@@ -466,7 +466,7 @@ uninstall-am: uninstall-catalogueDATA
+
+
+ validate: $(catalogue_DATA)
+- xmllint --dtdvalid $(GLADE_CATALOGUE_DIR)/glade-catalog.dtd --noout $<
++ xmllint --dtdvalid $(GLADE_CATALOG_DIR)/glade-catalog.dtd --noout $<
+
+ @INTLTOOL_XML_NOMERGE_RULE@
+
Modified: desktop/experimental/gtksourceview3/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtksourceview3/debian/patches/series?rev=25582&op=diff
==============================================================================
--- desktop/experimental/gtksourceview3/debian/patches/series [utf-8] (original)
+++ desktop/experimental/gtksourceview3/debian/patches/series [utf-8] Mon Nov 15 20:09:48 2010
@@ -1,1 +1,2 @@
+15-fix-catalog-var-name.patch
99_ltmain_as-needed.patch
Modified: desktop/experimental/gtksourceview3/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtksourceview3/debian/rules?rev=25582&op=diff
==============================================================================
--- desktop/experimental/gtksourceview3/debian/rules [utf-8] (original)
+++ desktop/experimental/gtksourceview3/debian/rules [utf-8] Mon Nov 15 20:09:48 2010
@@ -19,6 +19,9 @@
LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
# Debhelper Arguments
-DEB_DH_MAKESHLIBS_ARGS += -V 'libgtksourceview2.0-0 (>= 2.10.0)'
+DEB_DH_MAKESHLIBS_ARGS += -V 'libgtksourceview3.0-0 (>= 2.91.0)'
-DEB_MAKE_CHECK_TARGET := -C gtksourceview/language-specs check
+DEB_MAKE_CHECK_TARGET := -C data/language-specs check
+
+binary-predeb/gir%::
+ dh_girepository -p$(cdbs_curpkg)
Modified: desktop/experimental/gtksourceview3/debian/watch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtksourceview3/debian/watch?rev=25582&op=diff
==============================================================================
--- desktop/experimental/gtksourceview3/debian/watch [utf-8] (original)
+++ desktop/experimental/gtksourceview3/debian/watch [utf-8] Mon Nov 15 20:09:48 2010
@@ -1,3 +1,3 @@
-version=2
-http://ftp.gnome.org/pub/GNOME/sources/gtksourceview/([\d\.]+)[02468]/ \
- gtksourceview-(.*)\.tar\.gz
+version=3
+http://ftp.gnome.org/pub/GNOME/sources/gtksourceview/([\d\.]+)/ \
+ gtksourceview-(.*)\.tar\.bz2
More information about the pkg-gnome-commits
mailing list