pango is ready

This commit is contained in:
Ertuğrul Erata
2015-07-04 15:43:20 +03:00
parent 6da3190be0
commit bfee09872f
24 changed files with 627 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licences/old-licenses/gpl-2.0.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
def setup():
autotools.configure("--disable-static --disable-scrollkeeper")
def build():
autotools.make()
def install():
autotools.install()
pisitools.dodoc("AUTHORS", "MAINTAINERS", "ChangeLog", "README", "NEWS", "TODO")
+81
View File
@@ -0,0 +1,81 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>gtk-doc</Name>
<Homepage>http://www.gtk.org/gtk-doc</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv3</License>
<License>FDL-1.1</License>
<IsA>app:console</IsA>
<Summary>GTK+ API documentation generator</Summary>
<Description>Gtk-Doc is typically used to document the public API of GTK+ and GNOME libraries, but it can also be used to document application code.</Description>
<Archive sha1sum="49b4fc9d4cf618c53f39f35f4cf2fc27b7b3dae4" type="tarxz">mirrors://gnome/gtk-doc/1.21/gtk-doc-1.21.tar.xz</Archive>
<BuildDependencies>
<!--<Dependency>rarian</Dependency>-->
<Dependency>itstool</Dependency>
<Dependency>openjade</Dependency>
<Dependency>sgml-common</Dependency>
<Dependency>docbook-xml</Dependency>
<Dependency>docbook-xsl</Dependency>
<Dependency>libxslt-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>gtk-doc</Name>
<RuntimeDependencies>
<!--<Dependency>rarian</Dependency>-->
<Dependency>docbook-xml</Dependency>
<Dependency>sgml-common</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="doc">/usr/share/omf</Path>
<Path fileType="data">/var/lib</Path>
</Files>
</Package>
<History>
<Update release="5">
<Date>2015-04-06</Date>
<Version>1.21</Version>
<Comment>Version bump.</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2014-05-18</Date>
<Version>1.20</Version>
<Comment>Rebuild.</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2014-03-30</Date>
<Version>1.20</Version>
<Comment>Version bump.</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-08-26</Date>
<Version>1.18</Version>
<Comment>Release bump.</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-08-26</Date>
<Version>1.18</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,13 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>gtk-doc</Name>
<Summary xml:lang="tr">GTK+ API belge oluşturucusu</Summary>
<Description xml:lang="tr">gtk-doc, GNOME ve GTK+ gibi kitaplıkların API'lerinin belgelendirilmesi için yazılmış bir uygulama projesidir.</Description>
</Source>
<Package>
<Name>gtk-doc-devel</Name>
<Summary xml:lang="tr">gtk-doc geliştirme dosyaları</Summary>
</Package>
</PISI>
+4
View File
@@ -13,9 +13,12 @@ from pisi.actionsapi import shelltools
def setup():
if get.buildTYPE()=="emul32":
pisitools.dosed("pango/modules.c", "(pango\.modules)", r"\1-32")
autotools.autoreconf("-fiv")
autotools.configure("--disable-static \
--sysconfdir=/etc \
--disable-gtk-doc \
--with-included-modules=basic-fc \
--%sable-introspection" % ("dis" if get.buildTYPE()=="emul32" else "en"))
@@ -26,6 +29,7 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
if get.buildTYPE()=="emul32":
shelltools.move("pango/.libs/pango-querymodules", "pango/.libs/pango-querymodules-32")
pisitools.dobin("pango/.libs/pango-querymodules-32")
+3
View File
@@ -24,6 +24,7 @@
<Dependency>harfbuzz-devel</Dependency>
<Dependency>fontconfig-devel</Dependency>
<Dependency>libXrender-devel</Dependency>
<Dependency>gobject-introspection-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">pango-1.32.1-lib64.patch</Patch>
@@ -99,6 +100,7 @@
<Dependency>fontconfig-32bit</Dependency>
<Dependency>libffi-32bit</Dependency>
<Dependency>harfbuzz-32bit</Dependency>
<Dependency>glibc-32bit</Dependency>
</BuildDependencies>
<RuntimeDependencies>
<Dependency release="current">pango</Dependency>
@@ -111,6 +113,7 @@
<Dependency>fontconfig-32bit</Dependency>
<Dependency>libffi-32bit</Dependency>
<Dependency>harfbuzz-32bit</Dependency>
<Dependency>glibc-32bit</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin/pango-querymodules-32</Path>