[arch-commits] Commit in spice/trunk (PKGBUILD)

Anatol Pomozov anatolik at archlinux.org
Sat Jan 27 16:41:51 UTC 2018


    Date: Saturday, January 27, 2018 @ 16:41:50
  Author: anatolik
Revision: 315508

upgpkg: spice 0.14.0-1

Modified:
  spice/trunk/PKGBUILD

----------+
 PKGBUILD |   33 +++++++++++----------------------
 1 file changed, 11 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-27 16:01:32 UTC (rev 315507)
+++ PKGBUILD	2018-01-27 16:41:50 UTC (rev 315508)
@@ -3,7 +3,7 @@
 # Maintainer: Patryk Kowalczyk < patryk at kowalczyk dot ws>
 
 pkgname=spice
-pkgver=0.12.8+8+ga957a90b
+pkgver=0.14.0
 pkgrel=1
 pkgdesc="SPICE server"
 arch=('x86_64')
@@ -11,35 +11,24 @@
 license=('LGPL2.1')
 depends=(celt0.5.1 libjpeg-turbo libsasl pixman glib2)
 makedepends=(python2-pyparsing python2-six qemu spice-protocol git libcacard)
-_commit=a957a90baf2c62d31f3547e56bba7d0e812d2331  # 0.12
-source=("git+https://anongit.freedesktop.org/git/spice/spice#commit=$_commit"
-        "git+https://anongit.freedesktop.org/git/spice/spice-common")
-sha256sums=('SKIP'
+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) <christophe at fergeau.eu>
 
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
+build() {
+  cd spice-$pkgver
+  PYTHON=python2 ./configure --prefix=/usr --disable-static --enable-smartcard --enable-client --disable-werror
+  make
 }
 
 check() {
-  cd $pkgname
-  rm -rf .git
+  cd spice-$pkgver
   make check
 }
 
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd "$srcdir/$pkgname"
-  PYTHON=python2 ./configure --prefix=/usr --disable-static --enable-smartcard --enable-client --disable-werror
-  make
-}
-
 package() {
-  cd "$srcdir/$pkgname"
+  cd spice-$pkgver
   make DESTDIR="$pkgdir/" install
 }



More information about the arch-commits mailing list