Merge pull request #355 from ayhanyalcinsoy/master

devaju-fonts:moved core repo for pisi2.0
This commit is contained in:
Ertuğrul Erata
2016-03-15 16:53:58 +02:00
7 changed files with 20018 additions and 20214 deletions
+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>
+19919 -20212
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1 +1 @@
e2fbc135d929725c9f527937ae737913d49cbd4f
558b5d7bda3ecdbd7a0489feb21865f81f2ffcd7
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
9a27163a3fc762224acb3c31aadf7886e58fa0f1
4ffaea1bd6bf54f0c17c3ed9e3b836ca080511e4