Date: Wednesday, October 26, 2022 @ 22:55:06
  Author: heftig
Revision: 1337925

0.41-3: debug on

Modified:
  spice-gtk/trunk/PKGBUILD
  spice-gtk/trunk/keys/pgp/206D3B352F566F3B0E6572E997D9123DE37A484F.asc

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-26 22:47:30 UTC (rev 1337924)
+++ PKGBUILD    2022-10-26 22:55:06 UTC (rev 1337925)
@@ -7,7 +7,7 @@
 
 pkgname=spice-gtk
 pkgver=0.41
-pkgrel=2
+pkgrel=3
 pkgdesc="GTK+ client library for SPICE"
 arch=('x86_64')
 url="https://www.spice-space.org/";
@@ -33,8 +33,9 @@
 )
 provides=("spice-glib=$pkgver" "spice-gtk3=$pkgver")
 replaces=('spice-glib' 'spice-gtk3')
+install=spice-gtk.install
+options=('debug')
 
source=("https://www.spice-space.org/download/gtk/$pkgname-$pkgver.tar.xz"{,.sig})
-install=spice-gtk.install
 sha256sums=('d8f8b5cbea9184702eeb8cc276a67d72acdb6e36e7c73349fb8445e5bca0969f'
             'SKIP')
 validpgpkeys=('206D3B352F566F3B0E6572E997D9123DE37A484F') # Victor Toso de 
Carvalho <[email protected]>
@@ -41,7 +42,7 @@
 
 build() {
   arch-meson $pkgname-$pkgver build
-  ninja -C build
+  meson compile -C build
 }
 
 check() {
@@ -49,5 +50,5 @@
 }
 
 package() {
-  DESTDIR="$pkgdir" meson install -C build
+  meson install -C build --destdir "$pkgdir"
 }

Modified: keys/pgp/206D3B352F566F3B0E6572E997D9123DE37A484F.asc
===================================================================
(Binary files differ)

Reply via email to