From 272f38c05850b041083f8baa9cc485db649febd5 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Thu, 13 Oct 2016 02:18:11 -0300 Subject: gnome-boxes-3.22.1-1.parabola1: updating version --- libre/gnome-boxes/PKGBUILD | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/libre/gnome-boxes/PKGBUILD b/libre/gnome-boxes/PKGBUILD index a416790a1..b6e9b1636 100644 --- a/libre/gnome-boxes/PKGBUILD +++ b/libre/gnome-boxes/PKGBUILD @@ -1,25 +1,23 @@ -# $Id: PKGBUILD 180822 2016-06-23 14:37:44Z spupykin $ +# $Id: PKGBUILD 191825 2016-10-10 10:20:04Z bgyorgy $ # Maintainer (Arch): Balló György # Contributor (Arch): Stefano Facchini # Maintainer: André Silva # Contributor: Daniel Milewski pkgname=gnome-boxes -pkgver=3.20.2 -pkgrel=2.parabola1 +pkgver=3.22.1 +pkgrel=1.parabola1 pkgdesc="Simple GNOME application to access remote or virtual systems, without nonfree system logos" arch=('i686' 'x86_64') url="https://wiki.gnome.org/Apps/Boxes" license=('LGPL') conflicts=(${pkgname}-libre) replaces=(${pkgname}-libre) -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 libre.patch) -sha256sums=('c0379ce1de9d2a43a6875cbe1f2ef7ef69161b284926d59c44246a9142130fc5' +sha256sums=('be807d9336e96af6dea8f269a4b6dbbd3e9bb5fd135efc952aa2d62dde87b8ea' '73ea08076d1e2608e27969fbf3127b5f45a659b2a8a89b04e349b519ce1d07ba') prepare() { @@ -31,7 +29,7 @@ prepare() { build() { cd $pkgname-$pkgver ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \ - --disable-schemas-compile --enable-smartcard + --disable-schemas-compile make } -- cgit v1.2.3-54-g00ecf