gpicview: add recipe

GPicView is a simple and fast GTK+ image viewer for X which is
lightweight, desktop independent and has minimal lib dependency.

Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Hiago De Franco
2025-07-01 16:27:44 -03:00
committed by Khem Raj
parent 5cce697ae1
commit 6b0cf5b202
@@ -0,0 +1,22 @@
SUMMARY = "Lightweight image viewer for X"
DESCRIPTION = "GPicView is a simple, lightweight and fast GTK+ based image \
viewer with minimal lib dependency and desktop independent."
HOMEPAGE = "https://github.com/lxde/gpicview"
BUGTRACKER = "https://github.com/lxde/gpicview/issues"
SECTION = "x11"
LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
DEPENDS = "glib-2.0-native intltool-native jpeg"
SRC_URI = "git://github.com/lxde/gpicview.git;protocol=https;branch=master;tag=${PV}"
SRCREV = "ca13623c6176585db4759ce4371fbf89c56fa630"
inherit autotools mime-xdg pkgconfig
PACKAGECONFIG ?= "gtk3"
PACKAGECONFIG[gtk2] = ",,gtk+"
PACKAGECONFIG[gtk3] = "--enable-gtk3,,gtk+3"
FILES:${PN} += "${datadir}/icons"