spice-protocol: 0.12.15 -> 0.14.1
This commit is contained in:
parent
273cbf394b
commit
5176e9fbd3
@ -17,7 +17,6 @@ drwxr-xr-x root/root usr/include/spice-1/spice/
|
|||||||
-rw-r--r-- root/root usr/include/spice-1/spice/stream-device.h
|
-rw-r--r-- root/root usr/include/spice-1/spice/stream-device.h
|
||||||
-rw-r--r-- root/root usr/include/spice-1/spice/types.h
|
-rw-r--r-- root/root usr/include/spice-1/spice/types.h
|
||||||
-rw-r--r-- root/root usr/include/spice-1/spice/vd_agent.h
|
-rw-r--r-- root/root usr/include/spice-1/spice/vd_agent.h
|
||||||
-rw-r--r-- root/root usr/include/spice-1/spice/vdi_dev.h
|
drwxr-xr-x root/root usr/share/
|
||||||
drwxr-xr-x root/root usr/lib/
|
drwxr-xr-x root/root usr/share/pkgconfig/
|
||||||
drwxr-xr-x root/root usr/lib/pkgconfig/
|
-rw-r--r-- root/root usr/share/pkgconfig/spice-protocol.pc
|
||||||
-rw-r--r-- root/root usr/lib/pkgconfig/spice-protocol.pc
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
untrusted comment: verify with /etc/ports/opt.pub
|
untrusted comment: verify with /etc/ports/opt.pub
|
||||||
RWSE3ohX2g5d/YucoAIrX2+kn4UanUu63BqxGPBMqklbDrXoEBBXJuGVOyEMsQK7khG4e/u9ELlufDx/YYi0+siHErLW4sMekwA=
|
RWSE3ohX2g5d/bBR5pBvmdjSuq8H4lLCn+m0bLKSLphsqx8wOjR+OyCs8vzjR9kL2YXCDFf5CwEYM07L/YdhKvjbIS9Lq335QAI=
|
||||||
SHA256 (Pkgfile) = 005236a4d416cd237c06242b1e094b4fb50e7e5e5b0d212cdfd4f261733b9554
|
SHA256 (Pkgfile) = 940be44da7b1e0a80d9facfa6bcfc1d35a4d8bc09e2fa0520a45485bf0fbdaea
|
||||||
SHA256 (.footprint) = e187c4941b7dd5fd4492b2a694568bafe7f1cd1319fb1def30b81e5001daf685
|
SHA256 (.footprint) = e2b07888dc8eb92c92083a847a9733f265c17527f2328ad3e18811d20af931c4
|
||||||
SHA256 (spice-protocol-0.12.15.tar.bz2) = 8b4db23baa4b1337a50d049d9bf43f932331dd95f204836c0ce46c4962306419
|
SHA256 (spice-protocol-0.14.1.tar.bz2) = 79e6da61834b080a143234c1cd4c099a8ead1a64b5039489610b72ab282c132a
|
||||||
|
@ -1,21 +1,15 @@
|
|||||||
# Description: protocol headers for interaction with virtualized desktop devices
|
# Description: Protocol headers for interaction with virtualized desktop devices
|
||||||
# URL: http://spice-space.org
|
# URL: https://spice-space.org
|
||||||
# Maintainer: Thomas Penteker, tek at serverop dot de
|
# Maintainer: Thomas Penteker, tek at serverop dot de
|
||||||
# Depends on: python-pyparsing
|
# Depends on: meson ninja
|
||||||
|
|
||||||
name=spice-protocol
|
name=spice-protocol
|
||||||
version=0.12.15
|
version=0.14.1
|
||||||
release=1
|
release=1
|
||||||
source=(http://spice-space.org/download/releases/spice-protocol-$version.tar.bz2)
|
source=(https://spice-space.org/download/releases/$name-$version.tar.bz2)
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
meson build $name-$version --prefix /usr
|
||||||
cd $name-$version
|
ninja -C build -j ${JOBS:-1}
|
||||||
|
DESTDIR=$PKG meson install -C build
|
||||||
./configure --prefix=/usr \
|
|
||||||
--datarootdir=/usr/lib
|
|
||||||
|
|
||||||
make
|
|
||||||
make DESTDIR=$PKG install
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user