Proje Gitea'ya taşındı (Temiz başlangıç)
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/copyleft/gpl.txt.
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
autotools.autoreconf("-fiv")
|
||||
autotools.configure("--disable-static\
|
||||
--disable-docs")
|
||||
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.install()
|
||||
|
||||
pisitools.dodoc("NEWS", "README", "AUTHORS", "ChangeLog", "COPYING")
|
||||
@@ -0,0 +1,25 @@
|
||||
diff -ur pygtksourceview-2.6.0.orig/configure.ac pygtksourceview-2.6.0/configure.ac
|
||||
--- pygtksourceview-2.6.0.orig/configure.ac 2009-03-21 22:06:40.000000000 +0200
|
||||
+++ pygtksourceview-2.6.0/configure.ac 2010-09-01 20:44:29.047624299 +0300
|
||||
@@ -124,6 +124,9 @@
|
||||
fi
|
||||
AC_SUBST(CODEGEN)
|
||||
|
||||
+MODULE_LIBS=`python-config --libs`
|
||||
+AC_SUBST(MODULE_LIBS)
|
||||
+
|
||||
JH_ADD_CFLAG([-Wall])
|
||||
JH_ADD_CFLAG([-fno-strict-aliasing])
|
||||
|
||||
diff -ur pygtksourceview-2.6.0.orig/Makefile.am pygtksourceview-2.6.0/Makefile.am
|
||||
--- pygtksourceview-2.6.0.orig/Makefile.am 2008-11-10 23:57:58.000000000 +0200
|
||||
+++ pygtksourceview-2.6.0/Makefile.am 2010-09-01 20:45:20.793652643 +0300
|
||||
@@ -27,7 +27,7 @@
|
||||
|
||||
# pygtksourceview2 module
|
||||
pyexec_LTLIBRARIES = gtksourceview2.la
|
||||
-gtksourceview2_la_LDFLAGS = -module -avoid-version -export-symbols-regex initgtksourceview2 $(no_undefined) $(pyd_ext)
|
||||
+gtksourceview2_la_LDFLAGS = -module -avoid-version -export-symbols-regex initgtksourceview2 $(no_undefined) $(pyd_ext) $(MODULE_LIBS)
|
||||
gtksourceview2_la_CFLAGS = $(PYGTKSOURCEVIEW_CFLAGS)
|
||||
gtksourceview2_la_LIBADD = $(PYGTKSOURCEVIEW_LIBS) $(PYTHON_LIBS)
|
||||
gtksourceview2_la_SOURCES = gtksourceview2module.c
|
||||
@@ -0,0 +1,94 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python-gtksourceview</Name>
|
||||
<Homepage>http://www.gnome.org/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Python bindings of gtksourceview</Summary>
|
||||
<Description>python-pygtksourceview provides Python bindings of gtksourceview.</Description>
|
||||
<Archive sha1sum="2a8da2ade949b5d89d3217809ecb4a19127590ab" type="tarbz2">mirrors://gnome/pygtksourceview/2.10/pygtksourceview-2.10.1.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python-gtk-devel</Dependency>
|
||||
<Dependency>gtk-doc</Dependency>
|
||||
<Dependency>gtk2-devel</Dependency>
|
||||
<Dependency>gtksourceview-devel</Dependency>
|
||||
<Dependency>docbook-xml</Dependency>
|
||||
<Dependency>python-pygobject-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">python-underlinking.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>python-gtksourceview</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>python</Dependency>
|
||||
<Dependency>gdk-pixbuf</Dependency>
|
||||
<Dependency>gtk2</Dependency>
|
||||
<Dependency>gtksourceview</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="data">/usr/share/pygtk</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>python-gtksourceview-devel</Name>
|
||||
<Summary>python-gtksourceview için geliştirme dosyaları</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>gtksourceview-devel</Dependency>
|
||||
<Dependency release="current">python-gtksourceview</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2014-02-14</Date>
|
||||
<Version>2.10.0</Version>
|
||||
<Comment>Rebuild Unused</Comment>
|
||||
<Name>Varol Maksutoğlu</Name>
|
||||
<Email>waroi@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2013-12-20</Date>
|
||||
<Version>2.10.0</Version>
|
||||
<Comment>Split-Package</Comment>
|
||||
<Name>Osman Erkan</Name>
|
||||
<Email>osman.erkan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2013-08-17</Date>
|
||||
<Version>2.10.0</Version>
|
||||
<Comment>Dep Fixed</Comment>
|
||||
<Name>Osman Erkan</Name>
|
||||
<Email>osman.erkan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2013-07-28</Date>
|
||||
<Version>2.10.0</Version>
|
||||
<Comment>Dep Fixed</Comment>
|
||||
<Name>Osman Erkan</Name>
|
||||
<Email>osman.erkan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2010-11-28</Date>
|
||||
<Version>2.10.0</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Gökmen Görgen</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python-pygtksourceview</Name>
|
||||
<Summary xml:lang="tr">gtksourceview için python bağlayıcıları</Summary>
|
||||
<Description xml:lang="tr">python-pygtksourceview, gtksourceview için python bağlayıcılarını içerir.</Description>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>python-gtksourceview-devel</Name>
|
||||
<Summary xml:lang="tr">python-gtksourceview için geliştirme dosyaları</Summary>
|
||||
</Package>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user