wok-next diff spacefm-gtk2/receipt @ rev 20204

libjreen: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Nov 03 22:50:48 2017 +0100 (2017-11-03)
parents e96c2053ccb9
children 10df65db91ad
line diff
     1.1 --- a/spacefm-gtk2/receipt	Tue Sep 05 03:04:03 2017 +0300
     1.2 +++ b/spacefm-gtk2/receipt	Fri Nov 03 22:50:48 2017 +0100
     1.3 @@ -11,13 +11,13 @@
     1.4  TARBALL="spacefm-$VERSION.tar.gz"
     1.5  WGET_URL="https://github.com/IgnorantGuru/spacefm/archive/$VERSION.tar.gz"
     1.6  
     1.7 -BUILD_DEPENDS="intltool gtk+-dev eudev-dev ffmpegthumbnailer-dev   \
     1.8 -startup-notification-dev"
     1.9 +BUILD_DEPENDS="intltool gtk+-dev eudev-dev"
    1.10  
    1.11  # Rules to configure and make the package.
    1.12  compile_rules()
    1.13  {
    1.14  	./configure \
    1.15 +		--disable-video-thumbnails \
    1.16  		--with-preferable-sudo=/usr/bin/subox \
    1.17  		$CONFIGURE_ARGS &&
    1.18  	make &&
    1.19 @@ -30,6 +30,5 @@
    1.20  genpkg_rules()
    1.21  {
    1.22  	copy @std
    1.23 -	DEPENDS="cairo eudev ffmpegthumbnailer gdk-pixbuf glib gtk+ pango \
    1.24 -	startup-notification xorg-libX11   bash"
    1.25 +	DEPENDS="cairo eudev gdk-pixbuf glib gtk+ pango xorg-libX11   bash"
    1.26  }