summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-graphics/gpicview/gpicview_0.3.1.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/gpicview/gpicview_0.3.1.bb b/meta-oe/recipes-graphics/gpicview/gpicview_0.3.1.bb
new file mode 100644
index 0000000000..dab11a02bc
--- /dev/null
+++ b/meta-oe/recipes-graphics/gpicview/gpicview_0.3.1.bb
@@ -0,0 +1,22 @@
1SUMMARY = "Lightweight image viewer for X"
2DESCRIPTION = "GPicView is a simple, lightweight and fast GTK+ based image \
3viewer with minimal lib dependency and desktop independent."
4HOMEPAGE = "https://github.com/lxde/gpicview"
5BUGTRACKER = "https://github.com/lxde/gpicview/issues"
6SECTION = "x11"
7
8LICENSE = "GPL-2.0-only"
9LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
10
11DEPENDS = "glib-2.0-native intltool-native jpeg"
12
13SRC_URI = "git://github.com/lxde/gpicview.git;protocol=https;branch=master;tag=${PV}"
14SRCREV = "ca13623c6176585db4759ce4371fbf89c56fa630"
15
16inherit autotools mime-xdg pkgconfig
17
18PACKAGECONFIG ?= "gtk3"
19PACKAGECONFIG[gtk2] = ",,gtk+"
20PACKAGECONFIG[gtk3] = "--enable-gtk3,,gtk+3"
21
22FILES:${PN} += "${datadir}/icons"