summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMiguel A. Vico2019-01-04 15:21:11 -0800
committerMiguel A. Vico2019-01-04 15:21:11 -0800
commita59387e4ff4176886ed14711d793228c1db7cce8 (patch)
treebe1d92c757d98aa5284d1a75698126b924079838 /PKGBUILD
parentf09053e7823022c93ae05e9416ebebd76f815646 (diff)
downloadaur-a59387e4ff4176886ed14711d793228c1db7cce8.tar.gz
Use wayland-eglstream-protocols from egl-wayland
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 4 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f1540436d749..1005742a48cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=weston-eglstream
pkgver=5.0.0
-pkgrel=2
+pkgrel=3
pkgdesc='Reference implementation of a Wayland compositor with EGLStream support'
arch=('i686' 'x86_64')
url='https://wayland.freedesktop.org/'
@@ -24,17 +24,15 @@ source=("https://wayland.freedesktop.org/releases/weston-$pkgver.tar.xz"
'0004-compositor-drm-Gracefully-handle-vblank-and-flip-inv.patch'
'0005-compositor-drm-Add-support-for-EGLDevice-EGLOutput.patch'
'0006-compositor-Process-stream-attach-requests-with-wl_eg.patch'
- '0007-simple-egl-Do-not-set-EGL-up-until-XDG-setup-is-comp.patch'
- '0008-Add-nvidia-release-notes-file.patch')
+ '0007-simple-egl-Do-not-set-EGL-up-until-XDG-setup-is-comp.patch')
sha256sums=('15a23423bcfa45e31e1dedc0cd524ba71e2930df174fde9c99b71a537c4e4caf'
'467c25f7158e54736ed7e9d071c8524e0f83509defcea49a7b053b11be1e9f93'
'b60522d00263f1e67e4d4ca823550c1c90f30be450facd9a95fca7a91376b160'
'7ae690d0f75c8e341efea4a2b1f3557a0aec481fa38fe732b61805f9ee530b03'
'4845734de15fa99dbfc7e58b364996a72f63cf3632793d57eca7f696d3d6186e'
'037632c607638d98cf04cb5f1d5754842b77670671358ef34629c8c9dc2d9d19'
- 'c83406c44c75e68f2efe0419d9500d1e4a3b5b6c212bec9df15bb40b6b2287dc'
- '7d756c6e091eb6933aa49d7bb822e3a10abfdab5466f7c3763e7bff3ce60090f'
- 'aad2f5c1941abae1cf42db3c59377aa688a9c9fbb0f60b15defc67bd63f9c149')
+ 'd1197824dda263bdde19312095125295a87d773e46fae62d68297d38a810e7f6'
+ '7d756c6e091eb6933aa49d7bb822e3a10abfdab5466f7c3763e7bff3ce60090f')
prepare() {
cd weston-$pkgver
@@ -45,7 +43,6 @@ prepare() {
patch -Np1 -i "${srcdir}/0005-compositor-drm-Add-support-for-EGLDevice-EGLOutput.patch"
patch -Np1 -i "${srcdir}/0006-compositor-Process-stream-attach-requests-with-wl_eg.patch"
patch -Np1 -i "${srcdir}/0007-simple-egl-Do-not-set-EGL-up-until-XDG-setup-is-comp.patch"
- patch -Np1 -i "${srcdir}/0008-Add-nvidia-release-notes-file.patch"
}
build() {