wok-6.x annotate mesa-dri-nouveau/receipt @ rev 22303
updated xorgxrdp (0.2.4 -> 0.2.11)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Nov 13 17:23:06 2019 +0100 (2019-11-13) |
parents | a78610b2eb47 |
children |
rev | line source |
---|---|
gokhlayeh@6993 | 1 # SliTaz package receipt. |
gokhlayeh@6993 | 2 |
gokhlayeh@6993 | 3 PACKAGE="mesa-dri-nouveau" |
Hans-G?nter@22242 | 4 VERSION="9.2.5" |
gokhlayeh@6993 | 5 CATEGORY="x-window" |
gokhlayeh@6993 | 6 SHORT_DESC="Mesa classic DRI + Gallium3D drivers for Nouveau." |
gokhlayeh@6993 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@14728 | 8 LICENSE="MIT" |
pascal@20669 | 9 WEB_SITE="https://www.mesa3d.org/" |
Hans-G?nter@22242 | 10 |
Hans-G?nter@22242 | 11 DEPENDS="libdrm-nouveau mesa" |
gokhlayeh@6993 | 12 WANTED="mesa" |
gokhlayeh@6993 | 13 |
gokhlayeh@6993 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
gokhlayeh@6993 | 15 genpkg_rules() |
gokhlayeh@6993 | 16 { |
Hans-G?nter@22242 | 17 mkdir -p $fs/usr/lib/dri |
Hans-G?nter@22242 | 18 mkdir -p $fs/etc/X11/xorg.conf.d |
Hans-G?nter@22242 | 19 |
Hans-G?nter@22242 | 20 cp $install/usr/lib/dri/nouveau_vieux_dri.so $fs/usr/lib/dri |
Hans-G?nter@22242 | 21 |
psychomaniak@18075 | 22 cat > $fs/etc/X11/xorg.conf.d/90-DRI.conf <<EOT |
psychomaniak@18075 | 23 Section "DRI" |
psychomaniak@18075 | 24 Mode 0666 |
psychomaniak@18075 | 25 EndSection |
psychomaniak@18075 | 26 EOT |
Hans-G?nter@22242 | 27 |
psychomaniak@18075 | 28 chown -R root.root $fs |
gokhlayeh@6993 | 29 } |
gokhlayeh@6993 | 30 |
gokhlayeh@6993 | 31 TAZBB_NO_INSTALL="because this is not hardware neutral" |