Package Details: spice-guest-tools-windows 0.141-1

Git Clone URL: https://aur.archlinux.org/spice-guest-tools-windows.git (read-only, click to copy)
Package Base: spice-guest-tools-windows
Description: Windows XP-10/2003-2016 guest drivers and agent for SPICE-enabled QEMU VMs
Upstream URL: https://www.spice-space.org/
Licenses: GPL2
Submitter: chungy
Maintainer: chungy
Last Packager: chungy
Votes: 15
Popularity: 0.65
First Submitted: 2014-05-28 12:28 (UTC)
Last Updated: 2018-06-21 21:22 (UTC)

Latest Comments

afsn commented on 2022-06-07 19:52 (UTC)

If possible, it would be nice to have Spice WebDAV for folder sharing compatibility

snfesh commented on 2021-06-23 06:19 (UTC) (edited on 2021-06-23 06:19 (UTC) by snfesh)

Can you add the Spice WebDAV daemon x86 and x64 to ISO? https://www.spice-space.org/download/windows/spice-webdavd/

egrupled commented on 2017-10-31 14:44 (UTC)

Can you add source gpg verification like below? Public key can be found here: https://pgp.mit.edu/pks/lookup?op=get&search=0xA9D8C21429AC6C82 # Maintainer: Mike Swanson <mikeonthecomputer@gmail.com> pkgname=spice-guest-tools-windows pkgver=0.132 pkgrel=2 pkgdesc='Windows XP-10/2003-2016 guest drivers and agent for SPICE-enabled QEMU VMs' arch=('any') url="https://www.spice-space.org/" license=('GPL2') makedepends=('dos2unix' 'xorriso') install=spice-guest-tools-windows.install source=("${url}download/windows/spice-guest-tools/spice-guest-tools-${pkgver}/spice-guest-tools-${pkgver}.exe"{,.sign}) sha512sums=('dfd94af10cf2c8afc9344f69c87f6ec5141f82058a7a20d0d4a873d3693c8cda29497e058ab2f54294be571d8e7f1d0a7b1d779710eb9c601b0607228208b69f' 'SKIP') validpgpkeys=('94A9F75661F77A6168649B23A9D8C21429AC6C82') build() { cd "$srcdir" mkdir cdrom cat > cdrom/autorun.inf <<EOF [autorun] open=spice-guest-tools-${pkgver}.exe label=SPICE Guest Tools ${pkgver} EOF unix2dos cdrom/autorun.inf cp -aL spice-guest-tools-${pkgver}.exe cdrom mod_date="$(date -ud "$(stat -c %y cdrom/spice-guest-tools-${pkgver}.exe)" \ +%Y%m%d%H%M%S%N | cut -c -16)" xorrisofs -V "SPICE Guest Tools ${pkgver}" -p "XORRISO, LIBISOBURN, LIBISOFS, LIBBURN" \ --set_all_file_dates $mod_date --modification-date=$mod_date \ -r -J -o spice-guest-tools.iso cdrom } package() { cd "$srcdir" install -d -m 755 "$pkgdir"/usr/share/spice-guest-tools install -m 444 spice-guest-tools.iso "$pkgdir"/usr/share/spice-guest-tools }