[arch-commits] Commit in spice-gtk/repos/community-x86_64 (PKGBUILD PKGBUILD)

Balló György bgyorgy at archlinux.org
Wed May 27 17:46:16 UTC 2020


    Date: Wednesday, May 27, 2020 @ 17:46:16
  Author: bgyorgy
Revision: 635971

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-27 17:46:13 UTC (rev 635970)
+++ PKGBUILD	2020-05-27 17:46:16 UTC (rev 635971)
@@ -1,32 +0,0 @@
-# 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.37
-pkgrel=1
-pkgdesc="GTK+ client library for SPICE"
-arch=('x86_64')
-url="https://www.spice-space.org/"
-license=('LGPL2.1')
-depends=('gtk3' 'libcacard' 'libjpeg-turbo' 'libpulse' 'opus' 'phodav' 'usbredir' 'gst-plugins-base-libs')
-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=('1f28b706472ad391cda79a93fd7b4c7a03e84b88fc46ddb35dddbe323c923bb7')
-
-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
-}

Copied: spice-gtk/repos/community-x86_64/PKGBUILD (from rev 635970, spice-gtk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-27 17:46:16 UTC (rev 635971)
@@ -0,0 +1,32 @@
+# 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.38
+pkgrel=1
+pkgdesc="GTK+ client library for SPICE"
+arch=('x86_64')
+url="https://www.spice-space.org/"
+license=('LGPL2.1')
+depends=('gtk3' 'libcacard' 'libjpeg-turbo' 'libpulse' 'opus' 'phodav' 'usbredir' 'gst-plugins-base-libs')
+makedepends=('gobject-introspection' 'meson' '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.xz")
+sha256sums=('5ae974731baf2b41316d4f0b3ae0c2e47f00bff91a5a617e189cd3dedcd96d8e')
+
+build() {
+  arch-meson $pkgname-$pkgver build -D celt051=disabled
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list