summaryrefslogtreecommitdiff
path: root/recipes-graphics/gpicview/gpicview_0.2.5.bb
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2020-01-07 15:43:26 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2020-01-09 19:49:35 +0100
commit2cae28641eb00e2b1b8d187367306122d0498c37 (patch)
tree028407cdd6c1bf6374d8f5b0095545ce1caf2cc4 /recipes-graphics/gpicview/gpicview_0.2.5.bb
parentda3dfd8138787574cf3a558ff76340f086f34c0d (diff)
gpicview: import from meta-lxde
Related-to: ELB-1284 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-graphics/gpicview/gpicview_0.2.5.bb')
-rw-r--r--recipes-graphics/gpicview/gpicview_0.2.5.bb24
1 files changed, 24 insertions, 0 deletions
diff --git a/recipes-graphics/gpicview/gpicview_0.2.5.bb b/recipes-graphics/gpicview/gpicview_0.2.5.bb
new file mode 100644
index 0000000..27808b6
--- /dev/null
+++ b/recipes-graphics/gpicview/gpicview_0.2.5.bb
@@ -0,0 +1,24 @@
+SUMMARY = "Simple Image Viewer for X"
+HOMEPAGE = "http://lxde.sourceforge.net/gpicview"
+SECTION = "x11"
+
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
+
+DEPENDS = "glib-2.0-native intltool-native jpeg"
+RDEPENDS_${PN} = "adwaita-icon-theme"
+
+SRC_URI = " \
+ ${SOURCEFORGE_MIRROR}/lxde/${P}.tar.xz \
+ file://remove-gdk-x11.patch \
+"
+SRC_URI[md5sum] = "26be9b0c5a234f1afe7d83d02a4a33f4"
+SRC_URI[sha256sum] = "38466058e53702450e5899193c4b264339959b563dd5cd81f6f690de32d82942"
+
+PACKAGECONFIG ?= "gtk3"
+PACKAGECONFIG[gtk2] = ",,gtk+"
+PACKAGECONFIG[gtk3] = "--enable-gtk3,,gtk+3"
+
+inherit autotools gettext pkgconfig
+
+FILES_${PN} += "${datadir}/icons/*"