xf86-video-nouveau: update to 1.0.1.
This commit is contained in:
parent
849442d30b
commit
35187f2c0f
1 changed files with 7 additions and 21 deletions
|
@ -1,30 +1,16 @@
|
|||
# Template build file for 'xf86-video-nouveau'.
|
||||
pkgname=xf86-video-nouveau
|
||||
_distver=0.0.16
|
||||
_gitver="$(date +%Y%m%d)"
|
||||
version=${_distver}.${_gitver}
|
||||
build_style=gnu-configure
|
||||
nofetch=yes
|
||||
noextract=yes
|
||||
depends="xorg-server"
|
||||
makedepends="git automake pkg-config libdrm-devel>=2.4.34 libudev-devel>=183 xorg-server-devel xorg-util-macros"
|
||||
version=1.0.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
depends="xorg-server"
|
||||
makedepends="pkg-config libdrm-devel>=2.4.34 libudev-devel>=183 xorg-server-devel"
|
||||
short_desc="Xorg OpenSource NVIDIA video driver"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://nouveau.freedesktop.org/wiki/"
|
||||
license="GPL-2, MIT"
|
||||
checksum=017974b622eea3b4483405368492b0c6f178854a9b9753d50e13c578b8a328dc
|
||||
license="GPL-2"
|
||||
distfiles="http://nouveau.freedesktop.org/release/$pkgname-$version.tar.bz2"
|
||||
checksum=0b27a3bbbd97e71fb2248864b5c6c769f844d5e6bbb21351baa54f36a5f839f1
|
||||
long_desc="
|
||||
This is the video driver for NVIDIA cards for the Xorg by using the
|
||||
free software stack, nouveau."
|
||||
|
||||
do_fetch() {
|
||||
local gitrepo="git://anongit.freedesktop.org/nouveau/xf86-video-nouveau"
|
||||
# local gitrepo="git://github.com/skeggsb/xf86-video-nouveau.git"
|
||||
msg_normal "Fetching source from git repo at: $gitrepo\n"
|
||||
git clone --depth 1 -b master ${gitrepo} ${pkgname}-${version}
|
||||
}
|
||||
|
||||
pre_configure() {
|
||||
./autogen.sh
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue