Date: Saturday, February 11, 2017 @ 22:20:25
  Author: seblu
Revision: 211944

upgpkg: weston 1.12.0-3

- check deps
- fix FS#52596

Modified:
  weston/trunk/PKGBUILD

----------+
 PKGBUILD |   35 +++++++++++++++++++++--------------
 1 file changed, 21 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2017-02-11 22:15:24 UTC (rev 211943)
+++ PKGBUILD    2017-02-11 22:20:25 UTC (rev 211944)
@@ -4,12 +4,15 @@
 
 pkgname=weston
 pkgver=1.12.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Reference implementation of a Wayland compositor'
 arch=('i686' 'x86_64')
 url='https://wayland.freedesktop.org/'
 license=('MIT')
-depends=('wayland' 'libxkbcommon' 'libinput' 'libunwind' 'poppler-glib' 
'mtdev' 'libxcursor' 'glu' 'pango' 'colord')
+depends=('glibc' 'wayland' 'libxkbcommon' 'libinput' 'libunwind' 'pixman'
+         'libdrm' 'pam' 'libsystemd' 'cairo' 'libpng' 'libjpeg-turbo' 'libwebp'
+         'mesa' 'libegl' 'libgles' 'glib2' 'xorg-server-xwayland'  'pango'
+         'lcms2' 'mtdev' 'libx11' 'libxcb' 'dbus' 'libva' 'libxcursor' 
'colord')
 makedepends=('wayland-protocols')
 validpgpkeys=('C7223EBE4EF66513B892598911A30156E0E67611') # Bryce Harrington
 
source=("https://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"{,.sig})
@@ -17,19 +20,23 @@
           'SKIP')
 
 build() {
-       cd $pkgname-$pkgver
-       ./configure \
-               --prefix=/usr \
-               --libexecdir=/usr/lib/weston \
-               --enable-libinput-backend \
-               --enable-systemd-notify \
-               --enable-demo-clients-install
-       make
+  cd $pkgname-$pkgver
+  ./configure \
+    --prefix=/usr \
+    --libexecdir=/usr/lib/weston \
+    --enable-libinput-backend \
+    --enable-systemd-login \
+    --enable-systemd-notify \
+    --enable-xwayland \
+    --enable-demo-clients-install
+  make
 }
 
 package() {
-       cd $pkgname-$pkgver
-       make DESTDIR="$pkgdir" install
-       # license
-       install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  # license
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
 }
+
+# vim:set ts=2 sw=2 et:

Reply via email to