diff --git a/desktop/misc/azfontviewer/actions.py b/desktop/misc/azfontviewer/actions.py new file mode 100644 index 0000000000..ffa83148e7 --- /dev/null +++ b/desktop/misc/azfontviewer/actions.py @@ -0,0 +1,21 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# 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 + +def setup(): + autotools.rawConfigure("--prefix=/usr") + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("ReadMe*") + diff --git a/desktop/misc/azfontviewer/pspec.xml b/desktop/misc/azfontviewer/pspec.xml new file mode 100644 index 0000000000..87d1b36a02 --- /dev/null +++ b/desktop/misc/azfontviewer/pspec.xml @@ -0,0 +1,59 @@ + + + + + azfontviewer + http://azsky2.html.xdomain.jp/soft/azfontviewer.html + + fury + wascheme@tuta.io + + MIT + app:gui + desktop.misc + A font viewer that directly reads and previews font files. + + A font viewer that directly reads and previews font files. It uses new mlk gui toolchain. + + + http://azsky2.html.xdomain.jp/arc/azfontviewer-1.0.1.tar.xz + + + zlib-devel + libX11-devel + libpng-devel + libXext-devel + freetype-devel + libXcursor-devel + fontconfig-devel + + + + + azfontviewer + + zlib + libpng + libX11 + libXext + freetype + libXcursor + fontconfig + + + /usr/bin + /usr/share + + + + + + 2021-05-25 + 1.0.1 + First build. + fury + uglyside@yandex.ru + + + +