Date: Wednesday, February 1, 2023 @ 00:43:56
Author: ainola
Revision: 1391613
archrelease: copy trunk to community-x86_64
Added:
spice-gtk/repos/community-x86_64/PKGBUILD
(from rev 1391612, spice-gtk/trunk/PKGBUILD)
spice-gtk/repos/community-x86_64/keys/
spice-gtk/repos/community-x86_64/spice-gtk.install
(from rev 1391612, spice-gtk/trunk/spice-gtk.install)
Deleted:
spice-gtk/repos/community-x86_64/PKGBUILD
spice-gtk/repos/community-x86_64/keys/
spice-gtk/repos/community-x86_64/spice-gtk.install
-------------------+
PKGBUILD | 108 ++++++++++++++++++++++++++--------------------------
spice-gtk.install | 16 +++----
2 files changed, 62 insertions(+), 62 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-02-01 00:43:21 UTC (rev 1391612)
+++ PKGBUILD 2023-02-01 00:43:56 UTC (rev 1391613)
@@ -1,54 +0,0 @@
-# Maintainer: Brett Cornwall <[email protected]>
-# Contributor: 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.41
-pkgrel=6
-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'
- 'python-pyparsing'
- 'spice-protocol'
- 'usbutils'
- 'vala'
- 'wayland-protocols'
-)
-provides=("spice-glib=$pkgver" "spice-gtk3=$pkgver")
-replaces=('spice-glib' 'spice-gtk3')
-install=spice-gtk.install
-source=("https://www.spice-space.org/download/gtk/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('d8f8b5cbea9184702eeb8cc276a67d72acdb6e36e7c73349fb8445e5bca0969f'
- 'SKIP')
-validpgpkeys=('206D3B352F566F3B0E6572E997D9123DE37A484F') # Victor Toso de
Carvalho <[email protected]>
-
-build() {
- arch-meson $pkgname-$pkgver build
- meson compile -C build
-}
-
-check() {
- meson test -C build --print-errorlogs
-}
-
-package() {
- meson install -C build --destdir "$pkgdir"
-}
Copied: spice-gtk/repos/community-x86_64/PKGBUILD (from rev 1391612,
spice-gtk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-02-01 00:43:56 UTC (rev 1391613)
@@ -0,0 +1,54 @@
+# Maintainer: Brett Cornwall <[email protected]>
+# Contributor: 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.42
+pkgrel=1
+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'
+ 'python-pyparsing'
+ 'spice-protocol'
+ 'usbutils'
+ 'vala'
+ 'wayland-protocols'
+)
+provides=("spice-glib=$pkgver" "spice-gtk3=$pkgver")
+replaces=('spice-glib' 'spice-gtk3')
+install=spice-gtk.install
+source=("https://www.spice-space.org/download/gtk/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('9380117f1811ad1faa1812cb6602479b6290d4a0d8cc442d44427f7f6c0e7a58'
+ 'SKIP')
+validpgpkeys=('206D3B352F566F3B0E6572E997D9123DE37A484F') # Victor Toso de
Carvalho <[email protected]>
+
+build() {
+ arch-meson $pkgname-$pkgver build
+ meson compile -C build
+}
+
+check() {
+ meson test -C build --print-errorlogs
+}
+
+package() {
+ meson install -C build --destdir "$pkgdir"
+}
Deleted: spice-gtk.install
===================================================================
--- spice-gtk.install 2023-02-01 00:43:21 UTC (rev 1391612)
+++ spice-gtk.install 2023-02-01 00:43:56 UTC (rev 1391613)
@@ -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 1391612,
spice-gtk/trunk/spice-gtk.install)
===================================================================
--- spice-gtk.install (rev 0)
+++ spice-gtk.install 2023-02-01 00:43:56 UTC (rev 1391613)
@@ -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
+}