[arch-commits] Commit in spice-gtk/trunk (PKGBUILD)

Brett Cornwall ainola at gemini.archlinux.org
Sun Jan 23 14:07:38 UTC 2022


    Date: Sunday, January 23, 2022 @ 14:07:38
  Author: ainola
Revision: 1113596

Remove celt exclusion build flag

Support has already been dropped for celt for 0.39:

https://gitlab.freedesktop.org/spice/spice-gtk/-/blob/master/CHANGELOG.md#v039

The meson option no longer exists and will error out the build.

Modified:
  spice-gtk/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-23 13:29:47 UTC (rev 1113595)
+++ PKGBUILD	2022-01-23 14:07:38 UTC (rev 1113596)
@@ -1,4 +1,5 @@
 # Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Maintainer: Brett Cornwall <ainola at archlinux.org>
 # Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
 # Contributor: Stefano Facchini <stefano.facchini at gmail.com>
 # Contributor: Jonathan Lestrelin <zanko at daemontux.org>
@@ -22,7 +23,7 @@
 validpgpkeys=('206D3B352F566F3B0E6572E997D9123DE37A484F') # Victor Toso de Carvalho <me at victortoso.com>
 
 build() {
-  arch-meson $pkgname-$pkgver build -D celt051=disabled
+  arch-meson $pkgname-$pkgver build
   ninja -C build
 }
 



More information about the arch-commits mailing list