wok diff xorg-libXfont/receipt @ rev 23621

updated ruby and ruby-dev (2.6.4 -> 2.7.1)
author Hans-G?nter Theisgen
date Tue Apr 14 15:51:31 2020 +0100 (2020-04-14)
parents 814c58f64f83
children 5d79829fa876
line diff
     1.1 --- a/xorg-libXfont/receipt	Thu Aug 09 12:16:16 2018 +0200
     1.2 +++ b/xorg-libXfont/receipt	Tue Apr 14 15:51:31 2020 +0100
     1.3 @@ -1,30 +1,33 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-libXfont"
     1.7 -VERSION="1.4.5"
     1.8 +VERSION="1.5.4"
     1.9  CATEGORY="x-window"
    1.10 -SHORT_DESC="X font Library"
    1.11 +SHORT_DESC="X font Library."
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  LICENSE="other"
    1.14 +WEB_SITE="https://www.x.org/wiki/"
    1.15 +
    1.16  SOURCE="libXfont"
    1.17  TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.18 -WEB_SITE="https://www.x.org/"
    1.19  WGET_URL="$XORG_MIRROR/lib/$TARBALL"
    1.20 -HOST_ARCH="i486 arm"
    1.21  
    1.22  DEPENDS="bzlib freetype xorg-libfontenc"
    1.23 -BUILD_DEPENDS="bzip2-dev freetype-dev zlib-dev xorg-xtrans xorg-fontsproto \
    1.24 -xorg-libfontenc-dev"
    1.25 +BUILD_DEPENDS="bzip2-dev freetype-dev xorg-fontsproto \
    1.26 +	xorg-libfontenc-dev xorg-xtrans zlib-dev"
    1.27 +
    1.28 +HOST_ARCH="i486 arm"
    1.29  
    1.30  # Rules to configure and make the package.
    1.31  compile_rules()
    1.32  {
    1.33  	sed -i 's/STARTCHAR %s/STARTCHAR %99s/' src/bitmap/bdfread.c
    1.34 -	./configure \
    1.35 -		--sysconfdir=/etc \
    1.36 -		--localstatedir=/var \
    1.37 -		--disable-static \
    1.38 -		--disable-devel-docs \
    1.39 +
    1.40 +	./configure			\
    1.41 +		--sysconfdir=/etc	\
    1.42 +		--localstatedir=/var	\
    1.43 +		--disable-static	\
    1.44 +		--disable-devel-docs	\
    1.45  		$CONFIGURE_ARGS &&
    1.46  	make &&
    1.47  	make install