pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/py-gtksourceview Initial import of py-gtksourcevie...
details: https://anonhg.NetBSD.org/pkgsrc/rev/325cc2784e7a
branches: trunk
changeset: 550973:325cc2784e7a
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed Dec 03 09:43:22 2008 +0000
description:
Initial import of py-gtksourceview-2.4.0:
Python bindings for the version 2 of the GtkSourceView library.
diffstat:
x11/py-gtksourceview/DESCR | 1 +
x11/py-gtksourceview/Makefile | 30 ++++++++++++++++++++++++++++++
x11/py-gtksourceview/PLIST | 19 +++++++++++++++++++
x11/py-gtksourceview/distinfo | 6 ++++++
x11/py-gtksourceview/patches/patch-aa | 13 +++++++++++++
5 files changed, 69 insertions(+), 0 deletions(-)
diffs (89 lines):
diff -r 80a3c81d33fa -r 325cc2784e7a x11/py-gtksourceview/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/py-gtksourceview/DESCR Wed Dec 03 09:43:22 2008 +0000
@@ -0,0 +1,1 @@
+Python bindings for the version 2 of the GtkSourceView library.
diff -r 80a3c81d33fa -r 325cc2784e7a x11/py-gtksourceview/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/py-gtksourceview/Makefile Wed Dec 03 09:43:22 2008 +0000
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/12/03 09:43:22 wiz Exp $
+#
+
+DISTNAME= pygtksourceview-2.4.0
+PKGNAME= ${DISTNAME:S/py/${PYPKGPREFIX}-/}
+CATEGORIES= x11 python
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/pygtksourceview/2.4/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://www.gnome.org/
+COMMENT= Python bindings for gtksourceview2
+
+BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
+
+USE_LIBTOOL= YES
+PKGCONFIG_OVERRIDE+= pygtksourceview-2.0.pc.in
+GNU_CONFIGURE= YES
+USE_TOOLS+= pkg-config
+PY_PATCHPLIST= YES
+
+.include "../../lang/python/extension.mk"
+
+BUILDLINK_API_DEPENDS.pygobject+= ${PYPKGPREFIX}-gobject>=2.15.2
+.include "../../devel/py-gobject/buildlink3.mk"
+BUILDLINK_API_DEPENDS.gtksourceview2+= gtksourceview2>=2.3.0
+.include "../../x11/gtksourceview2/buildlink3.mk"
+.include "../../x11/py-gtk2/buildlink3.mk"
+.include "../../textproc/gtk-doc/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 80a3c81d33fa -r 325cc2784e7a x11/py-gtksourceview/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/py-gtksourceview/PLIST Wed Dec 03 09:43:22 2008 +0000
@@ -0,0 +1,19 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/12/03 09:43:22 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-gtksourcelanguage2.html
+share/gtk-doc/html/pygtksourceview2/class-gtksourcelanguagemanager2.html
+share/gtk-doc/html/pygtksourceview2/class-gtksourcemark2.html
+share/gtk-doc/html/pygtksourceview2/class-gtksourceprintcompositor2.html
+share/gtk-doc/html/pygtksourceview2/class-gtksourcestyle2.html
+share/gtk-doc/html/pygtksourceview2/class-gtksourcestylescheme2.html
+share/gtk-doc/html/pygtksourceview2/class-gtksourcestyleschememanager2.html
+share/gtk-doc/html/pygtksourceview2/class-gtksourceview2.html
+share/gtk-doc/html/pygtksourceview2/index.html
+share/gtk-doc/html/pygtksourceview2/index.sgml
+share/gtk-doc/html/pygtksourceview2/pygtksourceview2.devhelp
+share/gtk-doc/html/pygtksourceview2/style.css
+share/pygtk/2.0/defs/gtksourceview2.defs
+@comment in py-gtk2: @dirrm share/pygtk/2.0/defs
+@dirrm share/gtk-doc/html/pygtksourceview2
diff -r 80a3c81d33fa -r 325cc2784e7a x11/py-gtksourceview/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/py-gtksourceview/distinfo Wed Dec 03 09:43:22 2008 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/12/03 09:43:22 wiz Exp $
+
+SHA1 (pygtksourceview-2.4.0.tar.bz2) = 5b61ca338b6b80a9ee8448a77c78ce8e188730fc
+RMD160 (pygtksourceview-2.4.0.tar.bz2) = 88a94afde4892f1bf05d8a4b5be668f5e3f53f84
+Size (pygtksourceview-2.4.0.tar.bz2) = 271360 bytes
+SHA1 (patch-aa) = 134d29324cb2479960c3b53495bb5fe53bafdb31
diff -r 80a3c81d33fa -r 325cc2784e7a x11/py-gtksourceview/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/py-gtksourceview/patches/patch-aa Wed Dec 03 09:43:22 2008 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2008/12/03 09:43:22 wiz Exp $
+
+--- configure.orig 2008-12-03 09:32:34.000000000 +0000
++++ configure
+@@ -20813,7 +20813,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;}
Home |
Main Index |
Thread Index |
Old Index