# HG changeset patch # User Aleksej Bobylev # Date 1506976138 -10800 # Node ID 96f32ddf618981fc4cfce6fc8d288f3e6af45ff8 # Parent 2ef4101ba8f7fa4b5921c0bd16e08e57a38f1eab spacefm-gtk2: without default ffmpegthumbnailer, and without optional startup-notification. diff -r 2ef4101ba8f7 -r 96f32ddf6189 spacefm-gtk2/receipt --- a/spacefm-gtk2/receipt Fri Sep 29 20:57:09 2017 +0300 +++ b/spacefm-gtk2/receipt Mon Oct 02 23:28:58 2017 +0300 @@ -11,13 +11,13 @@ TARBALL="spacefm-$VERSION.tar.gz" WGET_URL="https://github.com/IgnorantGuru/spacefm/archive/$VERSION.tar.gz" -BUILD_DEPENDS="intltool gtk+-dev eudev-dev ffmpegthumbnailer-dev \ -startup-notification-dev" +BUILD_DEPENDS="intltool gtk+-dev eudev-dev" # Rules to configure and make the package. compile_rules() { ./configure \ + --disable-video-thumbnails \ --with-preferable-sudo=/usr/bin/subox \ $CONFIGURE_ARGS && make && @@ -30,6 +30,5 @@ genpkg_rules() { copy @std - DEPENDS="cairo eudev ffmpegthumbnailer gdk-pixbuf glib gtk+ pango \ - startup-notification xorg-libX11 bash" + DEPENDS="cairo eudev gdk-pixbuf glib gtk+ pango xorg-libX11 bash" }