[arch-commits] Commit in wlroots/trunk (PKGBUILD)

Brett Cornwall ainola at archlinux.org
Tue Jan 7 04:58:23 UTC 2020


    Date: Tuesday, January 7, 2020 @ 04:58:22
  Author: ainola
Revision: 549801

rm freerdp dep; add rdp .so deps; provide libwlroots.so

Modified:
  wlroots/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-07 04:43:53 UTC (rev 549800)
+++ PKGBUILD	2020-01-07 04:58:22 UTC (rev 549801)
@@ -3,13 +3,14 @@
 
 pkgname=wlroots
 pkgver=0.9.1
-pkgrel=1
+pkgrel=2
 license=('MIT')
 pkgdesc='Modular Wayland compositor library'
 url='https://github.com/swaywm/wlroots'
 arch=('x86_64')
 depends=(
-    'freerdp'
+    'libwinpr2.so'
+    'libfreerdp2.so'
     'libinput'
     'libxkbcommon'
     'opengl-driver'
@@ -18,7 +19,11 @@
     'xcb-util-image'
     'xcb-util-wm'
 )
-makedepends=('meson' 'ninja' 'wayland-protocols')
+makedepends=(
+    'meson'
+    'ninja'
+    'wayland-protocols'
+)
 provides=(
     'libwlroots.so'
 )



More information about the arch-commits mailing list