Package Details: spice-protocol-git 0.14.3.4.g969baca-1

Git Clone URL: https://aur.archlinux.org/spice-protocol-git.git (read-only, click to copy)
Package Base: spice-protocol-git
Description: Headers defining SPICE protocols
Upstream URL: https://www.spice-space.org
Licenses: BSD
Conflicts: spice-protocol
Provides: spice-protocol
Submitter: kraftimion
Maintainer: pmattern
Last Packager: pmattern
Votes: 3
Popularity: 0.000000
First Submitted: 2012-10-16 13:10 (UTC)
Last Updated: 2021-09-19 11:09 (UTC)

Dependencies (4)

Required by (38)

Sources (1)

Latest Comments

Ashark commented on 2021-08-17 22:10 (UTC)

/home/user/.cache/yay/spice-protocol-git/PKGBUILD: line 25: ./autogen.sh: No such file or directory

To be able to build I have taken code from non-git version and modified cd instructions.

build() {
  mkdir build
#   cd "$srcdir/$pkgname-v$pkgver"
  cd $_pkgname
  arch-meson ../build
  ninja -v -C ../build
}

package() {
#   cd "$srcdir/$pkgname-v$pkgver"
  cd $_pkgname
  DESTDIR="$pkgdir/" ninja -C ../build install
  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
}

also it is needed to add meson to makedepends.

rageltman commented on 2021-03-31 21:49 (UTC)

Source repo is gone:

[2021-03-31T21:36:10.689Z] fatal: unable to connect to anongit.freedesktop.org:
[2021-03-31T21:36:10.689Z] anongit.freedesktop.org[0: 131.252.210.161]: errno=Connection timed out

patryk commented on 2013-01-25 20:17 (UTC)

no compile. here is patch: http://trac.macports.org/attachment/ticket/37549/patch-configure.ac.diff Please update