From 96da5b4e6675f61f918d8328951520c51eaaca9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Sat, 9 Apr 2016 14:41:20 -0300 Subject: gnome-boxes-3.20.0-1.parabola1: updating version --- libre/gnome-boxes/PKGBUILD | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'libre/gnome-boxes') diff --git a/libre/gnome-boxes/PKGBUILD b/libre/gnome-boxes/PKGBUILD index 24fce972c..6dcc2c57e 100644 --- a/libre/gnome-boxes/PKGBUILD +++ b/libre/gnome-boxes/PKGBUILD @@ -1,26 +1,26 @@ -# $Id: PKGBUILD 143889 2015-10-13 07:43:06Z heftig $ +# $Id: PKGBUILD 169746 2016-04-08 13:55:27Z bgyorgy $ # Maintainer (Arch): Balló György # Contributor (Arch): Stefano Facchini # Maintainer: André Silva # Contributor: Daniel Milewski pkgname=gnome-boxes -pkgver=3.18.1 +pkgver=3.20.0 pkgrel=1.parabola1 -pkgdesc="Simple GNOME 3 application to access remote or virtual systems, without nonfree system logos" +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=('clutter-gtk' 'gtk-vnc' 'libarchive' 'libosinfo' 'libsoup' 'libvirt-glib' +depends=('gtk-vnc' 'libarchive' 'libosinfo' 'libsoup' 'libvirt-glib' 'spice-gtk3' 'libtracker-sparql' 'qemu' 'cdrkit' 'mtools' 'dconf' - 'gnome-themes-standard' 'libusb' 'libgudev') + 'libusb' 'libgudev') makedepends=('gobject-introspection' 'intltool' 'itstool' 'spice-protocol' 'vala') install=$pkgname.install -source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver::4}/$pkgname-$pkgver.tar.xz +source=(https://download.gnome.org/sources/$pkgname/${pkgver::4}/$pkgname-$pkgver.tar.xz libre.patch) -sha256sums=('0235d7f76cf3faa3889b302c743d608759e84506657ed4e374592c39f768fb2b' +sha256sums=('fd9a72c39e2ab0cae39385830270dc88b5254667a4b95ac7ccf322a55b4677fb' '73ea08076d1e2608e27969fbf3127b5f45a659b2a8a89b04e349b519ce1d07ba') prepare() { @@ -32,7 +32,7 @@ prepare() { build() { cd $pkgname-$pkgver ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \ - --disable-static --disable-schemas-compile --enable-smartcard + --disable-schemas-compile --enable-smartcard make } -- cgit v1.2.2