wok-next diff spacefm/receipt @ rev 20623

Our udev is old, current udev is a part of systemd; use eudev instead of (old) udev
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Apr 25 22:28:07 2018 +0300 (2018-04-25)
parents 10df65db91ad
children b1a1deb20f42
line diff
     1.1 --- a/spacefm/receipt	Thu Apr 19 13:15:41 2018 +0300
     1.2 +++ b/spacefm/receipt	Wed Apr 25 22:28:07 2018 +0300
     1.3 @@ -12,7 +12,7 @@
     1.4  WGET_URL="$SF_MIRROR/$PACKAGE/files/$TARBALL"
     1.5  
     1.6  BUILD_DEPENDS="gtk+-dev dbus-glib-dev dbus-dev startup-notification-dev \
     1.7 -xorg-libxcb-dev xorg-xcb-util-dev expat-dev gdk-pixbuf-dev intltool udev-dev \
     1.8 +xorg-libxcb-dev xorg-xcb-util-dev expat-dev gdk-pixbuf-dev intltool eudev-dev \
     1.9  coreutils-file-special"
    1.10  
    1.11  compile_rules() {
    1.12 @@ -39,6 +39,6 @@
    1.13  genpkg_rules() {
    1.14  	copy @std @ico
    1.15  	DEPENDS="glibc-base glib util-linux-uuid xorg-libxcb xorg-xcb-util expat \
    1.16 -	gtk+ startup-notification dbus dbus-glib gdk-pixbuf udev bash udevil"
    1.17 +	gtk+ startup-notification dbus dbus-glib gdk-pixbuf eudev bash udevil"
    1.18  	TAGS="file-manager"
    1.19  }