wok-next diff workerfm/receipt @ rev 21569

updated cryptopp (5.6.5 -> 8.2.0)
author Hans-G?nter Theisgen
date Mon Jun 22 16:34:56 2020 +0100 (2020-06-22)
parents e4425aeb7078
children
line diff
     1.1 --- a/workerfm/receipt	Wed May 30 20:13:48 2018 +0300
     1.2 +++ b/workerfm/receipt	Mon Jun 22 16:34:56 2020 +0100
     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  }