xorg-xf86-video-qxl: dropped unused port

This commit is contained in:
Danny Rawlins 2021-02-01 21:33:16 +11:00
parent ba5c10c11c
commit 286efd3a72
3 changed files with 0 additions and 30 deletions

View File

@ -1,7 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/xorg/
drwxr-xr-x root/root usr/lib/xorg/modules/
drwxr-xr-x root/root usr/lib/xorg/modules/drivers/
-rwxr-xr-x root/root usr/lib/xorg/modules/drivers/qxl_drv.la
-rwxr-xr-x root/root usr/lib/xorg/modules/drivers/qxl_drv.so

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/xorg.pub
RWTSGWF5Q7TndK8CfhdHOW9L0DbkTXBAUV7qy0gyjjB5QLrsSStkk9Lw9UfVySuGHzmFxBmNztKjjvrJgt/5fGHA8gN1nFWN+QU=
SHA256 (Pkgfile) = 06d46c1cd3a9ce951b30e76aef4140141adaf36a98fd582600ef333e3e688abe
SHA256 (.footprint) = 64fa98cacb8ee8babfad362d4fd93e3c04e14ad03a8fd091bfa5dd91c28dffff
SHA256 (xf86-video-qxl-0.1.5.tar.bz2) = b18682e04503c6326f7bf7190f3ee50a3d4d69758a2a3cc9af102a6b3f114c92

View File

@ -1,18 +0,0 @@
# Description: QXL virtual GPU video driver for the Xorg X server
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: spice-protocol xorg-server
name=xorg-xf86-video-qxl
version=0.1.5
release=1
source=(https://www.x.org/archive/individual/driver/xf86-video-qxl-$version.tar.bz2)
build() {
cd xf86-video-qxl-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}