wok-next diff qemacs/receipt @ rev 21381

updated nagios-plugins (1.4.16 -> 2.3.3)
author Hans-G?nter Theisgen
date Thu Apr 16 17:12:25 2020 +0100 (2020-04-16)
parents d5aab818505e
children
line diff
     1.1 --- a/qemacs/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/qemacs/receipt	Thu Apr 16 17:12:25 2020 +0100
     1.3 @@ -11,7 +11,7 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WGET_URL="${WEB_SITE}$TARBALL"
     1.6  
     1.7 -BUILD_DEPENDS="xorg-libX11-dev xorg-libXext-dev xorg-libXv-dev"
     1.8 +BUILD_DEPENDS="libx11-dev libxext-dev libxv-dev"
     1.9  SPLIT="$PACKAGE-tiny $PACKAGE-x11 $PACKAGE-dev"
    1.10  
    1.11  compile_rules() {
    1.12 @@ -67,8 +67,8 @@
    1.13  			install -m 755 -s $src/html2png $fs/usr/bin
    1.14  			install $src/kmaps $src/ligatures $fs/usr/share/qe
    1.15  			CAT="editors|Light emacs clone with X11 support."
    1.16 -			DEPENDS="xorg-libX11 xorg-libXext xorg-libXv xorg-libxcb \
    1.17 -			xorg-libXau xorg-libXdmcp"
    1.18 +			DEPENDS="libx11 libxext libxv libxcb \
    1.19 +			libxau libxdmcp"
    1.20  			PROVIDE="qemacs"
    1.21  			TAGS="editor"
    1.22  			;;