wok diff xorg-xf86-video-mga/receipt @ rev 22798
Add xsane-locales (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jan 27 10:39:45 2020 +0100 (2020-01-27) |
parents | 814c58f64f83 |
children | 5d79829fa876 |
line diff
1.1 --- a/xorg-xf86-video-mga/receipt Thu Aug 09 12:16:16 2018 +0200 1.2 +++ b/xorg-xf86-video-mga/receipt Mon Jan 27 10:39:45 2020 +0100 1.3 @@ -1,18 +1,19 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xorg-xf86-video-mga" 1.7 -VERSION="1.5.0" 1.8 +VERSION="2.0.0" 1.9 CATEGORY="x-window" 1.10 +TAGS="xorg display" 1.11 SHORT_DESC="Xorg driver for Matrox cards." 1.12 MAINTAINER="keupont@no-log.org" 1.13 LICENSE="MIT" 1.14 +WEB_SITE="https://www.x.org/wiki/" 1.15 + 1.16 SOURCE="xf86-video-mga" 1.17 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.18 -WEB_SITE="https://www.x.org/" 1.19 WGET_URL="$XORG_MIRROR/driver/$TARBALL" 1.20 -TAGS="xorg display" 1.21 1.22 -DEPENDS="xorg-server mesa-dri-mga" 1.23 +DEPENDS="mesa-dri-mga xorg-server" 1.24 BUILD_DEPENDS="xorg-server-dev" 1.25 1.26 MODS='/usr/lib/X11/modules' 1.27 @@ -20,14 +21,14 @@ 1.28 # Rules to configure and make the package. 1.29 compile_rules() 1.30 { 1.31 - cd $src 1.32 - ./configure \ 1.33 - --sysconfdir=/etc \ 1.34 - --mandir=/usr/share/man \ 1.35 - --localstatedir=/var \ 1.36 - --with-xorg-module-dir=$MODS \ 1.37 + ./configure \ 1.38 + --sysconfdir=/etc \ 1.39 + --mandir=/usr/share/man \ 1.40 + --localstatedir=/var \ 1.41 + --with-xorg-module-dir=$MODS \ 1.42 $CONFIGURE_ARGS && 1.43 - make && make install 1.44 + make && 1.45 + make install 1.46 } 1.47 1.48 # Rules to gen a SliTaz package suitable for Tazpkg.