Date: Saturday, February 12, 2022 @ 02:51:45
  Author: ainola
Revision: 1132394

archrelease: copy trunk to community-x86_64

Added:
  spice-gtk/repos/community-x86_64/PKGBUILD
    (from rev 1132393, spice-gtk/trunk/PKGBUILD)
  spice-gtk/repos/community-x86_64/spice-gtk.install
    (from rev 1132393, spice-gtk/trunk/spice-gtk.install)
Deleted:
  spice-gtk/repos/community-x86_64/PKGBUILD
  spice-gtk/repos/community-x86_64/spice-gtk.install

-------------------+
 PKGBUILD          |   88 +++++++++++++++++++++++++++++++---------------------
 spice-gtk.install |   16 ++++-----
 2 files changed, 61 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-02-12 02:51:22 UTC (rev 1132393)
+++ PKGBUILD    2022-02-12 02:51:45 UTC (rev 1132394)
@@ -1,35 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Sergej Pupykin <[email protected]>
-# Contributor: Stefano Facchini <[email protected]>
-# Contributor: Jonathan Lestrelin <[email protected]>
-# Contributor: Lucio Zara <[email protected]>
-
-pkgname=spice-gtk
-pkgver=0.39
-pkgrel=3
-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')
-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})
-install=spice-gtk.install
-sha256sums=('23acbee197eaaec9bce6e6bfd885bd8f79708332639243ff04833020865713cd'
-            'SKIP')
-validpgpkeys=('206D3B352F566F3B0E6572E997D9123DE37A484F') # Victor Toso de 
Carvalho <[email protected]>
-
-build() {
-  arch-meson $pkgname-$pkgver build -D celt051=disabled
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: spice-gtk/repos/community-x86_64/PKGBUILD (from rev 1132393, 
spice-gtk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-02-12 02:51:45 UTC (rev 1132394)
@@ -0,0 +1,53 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Maintainer: Brett Cornwall <[email protected]>
+# Contributor: Sergej Pupykin <[email protected]>
+# Contributor: Stefano Facchini <[email protected]>
+# Contributor: Jonathan Lestrelin <[email protected]>
+# Contributor: Lucio Zara <[email protected]>
+
+pkgname=spice-gtk
+pkgver=0.39
+pkgrel=4
+pkgdesc="GTK+ client library for SPICE"
+arch=('x86_64')
+url="https://www.spice-space.org/";
+license=('LGPL2.1')
+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})
+install=spice-gtk.install
+sha256sums=('23acbee197eaaec9bce6e6bfd885bd8f79708332639243ff04833020865713cd'
+            'SKIP')
+validpgpkeys=('206D3B352F566F3B0E6572E997D9123DE37A484F') # Victor Toso de 
Carvalho <[email protected]>
+
+build() {
+  arch-meson $pkgname-$pkgver build
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}

Deleted: spice-gtk.install
===================================================================
--- spice-gtk.install   2022-02-12 02:51:22 UTC (rev 1132393)
+++ spice-gtk.install   2022-02-12 02:51:45 UTC (rev 1132394)
@@ -1,8 +0,0 @@
-post_install() {
-# this is executed by make install, but doesn't work since setcap can only be 
run as root
-  setcap CAP_FOWNER=+ep /usr/lib/spice-client-glib-usb-acl-helper
-}
-
-post_upgrade() {
-  post_install
-}

Copied: spice-gtk/repos/community-x86_64/spice-gtk.install (from rev 1132393, 
spice-gtk/trunk/spice-gtk.install)
===================================================================
--- spice-gtk.install                           (rev 0)
+++ spice-gtk.install   2022-02-12 02:51:45 UTC (rev 1132394)
@@ -0,0 +1,8 @@
+post_install() {
+# this is executed by make install, but doesn't work since setcap can only be 
run as root
+  setcap CAP_FOWNER=+ep /usr/lib/spice-client-glib-usb-acl-helper
+}
+
+post_upgrade() {
+  post_install
+}

Reply via email to