[arch-commits] Commit in spice-gtk3/repos/community-x86_64 (PKGBUILD PKGBUILD)
Sergej Pupykin
spupykin at archlinux.org
Tue Apr 19 13:55:56 UTC 2016
Date: Tuesday, April 19, 2016 @ 15:55:56
Author: spupykin
Revision: 171406
archrelease: copy trunk to community-x86_64
Added:
spice-gtk3/repos/community-x86_64/PKGBUILD
(from rev 171405, spice-gtk3/trunk/PKGBUILD)
Deleted:
spice-gtk3/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 78 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 39 insertions(+), 39 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2016-04-19 13:52:59 UTC (rev 171405)
+++ PKGBUILD 2016-04-19 13:55:56 UTC (rev 171406)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Stefano Facchini <stefano.facchini at gmail.com>
-# Contributor: Jonathan Lestrelin <zanko at daemontux.org>
-# Contributor: Lucio Zara <pennega at gmail.com>
-
-pkgname=spice-gtk3
-pkgver=0.30
-pkgrel=3
-pkgdesc="Gtk client and libraries for SPICE remote desktop servers (gtk3 version)"
-arch=('i686' 'x86_64')
-url="http://spice-space.org"
-license=('LGPL2.1')
-depends=('celt0.5.1' 'dbus-glib' 'gtk3' 'libcacard' 'libpulse' 'usbredir' 'libsoup' 'spice-glib')
-makedepends=('gobject-introspection' 'intltool' 'python2-pyparsing' 'spice-protocol' 'usbutils'
- 'vala' 'sdl' 'python2-six')
-options=('!emptydirs')
-source=("http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2")
-md5sums=('723e0e9ce9d507ba5d6cd331a3a9b7fb')
-
-build() {
- cd "$srcdir/spice-gtk-$pkgver"
- PYTHON=python2 ./configure --prefix=/usr \
- --disable-static --enable-vala --with-gtk=3.0 \
- --with-audio=pulse \
- --with-coroutine=gthread --sbindir=/usr/bin \
- --enable-smartcard
- make
-}
-
-package() {
- cd "$srcdir/spice-gtk-$pkgver"
- make DESTDIR="$pkgdir/" install
- pacman -Ql spice-glib | cut -f2 -d' ' | while read f; do
- [ -f $pkgdir/$f ] && rm -f $pkgdir/$f || true
- f=$(echo $f | sed 's|.gz$||')
- [ -f $pkgdir/$f ] && rm -f $pkgdir/$f || true
- done
-}
Copied: spice-gtk3/repos/community-x86_64/PKGBUILD (from rev 171405, spice-gtk3/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2016-04-19 13:55:56 UTC (rev 171406)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Stefano Facchini <stefano.facchini at gmail.com>
+# Contributor: Jonathan Lestrelin <zanko at daemontux.org>
+# Contributor: Lucio Zara <pennega at gmail.com>
+
+pkgname=spice-gtk3
+pkgver=0.31
+pkgrel=1
+pkgdesc="Gtk client and libraries for SPICE remote desktop servers (gtk3 version)"
+arch=('i686' 'x86_64')
+url="http://spice-space.org"
+license=('LGPL2.1')
+depends=('celt0.5.1' 'dbus-glib' 'gtk3' 'libcacard' 'libpulse' 'usbredir' 'libsoup' 'spice-glib')
+makedepends=('gobject-introspection' 'intltool' 'python2-pyparsing' 'spice-protocol' 'usbutils'
+ 'vala' 'sdl' 'python2-six')
+options=('!emptydirs')
+source=("http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2")
+md5sums=('1ef438eabc19b0f339d746a93cab4f56')
+
+build() {
+ cd "$srcdir/spice-gtk-$pkgver"
+ PYTHON=python2 ./configure --prefix=/usr \
+ --disable-static --enable-vala --with-gtk=3.0 \
+ --with-audio=pulse \
+ --with-coroutine=gthread --sbindir=/usr/bin \
+ --enable-smartcard
+ make
+}
+
+package() {
+ cd "$srcdir/spice-gtk-$pkgver"
+ make DESTDIR="$pkgdir/" install
+ pacman -Ql spice-glib | cut -f2 -d' ' | while read f; do
+ [ -f $pkgdir/$f ] && rm -f $pkgdir/$f || true
+ f=$(echo $f | sed 's|.gz$||')
+ [ -f $pkgdir/$f ] && rm -f $pkgdir/$f || true
+ done
+}
More information about the arch-commits
mailing list