From 083023aacd56f2383cdd9727abe9b51eb05c27f4 Mon Sep 17 00:00:00 2001 From: Marcel Ziswiler Date: Sat, 24 Dec 2016 00:45:49 +0100 Subject: gpicview: add dependency on adwaita-icon-theme Without this many of the buttons are shown with an ugly place holder image. root@apalis-t30:~# gpicview (gpicview:657): Gtk-WARNING **: Error loading theme icon 'media-playback-start' for stock: (gpicview:657): Gtk-WARNING **: Error loading theme icon 'zoom-out' for stock: Icon 'zoom-out' not present in theme nuoveXT2 (gpicview:657): Gtk-WARNING **: Error loading theme icon 'zoom-in' for stock: Icon 'zoom-in' not present in theme nuoveXT2 (gpicview:657): Gtk-WARNING **: Error loading theme icon 'zoom-fit-best' for stock: Icon 'zoom-fit-best' not present in theme nuoveXT2 (gpicview:657): Gtk-WARNING **: Error loading theme icon 'zoom-original' for stock: Icon 'zoom-original' not present in theme nuoveXT2 (gpicview:657): Gtk-WARNING **: Error loading theme icon 'media-playback-start' for stock: (gpicview:657): Gtk-WARNING **: Error loading theme icon 'zoom-out' for stock: Icon 'zoom-out' not present in theme nuoveXT2 (gpicview:657): Gtk-WARNING **: Error loading theme icon 'zoom-in' for stock: Icon 'zoom-in' not present in theme nuoveXT2 (gpicview:657): Gtk-WARNING **: Error loading theme icon 'zoom-fit-best' for stock: Icon 'zoom-fit-best' not present in theme nuoveXT2 (gpicview:657): Gtk-WARNING **: Error loading theme icon 'zoom-original' for stock: Icon 'zoom-original' not present in theme nuoveXT2 Signed-off-by: Marcel Ziswiler Acked-by: Max Krummenacher --- recipes-lxde/gpicview/gpicview_0.2.5.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes-lxde/gpicview/gpicview_0.2.5.bb b/recipes-lxde/gpicview/gpicview_0.2.5.bb index 138d4c5..f787357 100644 --- a/recipes-lxde/gpicview/gpicview_0.2.5.bb +++ b/recipes-lxde/gpicview/gpicview_0.2.5.bb @@ -5,7 +5,8 @@ SECTION = "x11" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" -DEPENDS = "jpeg gtk+ intltool-native" +DEPENDS = "gtk+ intltool-native jpeg" +RDEPENDS_${PN} = "adwaita-icon-theme" SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/${P}.tar.xz" SRC_URI[md5sum] = "26be9b0c5a234f1afe7d83d02a4a33f4" @@ -17,4 +18,4 @@ PACKAGECONFIG[gtk3] = "--enable-gtk3,,gtk+3" inherit autotools gettext pkgconfig -FILES_${PN} += "${datadir}/icons/*" \ No newline at end of file +FILES_${PN} += "${datadir}/icons/*" -- cgit v1.2.3