wok diff xorg-libXrandr/receipt @ rev 23079

updated liblinebreak and liblinebreak-dev (2.0 -> 2.1)
author Hans-G?nter Theisgen
date Tue Mar 10 16:26:23 2020 +0100 (2020-03-10)
parents 814c58f64f83
children 5d79829fa876
line diff
     1.1 --- a/xorg-libXrandr/receipt	Thu Aug 09 12:16:16 2018 +0200
     1.2 +++ b/xorg-libXrandr/receipt	Tue Mar 10 16:26:23 2020 +0100
     1.3 @@ -1,29 +1,32 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-libXrandr"
     1.7 -VERSION="1.4.1"
     1.8 +VERSION="1.5.2"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Xorg server module."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  LICENSE="MIT"
    1.13 +WEB_SITE="https://www.x.org/wiki/"
    1.14 +
    1.15  SOURCE="libXrandr"
    1.16  TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.17 -WEB_SITE="https://www.x.org/"
    1.18  WGET_URL="$XORG_MIRROR/lib/$TARBALL"
    1.19 -HOST_ARCH="i486 arm"
    1.20  
    1.21  DEPENDS="xorg-libXext xorg-libXrender"
    1.22 -BUILD_DEPENDS="xorg-randrproto xorg-libXext-dev xorg-libXrender-dev"
    1.23 +BUILD_DEPENDS="xorg-libXext-dev xorg-libXrender-dev xorg-randrproto "
    1.24 +
    1.25 +HOST_ARCH="i486 arm"
    1.26  
    1.27  # Rules to configure and make the package.
    1.28  compile_rules()
    1.29  {
    1.30 -	./configure \
    1.31 -		--prefix=/usr \
    1.32 -		--sysconfdir=/etc \
    1.33 -		--localstatedir=/var \
    1.34 +	./configure			\
    1.35 +		--prefix=/usr		\
    1.36 +		--sysconfdir=/etc	\
    1.37 +		--localstatedir=/var	\
    1.38  		$CONFIGURE_ARGS &&
    1.39 -	make && make install
    1.40 +	make &&
    1.41 +	make install
    1.42  }
    1.43  
    1.44  # Rules to gen a SliTaz package suitable for Tazpkg.