[arch-commits] Commit in spice-vdagent/repos/community-testing-x86_64 (2 files)

Brett Cornwall ainola at gemini.archlinux.org
Tue Feb 15 23:47:21 UTC 2022


    Date: Tuesday, February 15, 2022 @ 23:47:20
  Author: ainola
Revision: 1133415

archrelease: copy trunk to community-testing-x86_64

Added:
  spice-vdagent/repos/community-testing-x86_64/PKGBUILD
    (from rev 1133414, spice-vdagent/trunk/PKGBUILD)
Deleted:
  spice-vdagent/repos/community-testing-x86_64/PKGBUILD

----------+
 PKGBUILD |   84 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-15 23:46:58 UTC (rev 1133414)
+++ PKGBUILD	2022-02-15 23:47:20 UTC (rev 1133415)
@@ -1,42 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: mutantmonkey <aur at mutantmonkey.in>
-
-pkgname=spice-vdagent
-pkgver=0.22.0
-pkgrel=1
-pkgdesc="Spice agent for Linux guests"
-arch=('x86_64')
-url="https://www.spice-space.org/"
-license=('GPL')
-depends=('alsa-lib' 'dbus' 'glib2' 'gtk3' 'libdrm' 'libpciaccess' 'libxfixes' 'libxinerama' 'libxrandr' 'systemd')
-makedepends=('spice-protocol' 'git')
-checkdepends=('procps-ng')
-backup=('etc/conf.d/spice-vdagentd')
-source=("https://www.spice-space.org/download/releases/$pkgname-$pkgver.tar.bz2")
-sha256sums=('553597a2ee3dcecd687db3fd92c6b6bb460260a53879d914ae9619ce81a8fb93')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i 's|/etc/sysconfig/spice-vdagentd|/etc/conf.d/spice-vdagentd|
-          s|/usr/sbin/spice-vdagentd|/usr/bin/spice-vdagentd|' data/spice-vdagentd.service
-  sed -i 's|/etc/sysconfig/spice-vdagentd|/etc/conf.d/spice-vdagentd|' data/spice-vdagentd.1.in
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --sbindir=/usr/bin \
-              --with-session-info=systemd --with-init-script=systemd
-  make
-}
-
-check() {
-  make -C $pkgname-$pkgver check || : # test-session-info fails
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  rm -r "$pkgdir/var"
-  install -dm755 "$pkgdir/etc/conf.d/"
-  echo 'SPICE_VDAGENTD_EXTRA_ARGS=""' > "$pkgdir/etc/conf.d/spice-vdagentd"
-}

Copied: spice-vdagent/repos/community-testing-x86_64/PKGBUILD (from rev 1133414, spice-vdagent/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-15 23:47:20 UTC (rev 1133415)
@@ -0,0 +1,42 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: mutantmonkey <aur at mutantmonkey.in>
+
+pkgname=spice-vdagent
+pkgver=0.22.1
+pkgrel=1
+pkgdesc="Spice agent for Linux guests"
+arch=('x86_64')
+url="https://www.spice-space.org/"
+license=('GPL')
+depends=('alsa-lib' 'dbus' 'glib2' 'gtk3' 'libdrm' 'libpciaccess' 'libxfixes' 'libxinerama' 'libxrandr' 'systemd')
+makedepends=('spice-protocol' 'git')
+checkdepends=('procps-ng')
+backup=('etc/conf.d/spice-vdagentd')
+source=("https://www.spice-space.org/download/releases/$pkgname-$pkgver.tar.bz2")
+sha256sums=('93b0d15aca4762cc7d379b179a7101149dbaed62b72112fffb2b3e90b11687a0')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's|/etc/sysconfig/spice-vdagentd|/etc/conf.d/spice-vdagentd|
+          s|/usr/sbin/spice-vdagentd|/usr/bin/spice-vdagentd|' data/spice-vdagentd.service
+  sed -i 's|/etc/sysconfig/spice-vdagentd|/etc/conf.d/spice-vdagentd|' data/spice-vdagentd.1.in
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --sbindir=/usr/bin \
+              --with-session-info=systemd --with-init-script=systemd
+  make
+}
+
+check() {
+  make -C $pkgname-$pkgver check || : # test-session-info fails
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  rm -r "$pkgdir/var"
+  install -dm755 "$pkgdir/etc/conf.d/"
+  echo 'SPICE_VDAGENTD_EXTRA_ARGS=""' > "$pkgdir/etc/conf.d/spice-vdagentd"
+}



More information about the arch-commits mailing list