wok-next diff urxvt/receipt @ rev 21159

updated diffutils (3.6 -> 3.7)
author Hans-G?nter Theisgen
date Wed Feb 20 08:46:59 2019 +0100 (2019-02-20)
parents d5aab818505e
children
line diff
     1.1 --- a/urxvt/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/urxvt/receipt	Wed Feb 20 08:46:59 2019 +0100
     1.3 @@ -11,8 +11,8 @@
     1.4  TARBALL="rxvt-unicode-$VERSION.tar.bz2"
     1.5  WGET_URL="http://dist.schmorp.de/rxvt-unicode/$TARBALL"
     1.6  
     1.7 -BUILD_DEPENDS="xorg-libX11-dev xorg-libICE-dev gdk-pixbuf-dev \
     1.8 -startup-notification-dev xorg-libXmu-dev xorg-libXft-dev perl-dev ncurses-extra"
     1.9 +BUILD_DEPENDS="libx11-dev libice-dev gdk-pixbuf-dev \
    1.10 +startup-notification-dev libxmu-dev libxft-dev perl-dev ncurses-extra"
    1.11  SPLIT="$PACKAGE-full:full"
    1.12  
    1.13  compile_rules() {
    1.14 @@ -44,14 +44,14 @@
    1.15  	case $PACKAGE in
    1.16  		urxvt)
    1.17  			copy @std
    1.18 -			DEPENDS="xorg-libX11"
    1.19 +			DEPENDS="libx11"
    1.20  			;;
    1.21  		urxvt-full)
    1.22  			copy @std
    1.23  			CAT="utilities|everything enabled"
    1.24  			DEPENDS="fontconfig freetype gdk-pixbuf glib perl perl-core \
    1.25 -			startup-notification xorg-libX11 xorg-libXft xorg-libXmu \
    1.26 -			xorg-libXrender xorg-libXt"
    1.27 +			startup-notification libx11 libxft libxmu \
    1.28 +			libxrender libxt"
    1.29  			PROVIDE="urxvt"
    1.30  			;;
    1.31  	esac