wok diff mesa-dri-nouveau/receipt @ rev 23696

Up libtcplay (3.3)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 27 09:29:39 2020 +0000 (2020-04-27)
parents a78610b2eb47
children
line diff
     1.1 --- a/mesa-dri-nouveau/receipt	Mon Jan 21 12:26:11 2019 +0100
     1.2 +++ b/mesa-dri-nouveau/receipt	Mon Apr 27 09:29:39 2020 +0000
     1.3 @@ -1,27 +1,31 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="mesa-dri-nouveau"
     1.7 -VERSION="9.1.3"
     1.8 +VERSION="9.2.5"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Mesa classic DRI + Gallium3D drivers for Nouveau."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="MIT"
    1.13  WEB_SITE="https://www.mesa3d.org/"
    1.14 -DEPENDS="mesa libdrm-nouveau"
    1.15 +
    1.16 +DEPENDS="libdrm-nouveau mesa"
    1.17  WANTED="mesa"
    1.18  
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.20  genpkg_rules()
    1.21  {
    1.22 -	mkdir -p $fs/usr/lib/dri $fs/etc/X11/xorg.conf.d
    1.23 -	cp $install/usr/lib/dri/nouveau_vieux_dri.so $fs/usr/lib/dri
    1.24 +	mkdir -p $fs/usr/lib/dri
    1.25 +	mkdir -p $fs/etc/X11/xorg.conf.d
    1.26 +
    1.27 +	cp $install/usr/lib/dri/nouveau_vieux_dri.so	$fs/usr/lib/dri
    1.28 +
    1.29  	cat > $fs/etc/X11/xorg.conf.d/90-DRI.conf <<EOT
    1.30  Section "DRI"
    1.31          Mode         0666
    1.32  EndSection
    1.33  EOT
    1.34 +
    1.35  	chown -R root.root $fs
    1.36  }
    1.37  
    1.38  TAZBB_NO_INSTALL="because this is not hardware neutral"
    1.39 -