wok-next diff workerfm/receipt @ rev 21247

updated cyrus-imapd (2.4.17 -> 3.0.12)
author Hans-G?nter Theisgen
date Thu Dec 05 16:28:27 2019 +0100 (2019-12-05)
parents e4425aeb7078
children
line diff
     1.1 --- a/workerfm/receipt	Wed May 30 20:13:48 2018 +0300
     1.2 +++ b/workerfm/receipt	Thu Dec 05 16:28:27 2019 +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  }