# $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.20.0 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') makedepends=('gobject-introspection' 'intltool' 'itstool' 'spice-protocol' 'vala') install=$pkgname.install source=(https://download.gnome.org/sources/$pkgname/${pkgver::4}/$pkgname-$pkgver.tar.xz libre.patch) sha256sums=('fd9a72c39e2ab0cae39385830270dc88b5254667a4b95ac7ccf322a55b4677fb' '73ea08076d1e2608e27969fbf3127b5f45a659b2a8a89b04e349b519ce1d07ba') prepare() { cd $pkgname-$pkgver patch -Np1 -i "$srcdir/libre.patch" } build() { cd $pkgname-$pkgver ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \ --disable-schemas-compile --enable-smartcard make } package() { cd $pkgname-$pkgver make DESTDIR="$pkgdir" install }