[arch-commits] Commit in wlroots/repos (2 files)

Brett Cornwall ainola at archlinux.org
Tue Oct 8 02:00:35 UTC 2019


    Date: Tuesday, October 8, 2019 @ 02:00:35
  Author: ainola
Revision: 514181

archrelease: copy trunk to community-testing-x86_64

Added:
  wlroots/repos/community-testing-x86_64/
  wlroots/repos/community-testing-x86_64/PKGBUILD
    (from rev 514180, wlroots/trunk/PKGBUILD)

----------+
 PKGBUILD |   49 +++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 49 insertions(+)

Copied: wlroots/repos/community-testing-x86_64/PKGBUILD (from rev 514180, wlroots/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2019-10-08 02:00:35 UTC (rev 514181)
@@ -0,0 +1,49 @@
+# Maintainer: Ainola <ainola at archlinux.org>
+# Contributor: Omar Pakker
+
+pkgname=wlroots
+pkgver=0.8.1
+pkgrel=1
+license=('MIT')
+pkgdesc='Modular Wayland compositor library'
+url='https://github.com/swaywm/wlroots'
+arch=('x86_64')
+depends=(
+    'freerdp'
+    'libinput'
+    'libxkbcommon'
+    'opengl-driver'
+    'pixman'
+    'xcb-util-errors'
+    'xcb-util-image'
+    'xcb-util-wm'
+)
+makedepends=('meson' 'ninja' 'wayland-protocols')
+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"
+)
+sha256sums=('202b86e0e21699b6660bbda56afc2e3358db7252f83ff69c89f01926b4900d98'
+            'SKIP')
+validpgpkeys=('9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A') # Drew DeVault
+
+build() {
+    meson "$pkgname-$pkgver" build \
+        --prefix=/usr \
+        --buildtype=plain \
+        -Dfreerdp=enabled \
+        -Dlibcap=enabled \
+        -Dlogind=enabled \
+        -Dlogind-provider=systemd \
+        -Dxcb-errors=enabled \
+        -Dxcb-icccm=enabled \
+        -Dxcb-xkb=enabled \
+        -Dxwayland=enabled \
+        -Dx11-backend=enabled
+    ninja -C build
+}
+
+package() {
+    DESTDIR="$pkgdir" ninja -C build install
+    install -Dm644 "$pkgname-$pkgver/LICENSE" -t "$pkgdir/usr/share/licenses/$pkgname/"
+}



More information about the arch-commits mailing list