Date: Saturday, November 5, 2022 @ 22:29:06
  Author: svenstaro
Revision: 460731

upgpkg: spice 0.15.1-1

Modified:
  spice/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-05 22:20:53 UTC (rev 460730)
+++ PKGBUILD    2022-11-05 22:29:06 UTC (rev 460731)
@@ -1,9 +1,10 @@
-# Maintainer: Sergej Pupykin <[email protected]>
-# Maintainer: Patryk Kowalczyk < patryk at kowalczyk dot ws>
+# Maintainer: Sven-Hendrik Haase <[email protected]>
+# Contributor: Sergej Pupykin <[email protected]>
+# Contributor: Patryk Kowalczyk < patryk at kowalczyk dot ws>
 
 pkgname=spice
-pkgver=0.15.0
-pkgrel=2
+pkgver=0.15.1
+pkgrel=1
 pkgdesc="SPICE server"
 arch=('x86_64')
 url="https://www.spice-space.org";
@@ -12,23 +13,16 @@
 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')
+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
-  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
+
+  sed -i "/meson-dist/d" meson.build
 }
 
 build() {

Reply via email to