not builded, move to temp

This commit is contained in:
Ertuğrul Erata
2015-07-07 20:25:40 +03:00
parent 28a6e5e059
commit 4a11aaca7a
10 changed files with 0 additions and 410 deletions
@@ -1,23 +0,0 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
from pisi.actionsapi import pisitools
shelltools.export("JOBS", get.makeJOBS().replace("-j", ""))
def setup():
shelltools.system("python waf configure --prefix=/usr")
def build():
shelltools.system("python waf build -v")
def install():
shelltools.system("DESTDIR=%s python waf install" % get.installDIR())
pisitools.dodoc("AUTHORS", "COPYING", "README","COPYING-*")
@@ -1,72 +0,0 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python-cairo</Name>
<Homepage>http://cairographics.org/pycairo</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>library</IsA>
<Summary>Python wrapper for cairo graphics library</Summary>
<Description>Pycairo is set of Python bindings for the cairo graphics library.</Description>
<Archive sha1sum="2efa8dfafbd6b8e492adaab07231556fec52d6eb" type="tarbz2">http://cairographics.org/releases/py2cairo-1.10.0.tar.bz2</Archive>
<BuildDependencies>
<Dependency>cairo-devel</Dependency>
</BuildDependencies>
<Patches>
<!-- prevents sandbox violation
<Patch level="1">do-not-compile-pyo.patch</Patch> -->
</Patches>
</Source>
<Package>
<Name>python-cairo</Name>
<RuntimeDependencies>
<Dependency>cairo</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>python-cairo-devel</Name>
<Summary>Development files for python-cairo</Summary>
<RuntimeDependencies>
<Dependency release="current">python-cairo</Dependency>
<Dependency>cairo-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="3">
<Date>2014-06-01</Date>
<Version>1.10.0</Version>
<Comment>rebuild</Comment>
<Name>Burak Fazıl Ertürk </Name>
<Email>burakerturk@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-11-05</Date>
<Version>1.10.0</Version>
<Comment>Version bump</Comment>
<Name>Burak Fazıl Ertürk </Name>
<Email>burakerturk@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2010-10-13</Date>
<Version>1.8.10</Version>
<Comment>First release</Comment>
<Name>Pisi Linux Admins</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -1,13 +0,0 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>python-cairo</Name>
<Summary xml:lang="tr">Cairo vektörel grafik kitaplığı için Python bağlayıcıları</Summary>
<Summary xml:lang="fr">wrapper (version enrobée) Python de la librairie de graphisme vectoriel cairo.</Summary>
</Source>
<Package>
<Name>python-cairo-devel</Name>
<Summary xml:lang="tr">python-cairo için geliştirme dosyaları</Summary>
</Package>
</PISI>
@@ -1,32 +0,0 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
WorkDir = "pygtk-%s" % (get.srcVERSION())
def setup():
shelltools.unlink("py-compile" )
shelltools.sym("/bin/true", "%s/py-compile" % get.curDIR())
autotools.configure("--enable-thread \
--disable-docs")
shelltools.touch("%s/style.css" % get.curDIR())
pisitools.dosed("docs/Makefile", "CSS_FILES = .*", "CSS_FILES = %s/style.css" % get.curDIR())
pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "ChangeLog", "MAPPING", "NEWS", "README", "THREADS", "TODO")
@@ -1,112 +0,0 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python-gtk</Name>
<Homepage>http://www.pygtk.org</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>LGPLv2.1</License>
<IsA>library</IsA>
<Summary>GTK+ bindings for Python</Summary>
<Description>python-gtk lets you to easily create programs with a graphical user interface using the Python programming language and GTK+ library.</Description>
<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>atk-devel</Dependency>
<Dependency>gtk2-devel</Dependency>
<Dependency>libglade-devel</Dependency>
<Dependency>python-pygobject-devel</Dependency>
<Dependency>python-cairo-devel</Dependency>
<Dependency>python-numpy</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python-gtk</Name>
<RuntimeDependencies>
<Dependency>cairo</Dependency>
<Dependency>pango</Dependency>
<Dependency>atk</Dependency>
<Dependency>gtk2</Dependency>
<Dependency>libglade</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>python-pygobject</Dependency>
<Dependency>python-cairo</Dependency>
<Dependency>python-numpy</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>python-gtk-demo</Name>
<IsA>app:gui</IsA>
<Summary>Demo applications for python-gtk</Summary>
<RuntimeDependencies>
<Dependency releaseFrom="current">python-gtk</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin/pygtk-demo</Path>
<Path fileType="library">/usr/lib/pygtk/2.0/pygtk-demo.py</Path>
<Path fileType="data">/usr/lib/pygtk/2.0/demos</Path>
</Files>
</Package>
<Package>
<Name>python-gtk-docs</Name>
<IsA>data:doc</IsA>
<Summary>Reference documents for python-gtk</Summary>
<RuntimeDependencies>
<Dependency releaseFrom="current">python-gtk</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/gtk-doc</Path>
</Files>
</Package>
<Package>
<Name>python-gtk-devel</Name>
<Summary>Development files for python-gtk</Summary>
<RuntimeDependencies>
<Dependency release="current">python-gtk</Dependency>
<Dependency>python-pygobject-devel</Dependency>
<Dependency>gtk2-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin/pygtk-codegen-2.0</Path>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
<Path fileType="data">/usr/share/pygtk</Path>
</Files>
</Package>
<History>
<Update release="3">
<Date>2013-08-17</Date>
<Version>2.24.0</Version>
<Comment>Dep Fixed</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-07-28</Date>
<Version>2.24.0</Version>
<Comment>Dep Fixed</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-11-11</Date>
<Version>2.24.0</Version>
<Comment>First release</Comment>
<Name>Erdinç Gültekin</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -1,24 +0,0 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>python-gtk</Name>
<Summary xml:lang="tr">Python için GTK+ bağlayıcıları</Summary>
<Description xml:lang="tr">python-gtk, Python programlama diliyle GTK+ kitaplığını kullanarak, basit grafiksel kullanıcı arayüzü oluşturmanızı sağlar.</Description>
<Description xml:lang="fr">Bindings (liens) GTK+2 pour Python.</Description>
</Source>
<Package>
<Name>python-gtk-demo</Name>
<Summary xml:lang="tr">python-gtk için demo uygulamalar</Summary>
</Package>
<Package>
<Name>python-gtk-docs</Name>
<Summary xml:lang="tr">python-gtk için referans belgeleri</Summary>
</Package>
<Package>
<Name>python-gtk-devel</Name>
<Summary xml:lang="tr">python-gtk için geliştirme dosyaları</Summary>
</Package>
</PISI>
@@ -1,28 +0,0 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
WorkDir = "pygobject-%s" % get.srcVERSION()
def setup():
# autoreconf is for under linking problem
autotools.autoreconf("-fi")
autotools.configure("--disable-introspection")
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
def build():
autotools.make()
def install():
autotools.install()
#shelltools.chmod("%s/usr/share/pygobject/xsl/fixxref.py" % get.installDIR(), 0755)
pisitools.dodoc("AUTHORS", "NEWS", "ChangeLog", "README")
@@ -1,13 +0,0 @@
diff -p -up pygobject-2.16.1/pygtk.py.fixdetection pygobject-2.16.1/pygtk.py
--- pygobject-2.16.1/pygtk.py.fixdetection 2009-02-20 22:27:14.000000000 +0100
+++ pygobject-2.16.1/pygtk.py 2009-02-23 09:44:55.000000000 +0100
@@ -57,6 +57,9 @@ def _get_available_versions():
# skip empty directories
if not os.listdir(pathname):
continue
+ # only accept directories containing gtk.py or gobject.so
+ if not glob.glob(os.path.join(pathname, "gtk.py")) and not glob.glob(os.path.join(pathname,"gobject.so")):
+ continue
if not versions.has_key(filename[-3:]):
versions[filename[-3:]] = pathname
@@ -1,74 +0,0 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python-pygobject</Name>
<Homepage>http://www.pygtk.org</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>LGPLv2.1</License>
<IsA>library</IsA>
<Summary>Glib bindings for Python</Summary>
<Description>pygobject is GLib's GObject library bindings for Python.</Description>
<Archive sha1sum="b1749ba806499f4c2780dbd1cbb363aaf1f41e78" type="tarxz">http://ftp.gnome.org/pub/GNOME/sources/pygobject/2.28/pygobject-2.28.6.tar.xz</Archive>
<BuildDependencies>
<Dependency>cairo-devel</Dependency>
<Dependency>gobject-introspection-devel</Dependency>
<Dependency>libffi-devel</Dependency>
<Dependency>python-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">pygobject-2.16.1-fixdetection.patch</Patch>
</Patches>
</Source>
<Package>
<Name>python-pygobject</Name>
<RuntimeDependencies>
<Dependency>glib2</Dependency>
<Dependency>cairo</Dependency>
<Dependency>gobject-introspection</Dependency>
<Dependency>libffi</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>python-pygobject-devel</Name>
<Summary>pygobject development files</Summary>
<RuntimeDependencies>
<Dependency release="current">python-pygobject</Dependency>
<Dependency>gobject-introspection-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin/pygobject-codegen-2.0</Path>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
<Path fileType="data">/usr/share/pygobject</Path>
</Files>
</Package>
<Package>
<Name>python-pygobject-docs</Name>
<IsA>data:doc</IsA>
<Summary>API documents for pygobject</Summary>
<Files>
<Path fileType="data">/usr/share/gtk-doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2012-10-14</Date>
<Version>2.28.6</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -1,19 +0,0 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>python-pygobject</Name>
<Summary xml:lang="tr">glib için python bağlayıcıları</Summary>
<Summary xml:lang="fr">Bindings (liens) glib pour Python.</Summary>
<Description xml:lang="tr">pygobject, Python için yazılmış, Glib'in GObject kütüphanesi bağlayıcısıdır.</Description>
</Source>
<Package>
<Name>python-pygobject-devel</Name>
<Summary xml:lang="tr">pygobject geliştirme dosyaları</Summary>
</Package>
<Package>
<Name>python-pygobject-docs</Name>
<Summary xml:lang="tr">pygobject için API dökümanları</Summary>
</Package>
</PISI>