[arch-commits] Commit in virt-viewer/trunk (PKGBUILD)

Christian Rebischke shibumi at archlinux.org
Sun Aug 19 02:13:23 UTC 2018


    Date: Sunday, August 19, 2018 @ 02:13:23
  Author: shibumi
Revision: 372731

upgpkg: virt-viewer 7.0-2

Fix: #59705

Modified:
  virt-viewer/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-19 02:04:25 UTC (rev 372730)
+++ PKGBUILD	2018-08-19 02:13:23 UTC (rev 372731)
@@ -5,7 +5,7 @@
 
 pkgname=virt-viewer
 pkgver=7.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A lightweight interface for interacting with the graphical display of virtualized guest OS."
 depends=('gtk-vnc' 'libvirt' 'spice-gtk3' 'desktop-file-utils' 'libvirt-glib')
 makedepends=('intltool' 'spice-protocol')
@@ -20,7 +20,7 @@
 
 build() {
   cd $srcdir/virt-viewer-$pkgver
-  ./configure --prefix=/usr --with-gtk=3.0 --disable-update-mimedb
+  ./configure --prefix=/usr --with-spice --disable-update-mimedb
   make
 }
 



More information about the arch-commits mailing list