azfontviewer.

This commit is contained in:
4fury-c3440d8
2022-11-10 10:02:29 +03:00
parent dfc843088c
commit 9caa6c2293
2 changed files with 13 additions and 7 deletions
+3 -5
View File
@@ -4,18 +4,16 @@
# Licensed under the GNU General Public License, version 3.
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
from pisi.actionsapi import shelltools, autotools, pisitools, get
def setup():
autotools.rawConfigure("--prefix=/usr")
def build():
autotools.make()
shelltools.system("ninja -C build")
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
shelltools.system("DESTDIR=%s ninja -C build install" % get.installDIR())
pisitools.dodoc("ReadMe*")
+10 -2
View File
@@ -15,10 +15,11 @@
<Description>
A font viewer that directly reads and previews font files. It uses new mlk gui toolchain.
</Description>
<Archive sha1sum="48ac2d1269b527e485cb252c6b6db1a5d17f51d4" type="tarbz2">
https://gitlab.com/azelpg/azfontviewer/-/archive/v1.0.2/azfontviewer-v1.0.2.tar.bz2
<Archive sha1sum="764218e9ba017c58bba62cd00a4e928f4f5b09b5" type="tarbz2">
https://gitlab.com/azelpg/azfontviewer/-/archive/v1.0.3/azfontviewer-v1.0.3.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>ninja</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>libX11-devel</Dependency>
<Dependency>libpng-devel</Dependency>
@@ -47,6 +48,13 @@
</Package>
<History>
<Update release="3">
<Date>2022-11-10</Date>
<Version>1.0.3</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="2">
<Date>2021-12-11</Date>
<Version>1.0.2</Version>