[arch-commits] Commit in spice-gtk/repos/community-x86_64 (4 files)

Brett Cornwall ainola at gemini.archlinux.org
Sat Feb 12 02:51:45 UTC 2022


    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 <pupykin.s+arch at gmail.com>
-# Contributor: Stefano Facchini <stefano.facchini at gmail.com>
-# Contributor: Jonathan Lestrelin <zanko at daemontux.org>
-# Contributor: Lucio Zara <pennega at gmail.com>
-
-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 <me at victortoso.com>
-
-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 <ainola at archlinux.org>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Stefano Facchini <stefano.facchini at gmail.com>
+# Contributor: Jonathan Lestrelin <zanko at daemontux.org>
+# Contributor: Lucio Zara <pennega at gmail.com>
+
+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 <me at victortoso.com>
+
+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
+}



More information about the arch-commits mailing list