Date: Wednesday, January 10, 2018 @ 00:59:47 Author: bgyorgy Revision: 280798
Merge spice-glib and spice-gtk3 into spice-gtk Added: spice-gtk/ spice-gtk/trunk/ spice-gtk/trunk/PKGBUILD Deleted: spice-glib/ spice-gtk3/ ----------+ PKGBUILD | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) Added: spice-gtk/trunk/PKGBUILD =================================================================== --- spice-gtk/trunk/PKGBUILD (rev 0) +++ spice-gtk/trunk/PKGBUILD 2018-01-10 00:59:47 UTC (rev 280798) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Balló György <ballogyor+arch at gmail dot com> +# Contributor: Sergej Pupykin <[email protected]> +# Contributor: Stefano Facchini <[email protected]> +# Contributor: Jonathan Lestrelin <[email protected]> +# Contributor: Lucio Zara <[email protected]> + +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 +} Property changes on: spice-gtk/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
