[arch-commits] Commit in gnome-boxes/trunk (PKGBUILD)

Balló György bgyorgy at archlinux.org
Thu Oct 6 16:16:07 UTC 2016


    Date: Thursday, October 6, 2016 @ 16:16:06
  Author: bgyorgy
Revision: 191489

upgpkg: gnome-boxes 3.22.0-1

Update to new version

Modified:
  gnome-boxes/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-10-06 16:06:34 UTC (rev 191488)
+++ PKGBUILD	2016-10-06 16:16:06 UTC (rev 191489)
@@ -3,23 +3,21 @@
 # Contributor: Stefano Facchini <stefano.facchini at gmail.com>
 
 pkgname=gnome-boxes
-pkgver=3.20.2
-pkgrel=2
+pkgver=3.22.0
+pkgrel=1
 pkgdesc="Simple GNOME application to access remote or virtual systems"
 arch=('i686' 'x86_64')
 url="https://wiki.gnome.org/Apps/Boxes"
 license=('LGPL')
-depends=('gtk-vnc' 'libarchive' 'libosinfo' 'libsoup' 'libvirt-glib'
-         'spice-gtk3' 'libtracker-sparql' 'qemu' 'cdrkit' 'mtools' 'dconf'
-         'libusb' 'libgudev')
+depends=('cdrkit' 'gtk-vnc' 'libarchive' 'libgudev' 'libosinfo' 'libtracker-sparql' 'libvirt-glib' 'mtools' 'qemu' 'spice-gtk3')
 makedepends=('gobject-introspection' 'intltool' 'itstool' 'spice-protocol' 'vala')
 source=(https://download.gnome.org/sources/$pkgname/${pkgver::4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('c0379ce1de9d2a43a6875cbe1f2ef7ef69161b284926d59c44246a9142130fc5')
+sha256sums=('9f02e3032f8b6aaa77d9eab6aabe7fc09902be429e266ad9fd4185b94ac867ee')
 
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \
-              --disable-schemas-compile --enable-smartcard
+              --disable-schemas-compile
   make
 }
 



More information about the arch-commits mailing list