core updated.

This commit is contained in:
Ertuğrul Erata
2015-05-17 16:28:10 +03:00
parent 14d58aa1d0
commit 8e13c775be
558 changed files with 543408 additions and 27657 deletions
+3
View File
@@ -0,0 +1,3 @@
<PISI>
<Name>desktop</Name>
</PISI>
+3
View File
@@ -0,0 +1,3 @@
<PISI>
<Name>desktop.font</Name>
</PISI>
+30
View File
@@ -0,0 +1,30 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import shelltools
from pisi.actionsapi import pisitools
from pisi.actionsapi import autotools
from pisi.actionsapi import get
def build():
autotools.make('FC-LANG="" BLOCKS="/usr/share/unicode/ucd/Blocks.txt" UNICODEDATA="/usr/share/unicode/ucd/UnicodeData.txt"')
def check():
autotools.make("check")
def install():
pisitools.insinto("/usr/share/fonts/dejavu", "build/*.ttf")
# Create symlinks for fontconfig files
for conf in shelltools.ls("fontconfig"):
pisitools.insinto("/etc/fonts/conf.avail", "fontconfig/%s" % conf)
pisitools.dosym("/etc/fonts/conf.avail/%s" % conf, "/etc/fonts/conf.d/%s" % conf)
pisitools.dosym("/usr/share/fonts/dejavu" , "/etc/X11/fontpath.d/dejavu")
pisitools.dodoc("AUTHORS", "LICENSE", "NEWS", "README")
+56
View File
@@ -0,0 +1,56 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>dejavu-fonts</Name>
<Homepage>http://www.dejavu-fonts.org</Homepage>
<Packager>
<Name>Sezai Yeniay</Name>
<Email>sezaiyeniay@pisilinux.org</Email>
</Packager>
<License>as-is</License>
<IsA>data:font</IsA>
<Summary>DejaVu fonts</Summary>
<Description>Contains DejaVu fonts that are based on Bitstream fonts, with improvements.</Description>
<Archive sha1sum="27e428fc723934c050cfcfc86d1b1ff2273d146e" type="tarbz2">mirrors://sourceforge/dejavu/dejavu-fonts-2.34.tar.bz2</Archive>
<BuildDependencies>
<Dependency>fontforge</Dependency>
<Dependency>perl-Font-TTF</Dependency>
<Dependency>unicode-ucd</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>dejavu-fonts</Name>
<Files>
<Path fileType="config">/etc/fonts</Path>
<Path fileType="data">/etc/X11/fontpath.d/dejavu</Path>
<Path fileType="data">/usr/share/fonts</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="3">
<Date>2014-01-27</Date>
<Version>2.34</Version>
<Comment>Version bump.</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2012-05-24</Date>
<Version>2.33.2514</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-05-24</Date>
<Version>2.33</Version>
<Comment>First release</Comment>
<Name>Sezai Yeniay</Name>
<Email>sezaiyeniay@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,11 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>dejavu-fonts</Name>
<Summary xml:lang="tr">DejaVu yazıtipleri</Summary>
<Description xml:lang="tr">DejaVu yazıtipleri</Description>
<Description xml:lang="fr">Les fontes DejaVu basées sur des fontes Bitstream avec des améliorations.</Description>
<Summary xml:lang="nl">DejaVu fonts</Summary>
<Description xml:lang="nl">Bevat de DejaVu fonts die zijn gebasserd op de Bitstream fonts, met verbeteringen.</Description>
</Source>
</PISI>
+22
View File
@@ -0,0 +1,22 @@
#!/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
def setup():
autotools.configure("--disable-static \
--with-harfbuzz=no")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("ChangeLog", "README")
+145
View File
@@ -0,0 +1,145 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>freetype</Name>
<Homepage>http://www.freetype.org/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>FTL</License>
<License>GPLv2</License>
<IsA>library</IsA>
<Summary>A high-quality and portable font engine</Summary>
<Description>FreeType 2 is a software font engine that is designed to be small, efficient, highly customizable, and portable while capable of producing high-quality output. It can be used in graphics libraries, display servers, font conversion tools, text image generation tools, and many other products as well.</Description>
<Archive sha1sum="7b7460ef51a8fdb17baae53c6658fc1ad000a1c2" type="tarbz2">mirrors://sourceforge/freetype/freetype-2.5.5.tar.bz2</Archive>
<BuildDependencies>
<Dependency>zlib-devel</Dependency>
<Dependency>bzip2</Dependency>
<Dependency>libpng-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>freetype</Name>
<RuntimeDependencies>
<Dependency>zlib</Dependency>
<Dependency>bzip2</Dependency>
<Dependency>libpng</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
<Package>
<Name>freetype-devel</Name>
<Summary>Development files for freetype</Summary>
<RuntimeDependencies>
<Dependency>zlib-devel</Dependency>
<Dependency>libpng-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
<Path fileType="data">/usr/lib32/pkgconfig</Path>
<Path fileType="data">/usr/share/aclocal</Path>
</Files>
</Package>
<Package>
<Name>freetype-32bit</Name>
<PartOf>emul32</PartOf>
<Summary>32-bit shared libraries for freetype</Summary>
<BuildType>emul32</BuildType>
<BuildDependencies>
<Dependency>zlib-32bit</Dependency>
<Dependency>libpng-32bit</Dependency>
</BuildDependencies>
<RuntimeDependencies>
<Dependency>glibc-32bit</Dependency>
<Dependency>zlib-32bit</Dependency>
<Dependency>libpng-32bit</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib32</Path>
</Files>
</Package>
<History>
<Update release="10">
<Date>2015-03-11</Date>
<Version>2.5.5</Version>
<Comment>Version bump.</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="9">
<Date>2014-05-11</Date>
<Version>2.5.3</Version>
<Comment>Release bump.</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="8">
<Date>2014-03-29</Date>
<Version>2.5.3</Version>
<Comment>Version bump</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="7">
<Date>2013-12-11</Date>
<Version>2.5.2</Version>
<Comment>Version bump, cleanup.</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="6">
<Date>2013-11-26</Date>
<Version>2.5.1</Version>
<Comment>Version bump</Comment>
<Name>Richard de Bruin</Name>
<Email>richdb@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2013-10-28</Date>
<Version>2.5.0.1</Version>
<Comment>rebuild.</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2013-07-26</Date>
<Version>2.5.0.1</Version>
<Comment>Fix deps,release bump.</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2013-06-28</Date>
<Version>2.5.0.1</Version>
<Comment>Version bump.</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-01-14</Date>
<Version>2.4.11</Version>
<Comment>New release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-11-24</Date>
<Version>2.4.10</Version>
<Comment>First release</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
</History>
</PISI>
+19
View File
@@ -0,0 +1,19 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>freetype</Name>
<Summary xml:lang="tr">Yüksek kaliteli ve taşınabilir yazıtipi düzeneği</Summary>
<Description xml:lang="tr">FreeType 2; küçük, verimli, özelleştirilebilir, taşınabilir ve yüksek kaliteli çıktı oluşturan bir yazıtipi düzeneğidir. Grafik kütüphaneleri, görüntü sunucuları ve yazıtipi değiştirme araçları gibi birçok üründe kullanılabilir.</Description>
<Description xml:lang="fr">FreeType2 est un moteur logiciel de fontes conçu pour être petit, efficace, très flexible et portable tout en étant capable de produire une sortie de très haute qualité. Il peut être utilisé dans les librairies graphiques, les serveurs d'affichage, les outils de conversion, les outils de génération d'images textuelles, ainsi que beaucoup d'autres produits.</Description>
</Source>
<Package>
<Name>freetype-devel</Name>
<Summary xml:lang="tr">freetype için geliştirme dosyaları</Summary>
</Package>
<Package>
<Name>freetype-32bit</Name>
<Summary xml:lang="tr">freetype için 32-bit paylaşımlı kitaplıklar</Summary>
</Package>
</PISI>