wok diff xorg-xf86-video-mach64/receipt @ rev 22649

updated djview (4.10.3 -> 4.10.6)
author Hans-G?nter Theisgen
date Tue Jan 14 13:39:45 2020 +0100 (2020-01-14)
parents 814c58f64f83
children 5d79829fa876
line diff
     1.1 --- a/xorg-xf86-video-mach64/receipt	Thu Aug 09 12:16:16 2018 +0200
     1.2 +++ b/xorg-xf86-video-mach64/receipt	Tue Jan 14 13:39:45 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-xf86-video-mach64"
     1.7 -VERSION="6.9.4"
     1.8 +VERSION="6.9.6"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Xorg driver for ATI MACH 64 cards."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -10,6 +10,7 @@
    1.13  TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.14  WEB_SITE="https://www.x.org/"
    1.15  WGET_URL="$XORG_MIRROR/driver/$TARBALL"
    1.16 +#https://gitlab.freedesktop.org/xorg/driver/xf86-video-mach64
    1.17  TAGS="xorg display"
    1.18  
    1.19  DEPENDS="xorg-server"
    1.20 @@ -20,7 +21,6 @@
    1.21  # Rules to configure and make the package.
    1.22  compile_rules()
    1.23  {
    1.24 -	cd $src
    1.25  	./configure \
    1.26  		--prefix=/usr \
    1.27  		--sysconfdir=/etc \
    1.28 @@ -39,4 +39,3 @@
    1.29  	cp -a $install/usr/lib/X11/modules/drivers/*.so \
    1.30  		$fs/usr/lib/X11/modules/drivers/
    1.31  }
    1.32 -