diff --git a/util/misc/chafa/actions.py b/util/misc/chafa/actions.py new file mode 100644 index 0000000000..3a761e932e --- /dev/null +++ b/util/misc/chafa/actions.py @@ -0,0 +1,18 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/copyleft/gpl.txt + +from pisi.actionsapi import autotools +from pisi.actionsapi import shelltools +from pisi.actionsapi import get + +def build(): + shelltools.system("./autogen.sh --prefix=/usr --enable-man --enable-gtk-doc") + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + autotools.make("-C tools/completions PREFIX=%s/usr/share install-zsh-completion" % get.installDIR()) + + diff --git a/util/misc/chafa/pspec.xml b/util/misc/chafa/pspec.xml new file mode 100644 index 0000000000..6bc9275af1 --- /dev/null +++ b/util/misc/chafa/pspec.xml @@ -0,0 +1,50 @@ + + + chafa + https://hpjansson.org/chafa/ + + Bedirhan Kurt + bedirhan.kurt@outlook.com + + LGPLv3 + util.misc + Image-to-text converter supporting a wide range of symbols and palettes, transparency, animations, etc. + Image-to-text converter supporting a wide range of symbols and palettes, transparency, animations, etc. + Semboller ve paletler, saydamlık, animasyonlar, vb. geniş bir yelpazeyi destekleyen resimden metin çevirmeni + Semboller ve paletler, saydamlık, animasyonlar, vb. geniş bir yelpazeyi destekleyen resimden metin çevirmeni + + git + gtk-doc + glib2-devel + freetype-devel + + https://github.com/hpjansson/chafa/archive/1.16.2.tar.gz + + + chafa + Image-to-text converter supporting a wide range of symbols and palettes, transparency, animations, etc. + + libavif + libjxl + librsvg + webp + + + /usr/bin + /usr/include + /usr/lib + /usr/share/gtk-doc + /usr/share/man + /usr/share/zsh + + + + + 2025-08-31 + 1.16.2 + Initial release. + Bedirhan Kurt + bedirhan.kurt@outlook.com + + +