diff options
author | Isaac David <isacdaavid@isacdaavid.info> | 2017-11-06 09:00:45 -0600 |
---|---|---|
committer | Isaac David <isacdaavid@isacdaavid.info> | 2017-11-06 09:03:03 -0600 |
commit | 79546d0a934fc752957505000358d870df200f7e (patch) | |
tree | 9e6bc7e5a68a813852d3a06d6d309fdc1695cab8 /libre/gnome-boxes | |
parent | be4e59113af15e71360500dda51bbceafef69dc5 (diff) | |
download | abslibre-79546d0a934fc752957505000358d870df200f7e.tar.gz abslibre-79546d0a934fc752957505000358d870df200f7e.tar.bz2 abslibre-79546d0a934fc752957505000358d870df200f7e.zip |
libre/gnome-boxes: update to 3.26.1-2.parabola1
-> https://labs.parabola.nu/issues/1517
Diffstat (limited to 'libre/gnome-boxes')
-rw-r--r-- | libre/gnome-boxes/PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/libre/gnome-boxes/PKGBUILD b/libre/gnome-boxes/PKGBUILD index 1f4608041..30450f6d8 100644 --- a/libre/gnome-boxes/PKGBUILD +++ b/libre/gnome-boxes/PKGBUILD @@ -6,19 +6,19 @@ # Contributor : André Silva <emulatorman@hyperbola.info> pkgname=gnome-boxes -pkgver=3.24.0 -pkgrel=1.parabola1 +pkgver=3.26.1 +pkgrel=2.parabola1 pkgdesc="Simple GNOME application to access remote or virtual systems, without suggestions (and logos) of nonfree operating systems" arch=('i686' 'x86_64' 'armv7h') url="https://wiki.gnome.org/Apps/Boxes" license=('LGPL') conflicts=(${pkgname}-libre) replaces=(${pkgname}-libre) -depends=('cdrkit' 'gtk-vnc' 'libarchive' 'libgudev' 'libosinfo' 'libsecret' 'libtracker-sparql' - 'libvirt-glib' 'mtools' 'qemu' 'spice-gtk3') +depends=('cdrkit' 'gtk-vnc' 'libarchive' 'libgudev' 'libosinfo' 'libsecret' 'tracker' + 'libvirt-glib' 'mtools' 'qemu' 'spice-gtk3' 'libgovirt') makedepends=('gobject-introspection' 'intltool' 'itstool' 'spice-protocol' 'vala') source=(https://download.gnome.org/sources/$pkgname/${pkgver::4}/$pkgname-$pkgver.tar.xz) -sha256sums=('7495ea7184b6ef650033daf6941328b785b22e522e8142b9d190575d215dec49') +sha256sums=('fc0d4479b076393caeeab22d9ae3247503b9eb15b6bfe8fdfab2f2435051fa58') prepare() { cd $pkgname-$pkgver @@ -32,7 +32,7 @@ prepare() { build() { cd $pkgname-$pkgver ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \ - --disable-schemas-compile + --disable-schemas-compile --enable-vala make } |