mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
xf86-video-intel: update to 2.99.917.57.
This commit is contained in:
parent
2f9912d601
commit
00b17179cd
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template build file for 'xf86-video-intel'.
|
# Template build file for 'xf86-video-intel'.
|
||||||
pkgname=xf86-video-intel
|
pkgname=xf86-video-intel
|
||||||
version=2.99.917.56
|
version=2.99.917.57
|
||||||
revision=1
|
revision=1
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -15,6 +15,7 @@ short_desc="Xorg DDX Intel video driver"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://xorg.freedesktop.org/"
|
homepage="http://xorg.freedesktop.org/"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
_commit=4798e18b2b2c8b0a05dc967e6140fd9962bc1a73
|
||||||
#distfiles="${XORG_SITE}/driver/$pkgname-$version.tar.bz2"
|
#distfiles="${XORG_SITE}/driver/$pkgname-$version.tar.bz2"
|
||||||
#checksum=00b781eea055582820a123c47b62411bdf6aabf4f03dc0568faec55faf9667c9
|
#checksum=00b781eea055582820a123c47b62411bdf6aabf4f03dc0568faec55faf9667c9
|
||||||
|
|
||||||
|
@ -23,8 +24,7 @@ LDFLAGS="-Wl,-z,lazy"
|
||||||
do_fetch() {
|
do_fetch() {
|
||||||
git clone git://anongit.freedesktop.org/xorg/driver/xf86-video-intel ${wrksrc}
|
git clone git://anongit.freedesktop.org/xorg/driver/xf86-video-intel ${wrksrc}
|
||||||
cd ${wrksrc}
|
cd ${wrksrc}
|
||||||
# Latest commit as of 20170610
|
git reset --hard $_commit
|
||||||
git reset --hard 6babcf15dd605ef40de53f5c34f95b7fd195edbe
|
|
||||||
}
|
}
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
NOCONFIGURE=1 ./autogen.sh
|
NOCONFIGURE=1 ./autogen.sh
|
||||||
|
|
Loading…
Add table
Reference in a new issue