From 5bbd59cabc1e008b041d742333afbcbcbb4f914a Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Fri, 18 Dec 2020 20:29:49 +0300 Subject: [PATCH] geh image viewer. --- multimedia/graphics/geh/actions.py | 21 ++++++++++++ multimedia/graphics/geh/pspec.xml | 52 ++++++++++++++++++++++++++++++ 2 files changed, 73 insertions(+) create mode 100644 multimedia/graphics/geh/actions.py create mode 100644 multimedia/graphics/geh/pspec.xml diff --git a/multimedia/graphics/geh/actions.py b/multimedia/graphics/geh/actions.py new file mode 100644 index 0000000000..d0075a3227 --- /dev/null +++ b/multimedia/graphics/geh/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.configure("--disable-gtk2") + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("AUTHORS", "LICENSE", "NEWS", "README") + diff --git a/multimedia/graphics/geh/pspec.xml b/multimedia/graphics/geh/pspec.xml new file mode 100644 index 0000000000..bb77996425 --- /dev/null +++ b/multimedia/graphics/geh/pspec.xml @@ -0,0 +1,52 @@ + + + + + geh + https://github.com/software-revive/geh-rv + + fury + wascheme@tuta.io + + MIT + app:gui + multimedia.graphics + A simple command line image viewer. + + Geh is a simple command line image viewer written in C/Gtk+ with various nice features. + + + https://github.com/software-revive/geh-rv/releases/download/0.4.0/geh-0.4.0.tar.gz + + + libXt + libICE + gtk3-devel + gnome-common + + + + + geh + + gtk3 + pango + gdk-pixbuf + + + /usr/bin + /usr/share/doc + + + + + + 2020-12-18 + 0.4.0 + First build. + fury + wascheme@tuta.io + + + +