summaryrefslogtreecommitdiff
path: root/user/spice-gtk
diff options
context:
space:
mode:
authorSíle Ekaterin Liszka <sheila@vulpine.house>2023-11-04 13:22:50 -0700
committerZach van Rijn <me@zv.io>2023-11-05 14:57:19 +0000
commite2fc848ec9407ca1fad2c50cf3d41eca893ebfe7 (patch)
tree13d9f42d2dd5760339fbdab4011f890dc752783c /user/spice-gtk
parent6a5c98938ba24b8fec6f6703553f9037df3fa2f8 (diff)
downloadpackages-e2fc848ec9407ca1fad2c50cf3d41eca893ebfe7.tar.gz
packages-e2fc848ec9407ca1fad2c50cf3d41eca893ebfe7.tar.bz2
packages-e2fc848ec9407ca1fad2c50cf3d41eca893ebfe7.tar.xz
packages-e2fc848ec9407ca1fad2c50cf3d41eca893ebfe7.zip
user/spice-gtk: upgrade to 0.42
Diffstat (limited to 'user/spice-gtk')
-rw-r--r--user/spice-gtk/APKBUILD15
1 files changed, 5 insertions, 10 deletions
diff --git a/user/spice-gtk/APKBUILD b/user/spice-gtk/APKBUILD
index e8a558036..dae9a0eca 100644
--- a/user/spice-gtk/APKBUILD
+++ b/user/spice-gtk/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Max Rees <maxcrees@me.com>
pkgname=spice-gtk
-pkgver=0.38
-pkgrel=1
+pkgver=0.42
+pkgrel=0
pkgdesc="A GTK+ widget for SPICE clients"
url="https://www.spice-space.org/"
arch="all"
@@ -19,9 +19,7 @@ makedepends="$depends_dev acl-dev bash cyrus-sasl-dev eudev-dev
zlib-dev"
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang spicy
spice-glib:glib"
-source="https://www.spice-space.org/download/gtk/$pkgname-$pkgver.tar.xz
- macro.patch
- "
+source="https://www.spice-space.org/download/gtk/$pkgname-$pkgver.tar.xz"
build() {
# Note: pulseaudio support is disabled because it's deprecated.
@@ -30,14 +28,12 @@ build() {
# USB redirection is disabled until there is reasonable belief
# that it is endian safe.
# https://gitlab.freedesktop.org/spice/spice-gtk/-/issues/120
- meson \
+ meson setup \
--prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
--localstatedir=/var \
--buildtype=release \
- -Dcelt051=disabled \
- -Dpulse=disabled \
-Dusbredir=disabled \
-Dcoroutine=gthread \
. output
@@ -68,5 +64,4 @@ glib() {
"$subpkgdir"/usr/lib/girepository-1.0/
}
-sha512sums="27b44ac9f0cee2737ce03bb3f47c62fc0ee2402c291c49fc56cffc4ccb63e2cab001a68ba865a6375d82cb38444408d59c68469783ee4279fa818d8682e902f3 spice-gtk-0.38.tar.xz
-9bae6a1866c977d6b7e032e0fe1f8ce07ccfd8777e982453629d9dce284a6f02c68ab8b073865e3c36340e22dd2f83fbda4cabd3a5bc8a274b3a0bbf9c031ccd macro.patch"
+sha512sums="fd567e35f6d4ebfe6ef004f358dca4c41254336f55f7dd26cf67b62b2acb4866907186bd0526b7cb52b0c24020cdc8809251127498a8d357555bb0c5d3b8f137 spice-gtk-0.42.tar.xz"