wok diff xorg-libXxf86dga/receipt @ rev 23848

inkscape: update build_depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 14 23:18:03 2020 -0400 (2020-06-14)
parents 814c58f64f83
children 5d79829fa876
line diff
     1.1 --- a/xorg-libXxf86dga/receipt	Thu Aug 09 12:16:16 2018 +0200
     1.2 +++ b/xorg-libXxf86dga/receipt	Sun Jun 14 23:18:03 2020 -0400
     1.3 @@ -1,31 +1,31 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-libXxf86dga"
     1.7 -VERSION="1.1.4"
     1.8 +VERSION="1.1.5"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Xorg server module."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="MIT"
    1.13 +WEB_SITE="https://www.x.org/wiki/"
    1.14 +
    1.15  SOURCE="libXxf86dga"
    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  
    1.20  DEPENDS=""
    1.21 -BUILD_DEPENDS="pkg-config xorg-util-macros xorg-xproto \
    1.22 -xorg-libX11-dev xorg-libXext-dev \
    1.23 -xorg-xf86dgaproto"
    1.24 +BUILD_DEPENDS="pkg-config xorg-libX11-dev xorg-libXext-dev 
    1.25 +	xorg-util-macros xorg-xf86dgaproto xorg-xproto"
    1.26  
    1.27  # Rules to configure and make the package.
    1.28  compile_rules()
    1.29  {
    1.30 -	cd $src
    1.31 -	./configure \
    1.32 -		--sysconfdir=/etc \
    1.33 -		--mandir=/usr/share/man \
    1.34 -		--localstatedir=/var \
    1.35 +	./configure			\
    1.36 +		--sysconfdir=/etc	\
    1.37 +		--mandir=/usr/share/man	\
    1.38 +		--localstatedir=/var	\
    1.39  		$CONFIGURE_ARGS &&
    1.40 -	make && make install
    1.41 +	make &&
    1.42 +	make install
    1.43  }
    1.44  
    1.45  # Rules to gen a SliTaz package suitable for Tazpkg.