[arch-commits] Commit in spice-gtk (3 files)

Balló György bgyorgy at archlinux.org
Wed Jan 10 00:59:58 UTC 2018


    Date: Wednesday, January 10, 2018 @ 00:59:57
  Author: bgyorgy
Revision: 280799

archrelease: copy trunk to community-x86_64

Added:
  spice-gtk/repos/
  spice-gtk/repos/community-x86_64/
  spice-gtk/repos/community-x86_64/PKGBUILD
    (from rev 280798, spice-gtk/trunk/PKGBUILD)

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

Copied: spice-gtk/repos/community-x86_64/PKGBUILD (from rev 280798, spice-gtk/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2018-01-10 00:59:57 UTC (rev 280799)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: 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-gtk
+pkgver=0.34
+pkgrel=1
+pkgdesc="GTK+ client library for SPICE"
+arch=('x86_64')
+url="https://www.spice-space.org"
+license=('LGPL2.1')
+depends=('celt0.5.1' 'gtk3' 'libcacard' 'libjpeg-turbo' 'libpulse' 'opus' 'phodav' 'usbredir')
+makedepends=('gobject-introspection' 'spice-protocol' 'usbutils'  'vala')
+provides=("spice-glib=$pkgver" "spice-gtk3=$pkgver")
+replaces=('spice-glib' 'spice-gtk3')
+source=("https://www.spice-space.org/download/gtk/$pkgname-$pkgver.tar.bz2")
+sha256sums=('e9720e01165f8451c9f3f58ad50e3afb990993b81cc2db86b3661b7ac5b976ee')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+              --enable-vala --with-coroutine=gthread
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list