diff --git a/multimedia/graphics/viewnior/actions.py b/multimedia/graphics/viewnior/actions.py new file mode 100644 index 0000000000..cf82ccc706 --- /dev/null +++ b/multimedia/graphics/viewnior/actions.py @@ -0,0 +1,16 @@ +#!/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 mesontools + +def setup(): + mesontools.configure() + +def build(): + mesontools.build() + +def install(): + mesontools.install() diff --git a/multimedia/graphics/viewnior/pspec.xml b/multimedia/graphics/viewnior/pspec.xml new file mode 100644 index 0000000000..40a7afe309 --- /dev/null +++ b/multimedia/graphics/viewnior/pspec.xml @@ -0,0 +1,53 @@ + + + + + vienior + https://github.com/hellosiyan/Viewnior + + fury + uglyside@yandex.ru + + GPL-3 + app:gui + multimedia.graphics + Elegant Image Viewer. + This is Viewnior, an image viewer program. Created to be simple, fast and elegant. Its minimalistic interface provides more screenspace for your images. + + https://github.com/hellosiyan/Viewnior/archive/refs/tags/viewnior-1.8.tar.gz + + + cmake + meson + gtk2-devel + exiv2-devel + gdk-pixbuf-devel + + + + + viewnior + + gtk2 + glib2 + libgcc + exiv2-libs + gdk-pixbuf + + + /usr/bin + /usr/share + /usr/share/viewnior + + + + + + 2022-08-13 + 1.8 + First build. + fury + uglyside@yandex.ru + + +