mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
gnome-boxes: update to 3.28.5.
This commit is contained in:
parent
9db0f35895
commit
017292dcde
1 changed files with 12 additions and 17 deletions
|
@ -1,25 +1,20 @@
|
||||||
# Template file for 'gnome-boxes'
|
# Template file for 'gnome-boxes'
|
||||||
pkgname=gnome-boxes
|
pkgname=gnome-boxes
|
||||||
version=3.26.2
|
version=3.28.5
|
||||||
revision=1
|
revision=1
|
||||||
# XXX ovirt support.
|
# XXX ovirt support.
|
||||||
build_style=gnu-configure
|
build_style=meson
|
||||||
hostmakedepends="pkg-config intltool itstool $(vopt_if gir gobject-introspection)"
|
configure_args="-Dovirt=false"
|
||||||
makedepends="clutter-gtk-devel gtk+3-devel gtk-vnc-devel libuuid-devel
|
hostmakedepends="gobject-introspection intltool itstool pkg-config"
|
||||||
libvirt-glib-devel libxml2-devel libgudev-devel libosinfo-devel
|
makedepends="clutter-gtk-devel gtk-vnc-devel libarchive-devel libosinfo-devel
|
||||||
tracker-devel spice-gtk-devel spice-protocol vala-devel
|
libsecret-devel libsoup-devel libusb-devel libvirt-glib-devel spice-gtk-devel
|
||||||
libsoup-devel libarchive-devel libusb-devel libsecret-devel"
|
spice-protocol tracker-devel vala-devel webkit2gtk-devel"
|
||||||
depends="qemu libvirt-glib>=0.1.6 libosinfo>=0.2.10 desktop-file-utils
|
depends="desktop-file-utils hicolor-icon-theme libosinfo libvirt-glib qemu"
|
||||||
hicolor-icon-theme shared-mime-info"
|
|
||||||
short_desc="GNOME 3 application to access remote or virtual systems"
|
short_desc="GNOME 3 application to access remote or virtual systems"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
|
license="LGPL-2.0-or-later"
|
||||||
homepage="https://live.gnome.org/Boxes"
|
homepage="https://live.gnome.org/Boxes"
|
||||||
license="LGPL-2"
|
changelog="https://raw.githubusercontent.com/GNOME/gnome-boxes/gnome-3-28/NEWS"
|
||||||
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=d00fc083182963dc1bbdee5e743ceb28ba03fbf5a9ea87c78d29dca5fb5b9210
|
checksum=f5de0987c2f4f710cc6a7a0333ab4db2f9253aeb2dab9c0e3ddc867e758d38fc
|
||||||
nocross="won't cross-compile without gobject-introspection, gobject-intropection can't be cross compiled"
|
nocross="won't cross-compile without gobject-introspection, gobject-intropection can't be cross compiled"
|
||||||
|
|
||||||
build_options="gir"
|
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
|
||||||
build_options_default+=" gir"
|
|
||||||
fi
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue