Date: Sunday, January 28, 2018 @ 07:33:42
  Author: anatolik
Revision: 315529

archrelease: copy trunk to testing-x86_64

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

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2018-01-28 07:33:01 UTC (rev 315528)
+++ PKGBUILD    2018-01-28 07:33:42 UTC (rev 315529)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <[email protected]>
-# Maintainer: Patryk Kowalczyk < patryk at kowalczyk dot ws>
-
-pkgname=spice
-pkgver=0.14.0
-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)
-makedepends=(python2-pyparsing python2-six qemu spice-protocol git libcacard)
-source=(https://www.spice-space.org/download/releases/spice-$pkgver.tar.bz2
-        
https://www.spice-space.org/download/releases/spice-$pkgver.tar.bz2.sign)
-sha256sums=('3adb9495b51650e5eab53c74dd6a74919af4b339ff21721d9ab2a45b2e3bb848'
-            'SKIP')
-validpgpkeys=(94A9F75661F77A6168649B23A9D8C21429AC6C82) # Christophe Fergeau 
(teuf) <[email protected]>
-
-build() {
-  cd spice-$pkgver
-  PYTHON=python2 ./configure --prefix=/usr --disable-static --enable-smartcard 
--enable-client --disable-werror
-  make
-}
-
-check() {
-  cd spice-$pkgver
-  make check
-}
-
-package() {
-  cd spice-$pkgver
-  make DESTDIR="$pkgdir/" install
-}

Copied: spice/repos/testing-x86_64/PKGBUILD (from rev 315528, 
spice/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2018-01-28 07:33:42 UTC (rev 315529)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin <[email protected]>
+# Maintainer: Patryk Kowalczyk < patryk at kowalczyk dot ws>
+
+pkgname=spice
+pkgver=0.14.0
+pkgrel=2
+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-$pkgver.tar.bz2
+        
https://www.spice-space.org/download/releases/spice-$pkgver.tar.bz2.sign)
+sha256sums=('3adb9495b51650e5eab53c74dd6a74919af4b339ff21721d9ab2a45b2e3bb848'
+            'SKIP')
+validpgpkeys=(94A9F75661F77A6168649B23A9D8C21429AC6C82) # Christophe Fergeau 
(teuf) <[email protected]>
+
+build() {
+  cd spice-$pkgver
+  PYTHON=python2 ./configure --prefix=/usr --disable-static --enable-smartcard 
--enable-client --disable-werror
+  make
+}
+
+check() {
+  cd spice-$pkgver
+  make check
+}
+
+package() {
+  cd spice-$pkgver
+  make DESTDIR="$pkgdir/" install
+}

Reply via email to