summaryrefslogtreecommitdiff
path: root/x11/py-gtksourceview
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2009-11-17 17:08:01 +0000
committerwiz <wiz@pkgsrc.org>2009-11-17 17:08:01 +0000
commit4de99a7f55398e69f31dbe0f9b5d6725e5dd920f (patch)
treef0316608ee1d3892138f20bbec8a759bca9fd37e /x11/py-gtksourceview
parent7bdc4411724ed4337eb9f23faec54fd1a2adad7c (diff)
downloadpkgsrc-4de99a7f55398e69f31dbe0f9b5d6725e5dd920f.tar.gz
Update to 2.8.0:
News in 2.8.0 ============= o new stable release News in 2.7.0 ============= o Add new 2.8.0 gtksourceview API. (Gian Mario) o Some misc bug fix (Gian Mario) o Fix build with libtool 2.x. (Gian Mario) o Autogenerate Changelog from git logs (Gian Mario)
Diffstat (limited to 'x11/py-gtksourceview')
-rw-r--r--x11/py-gtksourceview/Makefile8
-rw-r--r--x11/py-gtksourceview/PLIST3
-rw-r--r--x11/py-gtksourceview/distinfo9
-rw-r--r--x11/py-gtksourceview/patches/patch-aa13
4 files changed, 10 insertions, 23 deletions
diff --git a/x11/py-gtksourceview/Makefile b/x11/py-gtksourceview/Makefile
index b912229164a..3f4a27194ac 100644
--- a/x11/py-gtksourceview/Makefile
+++ b/x11/py-gtksourceview/Makefile
@@ -1,15 +1,15 @@
-# $NetBSD: Makefile,v 1.8 2009/08/26 19:58:39 sno Exp $
+# $NetBSD: Makefile,v 1.9 2009/11/17 17:08:01 wiz Exp $
-DISTNAME= pygtksourceview-2.6.0
+DISTNAME= pygtksourceview-2.8.0
PKGNAME= ${DISTNAME:S/py/${PYPKGPREFIX}-/}
-PKGREVISION= 1
CATEGORIES= x11 python
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/pygtksourceview/2.6/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/pygtksourceview/2.8/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnome.org/
COMMENT= Python bindings for gtksourceview2
+LICENSE= gnu-lgpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/x11/py-gtksourceview/PLIST b/x11/py-gtksourceview/PLIST
index 5e206ea0839..9d52bf4213a 100644
--- a/x11/py-gtksourceview/PLIST
+++ b/x11/py-gtksourceview/PLIST
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:25:03 joerg Exp $
+@comment $NetBSD: PLIST,v 1.3 2009/11/17 17:08:01 wiz Exp $
lib/pkgconfig/pygtksourceview-2.0.pc
${PYSITELIB}/gtksourceview2.la
share/gtk-doc/html/pygtksourceview2/class-gtksourcebuffer2.html
+share/gtk-doc/html/pygtksourceview2/class-gtksourcegutter2.html
share/gtk-doc/html/pygtksourceview2/class-gtksourcelanguage2.html
share/gtk-doc/html/pygtksourceview2/class-gtksourcelanguagemanager2.html
share/gtk-doc/html/pygtksourceview2/class-gtksourcemark2.html
diff --git a/x11/py-gtksourceview/distinfo b/x11/py-gtksourceview/distinfo
index 8b318bcb29d..acbc8c1e7cf 100644
--- a/x11/py-gtksourceview/distinfo
+++ b/x11/py-gtksourceview/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.2 2009/03/22 16:06:43 snj Exp $
+$NetBSD: distinfo,v 1.3 2009/11/17 17:08:01 wiz Exp $
-SHA1 (pygtksourceview-2.6.0.tar.bz2) = 480742c6ea15e2c6f3d864fae4708ef528fade0f
-RMD160 (pygtksourceview-2.6.0.tar.bz2) = e6aa7009d9e9f07294ffc637768cbc3f534ca5c5
-Size (pygtksourceview-2.6.0.tar.bz2) = 271314 bytes
-SHA1 (patch-aa) = 16d1c3135b35350611d64b28f6b8cc22e584bb40
+SHA1 (pygtksourceview-2.8.0.tar.bz2) = da87126a8dc7cf4773da2fbb34c93e0c1b0e9e9f
+RMD160 (pygtksourceview-2.8.0.tar.bz2) = 9baac92eff3f6d7b6d48ba150ca3068a9bf06536
+Size (pygtksourceview-2.8.0.tar.bz2) = 269696 bytes
diff --git a/x11/py-gtksourceview/patches/patch-aa b/x11/py-gtksourceview/patches/patch-aa
deleted file mode 100644
index b70d419cf83..00000000000
--- a/x11/py-gtksourceview/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2009/03/22 16:06:44 snj Exp $
-
---- configure.orig 2009-03-22 08:51:27.000000000 -0700
-+++ configure 2009-03-22 08:51:41.000000000 -0700
-@@ -11998,7 +11998,7 @@ fi
- fi
- fi
-
--if test x$enable_docs == xyes; then
-+if test x$enable_docs = xyes; then
- if ! $PKG_CONFIG "pygobject-2.0 >= 2.11.3"; then
- { echo "$as_me:$LINENO: WARNING: pygobject-2.0 < 2.11.3; disabling generation of docs" >&5
- echo "$as_me: WARNING: pygobject-2.0 < 2.11.3; disabling generation of docs" >&2;}