perl-Font-TTF:version bump

This commit is contained in:
blue-devil
2020-01-11 17:56:44 +00:00
parent 9b9cf5b3ee
commit 502f2c3994
3 changed files with 13 additions and 6 deletions
@@ -7,13 +7,12 @@
from pisi.actionsapi import perlmodules
from pisi.actionsapi import shelltools
from pisi.actionsapi import pisitools
from pisi.actionsapi import autotools
from pisi.actionsapi import get
WorkDir="Font-TTF-%s" % get.srcVERSION()
def setup():
for d in ("README.TXT", "TODO", "Changes"):
for d in ("README.TXT", "TODO", "Changes", "LICENSE"):
shelltools.chmod(d, 0644)
perlmodules.configure()
@@ -27,4 +26,4 @@ def check():
def install():
perlmodules.install()
pisitools.dodoc("README*", "TODO", "Changes")
pisitools.dodoc("README*", "TODO", "Changes", "LICENSE")
@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-Font-TTF</Name>
@@ -9,10 +9,11 @@
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<PartOf>programming.language.perl</PartOf>
<IsA>library</IsA>
<Summary>Perl module for TrueType Font hacking</Summary>
<Description>perl-Font-TTF is a Perl module that allows you to do almost anything to a TrueType/OpenType Font including modifying and inspecting nearly all tables.</Description>
<Archive sha1sum="2cd694692305c514335c345a4ecf12c4e3eb4dd4" type="targz">http://search.cpan.org/CPAN/authors/id/M/MH/MHOSKEN/Font-TTF-1.05.tar.gz</Archive>
<Archive sha1sum="c2c1475e569d1fd30fdb43efe8ad25f63a974508" type="targz">https://cpan.metacpan.org/authors/id/B/BH/BHALLISSY/Font-TTF-1.06.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-IO-String</Dependency>
@@ -21,6 +22,7 @@
<Package>
<Name>perl-Font-TTF</Name>
<Summary>Perl module for TrueType Font hacking</Summary>
<RuntimeDependencies>
<Dependency>perl</Dependency>
</RuntimeDependencies>
@@ -32,6 +34,13 @@
</Package>
<History>
<Update release="5">
<Date>2020-01-11</Date>
<Version>1.06</Version>
<Comment>Version bump</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="4">
<Date>2018-07-26</Date>
<Version>1.05</Version>
@@ -6,4 +6,3 @@
<Description xml:lang="tr">perl-Font-TTF, çok sayıda dosya biçimini TrueType/OpenType yazıtipine dönüştürmenizi sağlayan bir Perl modülüdür.</Description>
</Source>
</PISI>