moved into main repo for pisi 2.0

This commit is contained in:
ayhanyalcinsoy
2015-06-19 13:37:07 +03:00
parent 487859c59e
commit 9050f3df88
36 changed files with 2094 additions and 0 deletions
+34
View File
@@ -0,0 +1,34 @@
#!/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 get
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
def setup():
options = "--with-glib=yes \
--with-freetype=yes \
--with-cairo=yes \
--with-icu=yes \
--with-gobject=yes \
--with-graphite2=yes"
if get.buildTYPE() == "emul32":
options += "--with-glib=yes \
--with-graphite2=no \
--with-cairo=yes \
--with-icu=yes"
autotools.configure(options)
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "README")
+188
View File
@@ -0,0 +1,188 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>harfbuzz</Name>
<Homepage>http://www.freedesktop.org/software/harfbuzz</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>library</IsA>
<Summary>OpenType text shaping engine.</Summary>
<Description>The Harfbuzz package contains an OpenType text shaping engine.</Description>
<Archive sha1sum="b9f546e9625926e32fe4b6da045689b456e77c22" type="tarbz2">http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-0.9.40.tar.bz2</Archive>
<BuildDependencies>
<Dependency>cairo-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>icu4c-devel</Dependency>
<Dependency>graphite2-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>harfbuzz</Name>
<RuntimeDependencies>
<Dependency>cairo</Dependency>
<Dependency>glib2</Dependency>
<Dependency>icu4c</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>freetype</Dependency>
<Dependency>graphite2</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="doc">/usr/share/gir-1.0</Path>
<Path fileType="doc">/usr/share/gtk-doc</Path>
</Files>
</Package>
<Package>
<Name>harfbuzz-devel</Name>
<RuntimeDependencies>
<Dependency>glib2-devel</Dependency>
<Dependency>icu4c-devel</Dependency>
<Dependency release="current">harfbuzz</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/harfbuzz</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
<Path fileType="data">/usr/lib32/pkgconfig</Path>
</Files>
</Package>
<Package>
<Name>harfbuzz-32bit</Name>
<PartOf>emul32</PartOf>
<Summary>32-bit shared libraries for harfbuzz</Summary>
<BuildType>emul32</BuildType>
<BuildDependencies>
<Dependency>icu4c-32bit</Dependency>
<Dependency>freetype-32bit</Dependency>
<Dependency>fontconfig-32bit</Dependency>
<Dependency>glibc-32bit</Dependency>
<Dependency>cairo-32bit</Dependency>
</BuildDependencies>
<RuntimeDependencies>
<Dependency>cairo-32bit</Dependency>
<Dependency>glib2-32bit</Dependency>
<Dependency>glibc-32bit</Dependency>
<Dependency>icu4c-32bit</Dependency>
<Dependency>freetype-32bit</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib32</Path>
</Files>
</Package>
<History>
<Update release="15">
<Date>2015-04-06</Date>
<Version>0.9.40</Version>
<Comment>Version bump.</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="14">
<Date>2015-01-24</Date>
<Version>0.9.38</Version>
<Comment>Version bump.</Comment>
<Name>Hakan Yıldız</Name>
<Email>hknyldz93@gmail.com</Email>
</Update>
<Update release="13">
<Date>2015-01-12</Date>
<Version>0.9.37</Version>
<Comment>Version Bump + rebuild.</Comment>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Update>
<Update release="12">
<Date>2014-08-15</Date>
<Version>0.9.35</Version>
<Comment>Version Bump.</Comment>
<Name>Vedat Demir</Name>
<Email>vedat@pisilinux.org</Email>
</Update>
<Update release="11">
<Date>2014-07-11</Date>
<Version>0.9.30</Version>
<Comment>Version Bump.</Comment>
<Name>Vedat Demir</Name>
<Email>vedat@pisilinux.org</Email>
</Update>
<Update release="10">
<Date>2014-06-09</Date>
<Version>0.9.26</Version>
<Comment>Better harfbuz with icu, cairo. Fix configure option format.</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="9">
<Date>2014-05-17</Date>
<Version>0.9.26</Version>
<Comment>Release bump.</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="8">
<Date>2014-02-26</Date>
<Version>0.9.26</Version>
<Comment>Delete Unused Deps.</Comment>
<Name>Varol Maksutoğlu</Name>
<Email>waroi@pisilinux.org</Email>
</Update>
<Update release="7">
<Date>2014-02-25</Date>
<Version>0.9.26</Version>
<Comment>Rebuild Unused</Comment>
<Name>Varol Maksutoğlu</Name>
<Email>waroi@pisilinux.org</Email>
</Update>
<Update release="6">
<Date>2014-02-22</Date>
<Version>0.9.26</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2013-10-14</Date>
<Version>0.9.19</Version>
<Comment>Rebuild for icu4c</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2013-07-26</Date>
<Version>0.9.19</Version>
<Comment>Version bump. Fix build emul32</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2013-06-30</Date>
<Version>0.9.18</Version>
<Comment>V.Bump</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-01-22</Date>
<Version>0.9.9</Version>
<Comment>Add emul32</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-12-24</Date>
<Version>0.9.9</Version>
<Comment>First release</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
</History>
</PISI>
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>harfbuzz</Name>
<Summary xml:lang="en">OpenType text shaping engine</Summary>
<Description xml:lang="en">The Harfbuzz package contains an OpenType text shaping engine.</Description>
</Source>
</PISI>