Merge pull request #9927 from suvari/master
new fonts: msttcorefonts, zekton
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
#!/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
|
||||
from pisi.actionsapi import shelltools
|
||||
|
||||
WorkDir = "."
|
||||
|
||||
def install():
|
||||
shelltools.chmod("ttf/fonts/*.ttf", 0644)
|
||||
pisitools.insinto("/usr/share/fonts/msttcorefonts/", "ttf/fonts/*.ttf")
|
||||
|
||||
pisitools.dodoc("ttf/fonts/LICENSE")
|
||||
@@ -0,0 +1,41 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>msttcorefonts</Name>
|
||||
<Homepage>http://corefonts.sourceforge.net/</Homepage>
|
||||
<Packager>
|
||||
<Name>Yusuf Aydemir</Name>
|
||||
<Email>yusuf.aydemir@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>Microsoft</License>
|
||||
<IsA>data:font</IsA>
|
||||
<Summary>Microsoft's TrueType core fonts for the Web</Summary>
|
||||
<Description>Core fonts for the Web was a project begun by Microsoft to make a standard pack of fonts for the Internet. Fonts included in this package are: Andale Mono, Arial, Comic Sans MS, Courier New, Georgia, Impact, Times New Roman, Trebuched MS, Verdana, Webdings.</Description>
|
||||
<Archive sha1sum="fd39748a6bf980c829d4c061fd0bc23b7ab41330" type="targz">https://root.cern.ch/download/ttf/ttf_fonts.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>fontconfig-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>msttcorefonts</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>fontconfig</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="data">/usr/share/fonts/msttcorefonts</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2021-12-04</Date>
|
||||
<Version>1.0</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>msttcorefonts</Name>
|
||||
<Summary xml:lang="de">Microsoft's TrueType Schriftarten für den Gebrauch im Web</Summary>
|
||||
<Description xml:lang="de">Core fonts for the Web war ein Projekt von Microsoft mit dem Ziel, eine Reihe von Schriftarten für den Gebrauch im Internet zu standardisieren. Folgende Schriftarten werden von diesem Paket bereitgestellt: Andale Mono, Arial, Comic Sans MS, Courier New, Georgia, Impact, Times New Roman, Trebuched MS, Verdana, Webdings</Description>
|
||||
<Summary xml:lang="tr">Web için Microsoft'un TrueType çekirdek yazı tipleri</Summary>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -0,0 +1,13 @@
|
||||
#!/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 = "."
|
||||
|
||||
def install():
|
||||
pisitools.insinto("/usr/share/fonts/zekton", "*.ttf")
|
||||
pisitools.insinto("/usr/share/doc/zekton", "*.TXT")
|
||||
@@ -0,0 +1,36 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>zekton</Name>
|
||||
<Homepage>http://www.myfonts.com/fonts/typodermic/zekton</Homepage>
|
||||
<Packager>
|
||||
<Name>Osman Erkan</Name>
|
||||
<Email>osman.erkan@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPL</License>
|
||||
<License>as-is</License>
|
||||
<IsA>data:font</IsA>
|
||||
<Summary>Zekton yazı fontu</Summary>
|
||||
<Description>PiSiLinux için Zekton yazı fontu.</Description>
|
||||
<Archive sha1sum="64cbad8c4df95154c82e87417cfb7522ba2e8f08" type="targz">http://www.e17-stuff.org/CONTENT/content-files/50553-zekton.tar.gz</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>zekton</Name>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share/fonts/zekton</Path>
|
||||
<Path fileType="doc">/usr/share/doc/zekton</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2021-12-04</Date>
|
||||
<Version>061222</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>zekton</Name>
|
||||
<Summary xml:lang="tr">Zekton yazı fontu</Summary>
|
||||
<Description xml:lang="tr">PiSiLinux için Zekton yazı fontu.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
+619
-135
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
40e85b33bddb9bd4758373dba2c140de5d58f2a7
|
||||
2000d40016d04717231a46630661d667e06cb8d0
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
4398da94bfc258decec5d288b2c368153554bce4
|
||||
dc106465f3bc5741b38b85bbb66f352f50a3fd60
|
||||
Reference in New Issue
Block a user