summaryrefslogtreecommitdiff
path: root/recipes-graphics/gpicview/gpicview_0.2.5.bb
diff options
context:
space:
mode:
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/*"