Date: Saturday, November 5, 2022 @ 22:29:16
Author: svenstaro
Revision: 460732
archrelease: copy trunk to extra-x86_64
Added:
spice/repos/extra-x86_64/PKGBUILD
(from rev 460731, spice/trunk/PKGBUILD)
spice/repos/extra-x86_64/keys/
Deleted:
spice/repos/extra-x86_64/PKGBUILD
spice/repos/extra-x86_64/keys/
----------+
PKGBUILD | 84 ++++++++++++++++++++++++++++---------------------------------
1 file changed, 39 insertions(+), 45 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-05 22:29:06 UTC (rev 460731)
+++ PKGBUILD 2022-11-05 22:29:16 UTC (rev 460732)
@@ -1,45 +0,0 @@
-# Maintainer: Sergej Pupykin <[email protected]>
-# Maintainer: Patryk Kowalczyk < patryk at kowalczyk dot ws>
-
-pkgname=spice
-pkgver=0.15.0
-pkgrel=2
-pkgdesc="SPICE server"
-arch=('x86_64')
-url="https://www.spice-space.org"
-license=('LGPL2.1')
-depends=('pixman' 'opus' 'libjpeg-turbo' 'glib2' 'libsasl' 'lz4')
-makedepends=('meson' 'spice-protocol' 'libcacard' 'python-six')
-checkdepends=('gdk-pixbuf2' 'glib-networking')
-provides=('libspice-server.so')
-source=("https://www.spice-space.org/download/releases/spice-server/$pkgname-$pkgver.tar.bz2"{,.sig}
-
spice-correctly-check-for-python-modules.patch::https://gitlab.freedesktop.org/spice/spice-common/-/commit/a7b5474bf808934cf0ee1107a58d5f4d97b9afbf.patch
-
spice-fix-test-with-OpenSSL3.patch::https://gitlab.freedesktop.org/spice/spice/-/commit/3d32295f9e99054ae1a40d220ccef53a176c8aed.patch)
-sha256sums=('b320cf8f4bd2852750acb703c15b72856027e5a8554f8217dfbb3cc09deba0f5'
- 'SKIP'
- '1b05ba78f35ed20026ef74ca5ac6aa7be833b2f5c37e86349c15a961b18d2138'
- 'dd659b2ad28fd6a1c1c4d6837346fae9f99eb6c1bfff16fd8fdd55d214b48bca')
-validpgpkeys=('206D3B352F566F3B0E6572E997D9123DE37A484F') # Victor Toso
<[email protected]>
-
-prepare() {
- cd $pkgname-$pkgver
- patch -Np1 -d subprojects/spice-common
<../spice-correctly-check-for-python-modules.patch
- patch -Np1 -i ../spice-fix-test-with-OpenSSL3.patch || [[ $pkgver == 0.15.0
]]
- sed -i "s/if not version_info.contains('git')/if version_info.length() >=
4/" server/meson.build
- # Consider removing the following sed once this issue is resolved:
- # https://gitlab.freedesktop.org/spice/spice/-/issues/62
- sed -i "/doxygen.sh/d" meson.build
-}
-
-build() {
- arch-meson "$pkgname-$pkgver" build -D gstreamer=no
- ninja -C build
-}
-
-check() {
- meson test -C build --print-errorlogs
-}
-
-package() {
- DESTDIR="$pkgdir" meson install -C build
-}
Copied: spice/repos/extra-x86_64/PKGBUILD (from rev 460731,
spice/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-05 22:29:16 UTC (rev 460732)
@@ -0,0 +1,39 @@
+# Maintainer: Sven-Hendrik Haase <[email protected]>
+# Contributor: Sergej Pupykin <[email protected]>
+# Contributor: Patryk Kowalczyk < patryk at kowalczyk dot ws>
+
+pkgname=spice
+pkgver=0.15.1
+pkgrel=1
+pkgdesc="SPICE server"
+arch=('x86_64')
+url="https://www.spice-space.org"
+license=('LGPL2.1')
+depends=('pixman' 'opus' 'libjpeg-turbo' 'glib2' 'libsasl' 'lz4')
+makedepends=('meson' 'spice-protocol' 'libcacard' 'python-six')
+checkdepends=('gdk-pixbuf2' 'glib-networking')
+provides=('libspice-server.so')
+source=("https://www.spice-space.org/download/releases/spice-server/$pkgname-$pkgver.tar.bz2"{,.sig})
+sha256sums=('ada9af67ab321916bd7eb59e3d619a4a7796c08a28c732edfc7f02fc80b1a37a'
+ 'SKIP')
+validpgpkeys=('206D3B352F566F3B0E6572E997D9123DE37A484F') # Victor Toso
<[email protected]>
+
+prepare() {
+ cd $pkgname-$pkgver
+ sed -i "s/if not version_info.contains('git')/if version_info.length() >=
4/" server/meson.build
+
+ sed -i "/meson-dist/d" meson.build
+}
+
+build() {
+ arch-meson "$pkgname-$pkgver" build -D gstreamer=no
+ ninja -C build
+}
+
+check() {
+ meson test -C build --print-errorlogs
+}
+
+package() {
+ DESTDIR="$pkgdir" meson install -C build
+}