[arch-commits] Commit in weston/trunk (PKGBUILD)
Sébastien Luttringer
seblu at gemini.archlinux.org
Thu Feb 3 13:29:36 UTC 2022
Date: Thursday, February 3, 2022 @ 13:29:35
Author: seblu
Revision: 1124881
upgpkg: weston 10.0.0-1
Modified:
weston/trunk/PKGBUILD
----------+
PKGBUILD | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-02-03 13:18:20 UTC (rev 1124880)
+++ PKGBUILD 2022-02-03 13:29:35 UTC (rev 1124881)
@@ -2,7 +2,7 @@
# Contributor: Joel Teichroeb <joel at teichroeb.net>
pkgname=weston
-pkgver=9.0.0
+pkgver=10.0.0
pkgrel=1
pkgdesc='Reference implementation of a Wayland compositor'
arch=('x86_64')
@@ -11,15 +11,16 @@
depends=('glibc' 'wayland' 'libxkbcommon' 'libinput' 'libunwind' 'pixman'
'libdrm' 'pam' 'systemd-libs' 'cairo' 'libpng' 'libjpeg-turbo' 'libwebp'
'mesa' 'libegl' 'libgles' 'glib2' 'pango' 'lcms2' 'mtdev' 'libx11'
- 'libxcb' 'dbus' 'libva' 'libxcursor' 'colord' 'libpipewire02')
+ 'libxcb' 'dbus' 'libva' 'libxcursor' 'colord' 'pipewire')
makedepends=('wayland-protocols' 'meson' 'ninja' 'freerdp')
optdepends=('freerdp: support rdp backend')
+options=(!lto)
validpgpkeys=('34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48' # emersion <contact at emersion.fr>
'C7223EBE4EF66513B892598911A30156E0E67611' # Bryce Harrington
'C0066D7DB8E9AC6844D728715E54498E697F11D7') # Derek Foreman
source=("https://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"{,.sig})
-md5sums=('b406da0fe9139fd39653238fde22a6cf'
- 'SKIP')
+sha256sums=('5c23964112b90238bed39e5dd1e41cd71a79398813cdc3bbb15a9fdc94e547ae'
+ 'SKIP')
prepare() {
cd $pkgname-$pkgver
@@ -36,7 +37,7 @@
build() {
arch-meson $pkgname-$pkgver build \
- --libexec=lib/weston -D b_lto=false -D simple-dmabuf-drm=auto
+ --libexec=lib/weston -D b_lto=false
ninja -C build
}
More information about the arch-commits
mailing list