[arch-commits] Commit in weston/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Sun Mar 8 08:13:12 UTC 2020
Date: Sunday, March 8, 2020 @ 08:13:11
Author: heftig
Revision: 591507
8.0.0-2
Modified:
weston/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-08 08:07:57 UTC (rev 591506)
+++ PKGBUILD 2020-03-08 08:13:11 UTC (rev 591507)
@@ -3,7 +3,7 @@
pkgname=weston
pkgver=8.0.0
-pkgrel=1
+pkgrel=2
pkgdesc='Reference implementation of a Wayland compositor'
arch=('x86_64')
url='https://wayland.freedesktop.org/'
@@ -11,7 +11,7 @@
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' 'pipewire')
+ 'libxcb' 'dbus' 'libva' 'libxcursor' 'colord' 'libpipewire02')
makedepends=('wayland-protocols' 'meson' 'ninja' 'freerdp')
optdepends=('freerdp: support rdp backend')
validpgpkeys=('34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48' # emersion <contact at emersion.fr>
@@ -35,13 +35,13 @@
}
build() {
- meson $pkgname-$pkgver build \
- --prefix=/usr --libexec=lib/weston -Dsimple-dmabuf-drm=auto
+ arch-meson $pkgname-$pkgver build \
+ --libexec=lib/weston -D b_lto=false -D simple-dmabuf-drm=auto
ninja -C build
}
package() {
- DESTDIR="$pkgdir" ninja -C build install
+ DESTDIR="$pkgdir" meson install -C build
# license
install -Dm644 $pkgname-$pkgver/COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
}
More information about the arch-commits
mailing list