dejavu-fonts:moved into main repo
This commit is contained in:
@@ -1,30 +0,0 @@
|
|||||||
#!/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")
|
|
||||||
@@ -1,56 +0,0 @@
|
|||||||
<?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>
|
|
||||||
@@ -1,11 +0,0 @@
|
|||||||
<?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>
|
|
||||||
Reference in New Issue
Block a user