wok-next diff workerfm/receipt @ rev 21156

Small updates.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Feb 02 16:32:35 2019 +0200 (2019-02-02)
parents e4425aeb7078
children
line diff
     1.1 --- a/workerfm/receipt	Wed May 30 20:13:48 2018 +0300
     1.2 +++ b/workerfm/receipt	Sat Feb 02 16:32:35 2019 +0200
     1.3 @@ -12,7 +12,7 @@
     1.4  WGET_URL="$WEB_SITE/downloads/$TARBALL"
     1.5  
     1.6  BUILD_DEPENDS="avfs-dev dbus-glib-dev freetype-dev hal-dev libmagic-dev \
     1.7 -xorg-libX11-dev xorg-libXft-dev xorg-libXinerama-dev"
     1.8 +libx11-dev libxft-dev libxinerama-dev"
     1.9  
    1.10  compile_rules() {
    1.11  	./configure \
    1.12 @@ -24,6 +24,6 @@
    1.13  
    1.14  genpkg_rules() {
    1.15  	copy @std
    1.16 -	DEPENDS="avfs dbus hal libmagic xorg-libX11 xorg-libXinerama \
    1.17 -	   xorg-xmessage"
    1.18 +	DEPENDS="avfs dbus hal libmagic libx11 libxinerama \
    1.19 +	   xmessage"
    1.20  }