pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/44017: gedit python support should be added as an option



The following reply was made to PR pkg/44017; it has been noted by GNATS.

From: Matthew Mondor <mm_lists%pulsar-zone.net@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/44017: gedit python support should be added as an option
Date: Wed, 3 Nov 2010 02:29:46 -0400

 --MP_/qa2SvM0WSKmf38+9gbMXMSw
 Content-Type: text/plain; charset=US-ASCII
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline
 
 On Tue,  2 Nov 2010 09:45:02 +0000 (UTC)
 Thomas Klausner <wiz%NetBSD.org@localhost> wrote:
 
 >  I've tried enabling it, but I get from gedit's configure:
 >  checking for PYGTK... no
 >  configure: error: Requested 'pygtksourceview-2.0 >= 2.9.2' but version
 >  of PyGtkSourceView is 2.8.0
 >  *** Error code 1
 >  
 >  And indeed, pkgsrc-current only has 2.8.0. Care to provide an update? ;)
 
 Here is a diff to upgrade the pkgsrc-current py-gtksourceview package,
 along with the buildlink3.mk that corresponds to that new version.
 
 Thanks,
 -- 
 Matt
 
 --MP_/qa2SvM0WSKmf38+9gbMXMSw
 Content-Type: text/plain
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment; filename=py-gtksourceview-diff.txt
 
 Index: Makefile
 ===================================================================
 RCS file: 
/nfs/ginseng/home/data/cvsup/netbsd/pkgsrc/x11/py-gtksourceview/Makefile,v
 retrieving revision 1.10
 diff -u -r1.10 Makefile
 --- Makefile   13 Jun 2010 22:45:49 -0000      1.10
 +++ Makefile   3 Nov 2010 06:20:03 -0000
 @@ -1,10 +1,10 @@
  # $NetBSD: Makefile,v 1.10 2010/06/13 22:45:49 wiz Exp $
  
 -DISTNAME=     pygtksourceview-2.8.0
 +DISTNAME=     pygtksourceview-2.10.1
  PKGNAME=      ${DISTNAME:S/py/${PYPKGPREFIX}-/}
  PKGREVISION=  1
  CATEGORIES=   x11 python
 -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/pygtksourceview/2.8/}
 +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/pygtksourceview/2.10/}
  EXTRACT_SUFX= .tar.bz2
  
  MAINTAINER=   pkgsrc-users%NetBSD.org@localhost
 Index: distinfo
 ===================================================================
 RCS file: 
/nfs/ginseng/home/data/cvsup/netbsd/pkgsrc/x11/py-gtksourceview/distinfo,v
 retrieving revision 1.3
 diff -u -r1.3 distinfo
 --- distinfo   17 Nov 2009 17:08:01 -0000      1.3
 +++ distinfo   3 Nov 2010 06:03:35 -0000
 @@ -1,5 +1,5 @@
  $NetBSD: distinfo,v 1.3 2009/11/17 17:08:01 wiz Exp $
  
 -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
 +SHA1 (pygtksourceview-2.10.1.tar.bz2) = 
2a8da2ade949b5d89d3217809ecb4a19127590ab
 +RMD160 (pygtksourceview-2.10.1.tar.bz2) = 
c70845f9d597034de819ac099b1dc81f6a31ac08
 +Size (pygtksourceview-2.10.1.tar.bz2) = 290249 bytes
 
 --MP_/qa2SvM0WSKmf38+9gbMXMSw
 Content-Type: text/plain
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment; filename=py-gtksourceview-buildlink3.txt
 
 # $NetBSD$
 
 BUILDLINK_TREE+=       pygtksourceview
 
 .if !defined(PY_GTKSOURCEVIEW_BUILDLINK3_MK)
 PY_GTKSOURCEVIEW_BUILDLINK3_MK:=
 
 .include "../../lang/python/pyversion.mk"
 
 BUILDLINK_API_DEPENDS.pygtksourceview+=        
${PYPKGPREFIX}-gtksourceview>=2.10.1nb1
 BUILDLINK_PKGSRCDIR.pygtksourceview?=  ../../x11/py-gtksourceview
 
 #.include "../../devel/py-gobject-shared/buildlink3.mk"
 #.include "../../devel/glib2/buildlink3.mk"
 .endif # PY_GOBJECT_BUILDLINK3_MK
 
 BUILDLINK_TREE+=       -pygtksourceview
 
 --MP_/qa2SvM0WSKmf38+9gbMXMSw--
 


Home | Main Index | Thread Index | Old Index