summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormain()2016-11-27 00:05:06 +0100
committermain()2016-11-27 00:05:35 +0100
commit331ab71eb2dc0ef086a6388602a4644f61c9e0b8 (patch)
tree2e020c4a612fce21fdc32eaca2551a48cf85cf51
parent22bb1039039e5ff18e4237ed8172e8739a27cc83 (diff)
downloadaur-331ab71eb2dc0ef086a6388602a4644f61c9e0b8.tar.gz
Add virtio drivers
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d6130b3f125f..8e3272d486b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -19,7 +19,9 @@ pkgbase = windows-gaming-git
conflicts = windows-gaming
backup = etc/windows-gaming-driver.toml
source = git+https://github.com/main--/windows-gaming.git
+ source = https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/archive-virtio/virtio-win-0.1.126-2/virtio-win_amd64.vfd
md5sums = SKIP
+ md5sums = 954ca57735102d16e87a7c4caa979f67
pkgname = windows-gaming-git
diff --git a/PKGBUILD b/PKGBUILD
index dbe9e4f3728f..3ed515297af1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,9 +24,9 @@ replaces=()
backup=('etc/windows-gaming-driver.toml')
options=()
install=
-source=('git+https://github.com/main--/windows-gaming.git')
+source=('git+https://github.com/main--/windows-gaming.git' 'https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/archive-virtio/virtio-win-0.1.126-2/virtio-win_amd64.vfd')
noextract=()
-md5sums=('SKIP')
+md5sums=('SKIP' '954ca57735102d16e87a7c4caa979f67')
# Please refer to the 'USING VCS SOURCES' section of the PKGBUILD man page for
# a description of each element in the source array.
@@ -80,6 +80,7 @@ package() {
cp ovmf-x64/OVMF_CODE-pure-efi.fd $pkgdir/usr/lib/windows-gaming/ovmf-code.fd
cp ovmf-x64/OVMF_VARS-pure-efi.fd $pkgdir/usr/lib/windows-gaming/ovmf-vars.fd
cp guest-agent/windows-gaming-ga.iso $pkgdir/usr/lib/windows-gaming/
+ cp ../virtio-win_amd64.vfd $pkgdir/usr/lib/windows-gaming/virtio-win.vfd
install -D -m644 config-sample.toml $pkgdir/etc/windows-gaming-driver.toml
install -D -m644 windows.service $pkgdir/usr/lib/systemd/system/windows.service
}