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.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-graphics/gpicview/gpicview_0.2.5.bb b/recipes-graphics/gpicview/gpicview_0.2.5.bb
index cee82b7..170db77 100644
--- a/recipes-graphics/gpicview/gpicview_0.2.5.bb
+++ b/recipes-graphics/gpicview/gpicview_0.2.5.bb
@@ -2,15 +2,15 @@ SUMMARY = "Simple Image Viewer for X"
HOMEPAGE = "http://lxde.sourceforge.net/gpicview"
SECTION = "x11"
-LICENSE = "GPLv2"
+LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
DEPENDS = "glib-2.0-native intltool-native jpeg"
-RDEPENDS_${PN} = "adwaita-icon-theme"
+RDEPENDS:${PN} = "adwaita-icon-theme"
SRC_URI = " \
${SOURCEFORGE_MIRROR}/lxde/${P}.tar.xz \
- file://remove-gdk-x11.patch \
+ file://0001-gpicview-allow-to-build-for-gtk-wayland.patch \
"
SRC_URI[md5sum] = "26be9b0c5a234f1afe7d83d02a4a33f4"
SRC_URI[sha256sum] = "38466058e53702450e5899193c4b264339959b563dd5cd81f6f690de32d82942"
@@ -21,4 +21,4 @@ PACKAGECONFIG[gtk3] = "--enable-gtk3,,gtk+3"
inherit autotools gettext mime-xdg pkgconfig
-FILES_${PN} += "${datadir}/icons/*"
+FILES:${PN} += "${datadir}/icons/*"