Skip to content

Commit

Permalink
xf86-video-intel: update to 2.99.917.20210115.
Browse files Browse the repository at this point in the history
Also, switch to the actual gitlab and fetch the tarball directly.
  • Loading branch information
abenson committed Mar 30, 2021
1 parent c4d2e4d commit 728d0d7
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions srcpkgs/xf86-video-intel/template
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Template file for 'xf86-video-intel'
pkgname=xf86-video-intel
version=2.99.917.20200515
version=2.99.917.20210115
revision=1
_commit=5ca3ac1a90af177eb111a965e9b4dd8a27cc58fc
_commit=31486f40f8e8f8923ca0799aea84b58799754564
archs="i686* x86_64*"
wrksrc="xf86-video-intel-master-${_commit}"
build_style=gnu-configure
configure_args="--with-default-dri=3"
hostmakedepends="git automake libtool pkg-config xorg-util-macros"
Expand All @@ -13,20 +14,14 @@ depends="virtual?xserver-abi-video-24_1 mesa-dri"
short_desc="Xorg DDX Intel video driver"
maintainer="Benjamin Slade <slade@lambda-y.net>"
license="MIT"
homepage="https://cgit.freedesktop.org/xorg/driver/xf86-video-intel"
homepage="https://gitlab.freedesktop.org/xorg/driver/xf86-video-intel/"
distfiles="${homepage}/-/archive/master/xf86-video-intel-${_commit}.tar.gz"
checksum=3cdcf2f84bddf9e9174a8413d8fc855dae893dbc53889329978dec62ee8f6e62
lib32disabled=yes

CFLAGS="-fcommon"
LDFLAGS="-Wl,-z,lazy"

do_fetch() {
git clone --single-branch \
https://gitlab.freedesktop.org/xorg/driver/xf86-video-intel.git \
${wrksrc}
cd ${wrksrc}
git reset --hard ${_commit}
}

pre_configure() {
NOCONFIGURE=1 ./autogen.sh
}
Expand Down

0 comments on commit 728d0d7

Please sign in to comment.