[arch-commits] Commit in spice-protocol/repos (testing-any testing-any/PKGBUILD)

Antonio Rojas arojas at archlinux.org
Wed Jun 19 12:01:31 UTC 2019


    Date: Wednesday, June 19, 2019 @ 12:01:30
  Author: arojas
Revision: 356541

archrelease: copy trunk to testing-any

Added:
  spice-protocol/repos/testing-any/
  spice-protocol/repos/testing-any/PKGBUILD
    (from rev 356540, spice-protocol/trunk/PKGBUILD)

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

Copied: spice-protocol/repos/testing-any/PKGBUILD (from rev 356540, spice-protocol/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2019-06-19 12:01:30 UTC (rev 356541)
@@ -0,0 +1,26 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Patryk Kowalczyk < patryk at kowalczyk dot ws>
+
+pkgname=spice-protocol
+pkgver=0.14.0
+pkgrel=1
+pkgdesc="Headers for SPICE protocol"
+arch=(any)
+url="https://spice-space.org"
+license=('BSD' 'LGPL2.1')
+makedepends=('meson')
+source=(https://gitlab.freedesktop.org/spice/spice-protocol/-/archive/v$pkgver/spice-protocol-v$pkgver.tar.gz)
+md5sums=('f50f42810eb1b21031775d83c8cd0d81')
+
+build() {
+  mkdir build
+  cd "$srcdir/$pkgname-v$pkgver"
+  arch-meson ../build
+  ninja -v -C ../build
+}
+
+package() {
+  cd "$srcdir/$pkgname-v$pkgver"
+  DESTDIR="$pkgdir/" ninja -C ../build install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}



More information about the arch-commits mailing list