ptyon-gtk:fixed deps
This commit is contained in:
@@ -15,8 +15,9 @@ def setup():
|
||||
shelltools.unlink("py-compile" )
|
||||
shelltools.sym("/bin/true", "%s/py-compile" % get.curDIR())
|
||||
|
||||
autotools.configure("--enable-thread \
|
||||
--disable-docs")
|
||||
autotools.configure("--prefix=/usr \
|
||||
--enable-thread \
|
||||
--enable-numpy")
|
||||
|
||||
shelltools.touch("%s/style.css" % get.curDIR())
|
||||
pisitools.dosed("docs/Makefile", "CSS_FILES = .*", "CSS_FILES = %s/style.css" % get.curDIR())
|
||||
|
||||
@@ -15,10 +15,14 @@
|
||||
<Archive sha1sum="344e6a32a5e8c7e0aaeb807e0636a163095231c2" type="tarbz2">mirrors://gnome/pygtk/2.24/pygtk-2.24.0.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>cairo-devel</Dependency>
|
||||
<Dependency>pango-devel</Dependency>
|
||||
<Dependency>gtk2-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>python-devel</Dependency>
|
||||
<Dependency>libglade-devel</Dependency>
|
||||
<Dependency>python-pygobject-devel</Dependency>
|
||||
<Dependency>python-numpy</Dependency>
|
||||
<Dependency>python-cairo</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -27,7 +31,9 @@
|
||||
<RuntimeDependencies>
|
||||
<Dependency>pango</Dependency>
|
||||
<Dependency>atk</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>gtk2</Dependency>
|
||||
<Dependency>cairo</Dependency>
|
||||
<Dependency>gdk-pixbuf</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
|
||||
Reference in New Issue
Block a user