libupnp and liberation-fonts in main
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
#!/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 pisitools
|
||||
|
||||
WorkDir = "liberation-fonts-ttf-2.00.0"
|
||||
|
||||
|
||||
def install():
|
||||
pisitools.insinto("/usr/share/fonts/liberation-fonts/", "*.ttf")
|
||||
|
||||
pisitools.dodoc("LICENSE", "AUTHORS", "ChangeLog", "README")
|
||||
@@ -0,0 +1,39 @@
|
||||
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>liberation-fonts</Name>
|
||||
<Homepage>https://fedorahosted.org/liberation-fonts/</Homepage>
|
||||
<Packager>
|
||||
<Name>Sezai Yeniay</Name>
|
||||
<Email>sezaiyeniay@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>data:font</IsA>
|
||||
<Summary>Font collection similar to ones found in Microsoft Windows</Summary>
|
||||
<Description>A set of fonts similar to Microsoft Windows fonts. There are three sets: Sans (a substitute for Arial, Albany, Helvetica, Nimbus Sans L, and Bitstream Vera Sans), Serif (a substitute for Times New Roman, Thorndale, Nimbus Roman, and Bitstream Vera Serif) and Mono (a substitute for Courier New, Cumberland, Courier, Nimbus Mono L, and Bitstream Vera Sans Mono).</Description>
|
||||
<Archive sha1sum="1d56c6f319401012e53818fa6e9e26ebf6429da0" type="targz">http://dev-www.libreoffice.org/src/cfbf1ac6f61bf6cf45342a0cc9381be5-liberation-fonts-ttf-2.00.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>fontforge</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>liberation-fonts</Name>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share/fonts</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2014-03-09</Date>
|
||||
<Version>2.00.0</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvarice@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>liberation-fonts</Name>
|
||||
<Summary xml:lang="tr">Microsoft Windows fontlarına benzeyen bir dizi font ailesi</Summary>
|
||||
<Description xml:lang="tr">liberation-fonts MS Windows fontlarına benzer bir yazı tipi ailesidir. Sans, serif ve mono olmak üzere 3 setten oluşur.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user