wok diff mesa-dri/receipt @ rev 23190
updated mpc (0.31 -> 0.33)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Mar 20 09:22:39 2020 +0100 (2020-03-20) |
parents | a78610b2eb47 |
children |
line diff
1.1 --- a/mesa-dri/receipt Mon Jan 21 12:26:11 2019 +0100 1.2 +++ b/mesa-dri/receipt Fri Mar 20 09:22:39 2020 +0100 1.3 @@ -1,22 +1,22 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="mesa-dri" 1.7 -VERSION="9.1.3" 1.8 +VERSION="9.2.5" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="Mesa DRI drivers." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="MIT" 1.13 -DEPENDS="libdrm expat linux-drm linux-agp" 1.14 WEB_SITE="https://www.mesa3d.org/" 1.15 + 1.16 +DEPENDS="expat libdrm linux-agp linux-drm" 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 1.23 - cp $install/usr/lib/dri/swrast_dri.so $fs/usr/lib/dri 1.24 + cp $install/usr/lib/dri/swrast_dri.so $fs/usr/lib/dri 1.25 1.26 mkdir -p $fs/etc/X11/xorg.conf.d 1.27 - cp -a $stuff/*.conf $fs/etc/X11/xorg.conf.d 1.28 + cp -a $stuff/*.conf $fs/etc/X11/xorg.conf.d 1.29 } 1.30 -