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

Brett Cornwall ainola at gemini.archlinux.org
Fri Dec 17 16:06:23 UTC 2021


    Date: Friday, December 17, 2021 @ 16:06:22
  Author: ainola
Revision: 1076358

upgpkg: wlroots 0.15.0-1

Also specifically disable the vulkan renderer as it's still experimental.

Modified:
  wlroots/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-17 15:14:11 UTC (rev 1076357)
+++ PKGBUILD	2021-12-17 16:06:22 UTC (rev 1076358)
@@ -3,8 +3,8 @@
 # Contributor: Omar Pakker
 
 pkgname=wlroots
-pkgver=0.14.1
-pkgrel=2
+pkgver=0.15.0
+pkgrel=1
 license=('MIT')
 pkgdesc='Modular Wayland compositor library'
 url='https://github.com/swaywm/wlroots'
@@ -32,10 +32,10 @@
     'libwlroots.so'
 )
 source=(
-    "$pkgname-$pkgver.tar.gz::https://github.com/swaywm/wlroots/archive/$pkgver.tar.gz"
-    "https://github.com/swaywm/wlroots/releases/download/$pkgver/wlroots-$pkgver.tar.gz.sig"
+    "$pkgname-$pkgver.tar.gz::https://gitlab.freedesktop.org/wlroots/wlroots/-/archive/$pkgver/wlroots-$pkgver.tar.gz"
+    "https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/$pkgver/downloads/wlroots-$pkgver.tar.gz.sig"
 )
-sha256sums=('448a83d579ac280357c8a4e902b9477bacbab81cc4d9c140e443642d458869db'
+sha256sums=('2921a38cea79dbb6f1da895a4dbe1faedba8d7ff2c0c2468dad94ccba12e4278'
             'SKIP')
 validpgpkeys=(
     '34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48' # Simon Ser
@@ -44,7 +44,9 @@
 )
 
 build() {
-    arch-meson "$pkgname-$pkgver" build
+    # Vulkan renderer is still experimental but since mesa comes with
+    # libvulkan.so Meson autodetects this as wanting to build with Vulkan.
+    arch-meson -Drenderers=gles2 "$pkgname-$pkgver" build
     ninja -C build
 }
 



More information about the arch-commits mailing list