[arch-commits] Commit in spice/repos (testing-x86_64 testing-x86_64/PKGBUILD)

Anatol Pomozov anatolik at archlinux.org
Wed Jul 10 02:12:24 UTC 2019


    Date: Wednesday, July 10, 2019 @ 02:12:23
  Author: anatolik
Revision: 357492

archrelease: copy trunk to testing-x86_64

Added:
  spice/repos/testing-x86_64/
  spice/repos/testing-x86_64/PKGBUILD
    (from rev 357491, spice/trunk/PKGBUILD)

----------+
 PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

Copied: spice/repos/testing-x86_64/PKGBUILD (from rev 357491, spice/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2019-07-10 02:12:23 UTC (rev 357492)
@@ -0,0 +1,32 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Patryk Kowalczyk < patryk at kowalczyk dot ws>
+
+pkgname=spice
+pkgver=0.14.2
+pkgrel=1
+pkgdesc="SPICE server"
+arch=('x86_64')
+url="https://www.spice-space.org"
+license=('LGPL2.1')
+depends=(celt0.5.1 libjpeg-turbo libsasl pixman glib2 opus lz4)
+makedepends=(python2-pyparsing python2-six qemu spice-protocol git libcacard)
+source=(https://www.spice-space.org/download/releases/spice-server/spice-$pkgver.tar.bz2{,.sign})
+sha256sums=('b203b3882e06f4c7249a3150d90c84e1a90490d41ead255a3d2cede46f4a29a7'
+            'SKIP')
+validpgpkeys=(206D3B352F566F3B0E6572E997D9123DE37A484F) # Victor Toso de Carvalho <me at victortoso.com>
+
+build() {
+  cd spice-$pkgver
+  PYTHON=python2 ./configure --prefix=/usr --disable-static --enable-smartcard --enable-client --enable-celt051 --disable-werror
+  make
+}
+
+check() {
+  cd spice-$pkgver
+  make check
+}
+
+package() {
+  cd spice-$pkgver
+  make DESTDIR="$pkgdir/" install
+}



More information about the arch-commits mailing list