summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Bruguera2022-02-13 16:29:19 +0100
committerJoan Bruguera2022-02-13 16:29:32 +0100
commit8242f8be95e66eb21398f5fe3c6dc0ba3b04a3bb (patch)
tree83c2f55b9cbfbdb36f2208875c7ed531d86f942c
parent615d786895468cb4796a89f70630d5511869b429 (diff)
downloadaur-8242f8be95e66eb21398f5fe3c6dc0ba3b04a3bb.tar.gz
Sync with ArchLinux upstream.
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD24
2 files changed, 29 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ddc803bf42c..f79eed6e6e42 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = spice-gtk-extra-mouse-buttons
pkgdesc = GTK+ client library for SPICE (with support for extra mouse buttons)
pkgver = 0.39
- pkgrel = 3.3
+ pkgrel = 4.3
url = https://www.spice-space.org/
install = spice-gtk.install
arch = x86_64
@@ -11,14 +11,16 @@ pkgbase = spice-gtk-extra-mouse-buttons
makedepends = spice-protocol
makedepends = usbutils
makedepends = vala
- depends = gtk3
+ makedepends = wayland-protocols
+ depends = gst-plugins-base
+ depends = gst-plugins-good
depends = libcacard
- depends = libjpeg-turbo
- depends = opus
+ depends = libgtk-3.so
+ depends = libjpeg.so
+ depends = libopus.so
depends = phodav
+ depends = polkit
depends = usbredir
- depends = gst-plugins-base
- depends = gst-plugins-good
provides = spice-glib=0.39
provides = spice-gtk3=0.39
provides = spice-gtk
diff --git a/PKGBUILD b/PKGBUILD
index 465aafc17eda..543ac841be9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,6 @@
# Maintainer: Joan Bruguera Micó <joanbrugueram@gmail.com>
# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Maintainer: Brett Cornwall <ainola@archlinux.org>
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Stefano Facchini <stefano.facchini@gmail.com>
# Contributor: Jonathan Lestrelin <zanko@daemontux.org>
@@ -7,13 +8,30 @@
pkgname=spice-gtk
pkgver=0.39
-pkgrel=3
+pkgrel=4
pkgdesc="GTK+ client library for SPICE"
arch=('x86_64')
url="https://www.spice-space.org/"
license=('LGPL2.1')
-depends=('gtk3' 'libcacard' 'libjpeg-turbo' 'opus' 'phodav' 'usbredir' 'gst-plugins-base' 'gst-plugins-good')
-makedepends=('gobject-introspection' 'meson' 'spice-protocol' 'usbutils' 'vala')
+depends=(
+ 'gst-plugins-base'
+ 'gst-plugins-good'
+ 'libcacard'
+ 'libgtk-3.so'
+ 'libjpeg.so'
+ 'libopus.so'
+ 'phodav'
+ 'polkit'
+ 'usbredir'
+)
+makedepends=(
+ 'gobject-introspection'
+ 'meson'
+ 'spice-protocol'
+ 'usbutils'
+ 'vala'
+ 'wayland-protocols'
+)
provides=("spice-glib=$pkgver" "spice-gtk3=$pkgver")
replaces=('spice-glib' 'spice-gtk3')
source=("https://www.spice-space.org/download/gtk/$pkgname-$pkgver.tar.xz"{,.sig})