xorg-xf86-video-intel: update to 2.99.917-870

This commit is contained in:
Juergen Daubert 2019-09-01 13:28:30 +02:00
parent 782e67526f
commit 4e56602a30
3 changed files with 12 additions and 10 deletions

View File

@ -22,3 +22,6 @@ drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man4/
-rw-r--r-- root/root usr/share/man/man4/intel-virtual-output.4.gz
-rw-r--r-- root/root usr/share/man/man4/intel.4.gz
drwxr-xr-x root/root usr/share/polkit-1/
drwxr-xr-x root/root usr/share/polkit-1/actions/
-rw-r--r-- root/root usr/share/polkit-1/actions/org.x.xf86-video-intel.backlight-helper.policy

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
RWTSGWF5Q7TndEegN+Cm4iJlDduLj1zJ8sgPtDg9aPQwq/b7UHZGaPdAZW3arHzAlYOlk2iAtuj1rRGLHR0y7RG6MGtzOLDc3gQ=
SHA256 (Pkgfile) = ec838c0ba8ad1bb03bc4b10dbb5b3abbd4e9e46d2d5b0293f51589dcc5cb9b49
SHA256 (.footprint) = ebc72fc7d4269f8e40b9c6b3c253a8bd2f3d713a4a51617498030feedbb26ed7
SHA256 (xf86-video-intel-2.99.917-855.tar.xz) = fbf1daae039cd50c60230a86c838badeb6993e6e11ea71bd2739df23c680720a
RWTSGWF5Q7TndLj/5ORQwHq7xY80V10HTq+FOGLIhfBLP/PqjsmX/OXdGcICgEp5v8rA87ttMb3b+uVxNfZgCtRFLFeXWjM5cgc=
SHA256 (Pkgfile) = 076865b64ee75e6378039779fabc9f4f626120f213929157f34bc1fbc780377e
SHA256 (.footprint) = 7a1480234ab1037e96985a2dea2b9a26a0ee76854351e7d6687b8266e8648518
SHA256 (xf86-video-intel-2.99.917-870.tar.xz) = cbf8ae788f1c08e9fbff0729e68eb7ad0b7e8ecea19ad14119a2c674c7c8d87b

View File

@ -4,19 +4,18 @@
# Depends on: xorg-libxscrnsaver xorg-server
name=xorg-xf86-video-intel
version=2.99.917-855
version=2.99.917-870
release=1
source=(http://crux.nu/files/distfiles/xf86-video-intel-$version.tar.xz)
build() {
cd xf86-video-intel-$version
./configure --prefix=/usr \
--libexecdir=/usr/lib/xf86-video-intel \
--enable-tools
./configure \
--prefix=/usr \
--libexecdir=/usr/lib/xf86-video-intel \
--enable-tools
make
make DESTDIR=$PKG install
find $PKG/usr/share/* -maxdepth 0 -type d \! -name "man" -exec rm -r '{}' \;
}