wok diff urxvt/receipt @ rev 22802

freetype: add freetype-config
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 28 09:23:39 2020 +0100 (2020-01-28)
parents 15f961c96e62
children 934055de50e2
line diff
     1.1 --- a/urxvt/receipt	Fri Apr 29 16:03:09 2016 +0300
     1.2 +++ b/urxvt/receipt	Tue Jan 28 09:23:39 2020 +0100
     1.3 @@ -1,32 +1,38 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="urxvt"
     1.7 -VERSION="9.16"
     1.8 +VERSION="9.22"
     1.9  CATEGORY="utilities"
    1.10 -SHORT_DESC="terminal with unicode support"
    1.11 +TAGS="terminal"
    1.12 +SHORT_DESC="Terminal with unicode support."
    1.13  MAINTAINER="sygne@ombres.eu"
    1.14  LICENSE="GPL2"
    1.15 +WEB_SITE="http://software.schmorp.de/pkg/rxvt-unicode.html"
    1.16 +
    1.17  SOURCE="rxvt-unicode"
    1.18  TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.19 -WEB_SITE="http://software.schmorp.de/pkg/rxvt-unicode.html"
    1.20 -WGET_URL="http://dist.schmorp.de/rxvt-unicode/$TARBALL"
    1.21 -TAGS="terminal"
    1.22 +WGET_URL="http://dist.schmorp.de/$SOURCE/$TARBALL"
    1.23  
    1.24 -DEPENDS="fontconfig xorg-libX11 expat freetype xorg-libXft zlib gcc-lib-base \
    1.25 -xorg-xmessage"
    1.26 +DEPENDS="expat fontconfig freetype gcc-lib-base xorg-libX11 xorg-libXft \
    1.27 +	xorg-xmessage zlib"
    1.28  
    1.29  # Rules to configure and make the package.
    1.30  compile_rules()
    1.31  {
    1.32 -	busybox patch -p0 -i $stuff/gcc.u
    1.33 -	./configure \
    1.34 -		--prefix=/usr \
    1.35 -		--infodir=/usr/share/info \
    1.36 -		--disable-perl \
    1.37 -		--with-codesets='eu' \
    1.38 -		--mandir=/usr/share/man \
    1.39 -		$CONFIGURE_ARGS && \
    1.40 -	make && make DESTDIR=$DESTDIR install
    1.41 +	cd	src
    1.42 +	patch	--input=$stuff/patches/command.C-9.22
    1.43 +	patch	--input=$stuff/patches/misc.C-9.22
    1.44 +	cd	..
    1.45 +
    1.46 +	./configure				\
    1.47 +		--prefix=/usr			\
    1.48 +		--infodir=/usr/share/info	\
    1.49 +		--disable-perl			\
    1.50 +		--with-codesets='eu'		\
    1.51 +		--mandir=/usr/share/man		\
    1.52 +		$CONFIGURE_ARGS &&
    1.53 +	make &&
    1.54 +	make DESTDIR=$DESTDIR install
    1.55  }
    1.56  
    1.57  # Rules to gen a SliTaz package suitable for Tazpkg.