Magellan Linux

Diff of /trunk/extras/gnome-python-base/gnome-python-base-2.28.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 6877 by niro, Thu Sep 23 17:56:39 2010 UTC revision 6878 by niro, Thu Sep 23 18:11:03 2010 UTC
# Line 4  PNAME="gnome-python-base" Line 4  PNAME="gnome-python-base"
4  PVER="2.28.1"  PVER="2.28.1"
5  PBUILD="r1"  PBUILD="r1"
6    
 PCATEGORIE="dev-python"  
7  STATE="unstable"  STATE="unstable"
8    DESCRIPTION="Gnome-Python base modules."
 DESCRIPTION="Python bindings for the GConf library."  
 HOMEPAGE="http://www.pygtk.org/"  
   
9    
10  DEPEND=">= dev-libs/glib2-2.22  DEPEND=">= dev-libs/glib2-2.22
11   >= x11-libs/gtk2+-2.18   >= x11-libs/gtk2+-2.18
12   >= dev-python/pygtk-2.16   >= dev-python/pygtk-2.16
13   >= dev-python/pygobject-2.20"   >= dev-python/pygobject-2.20"
14    
15  SDEPEND=">= dev-util/pkgconfig-0.23"  sminclude gnome-python
   
 SRCFILE="gnome-python-${PVER}.tar.bz2"  
 SRCDIR="${BUILDDIR}/gnome-python-${PVER}"  
   
 sminclude python  
   
 SRC_URI=(  
  gnome://gnome-python/${PVER%.*}/${SRCFILE}  
  mirror://${PNAME}/${SRCFILE}  
 )  
16    
17  UP2DATE="updatecmd_gnome gnome-python"  UP2DATE="updatecmd_gnome gnome-python"
   
 src_prepare()  
 {  
  munpack ${SRCFILE} || die  
  cd ${SRCDIR}  
   
  # delete setup.py - this build method is deprecated, use autotools instead!  
  rm setup.py || die  
 }  
   
 src_compile()  
 {  
  cd ${SRCDIR}  
   
  mconfigure --disable-allbindings || die  
  mmake || die  
 }  

Legend:
Removed from v.6877  
changed lines
  Added in v.6878