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

Brett Cornwall ainola at gemini.archlinux.org
Sat May 14 17:24:46 UTC 2022


    Date: Saturday, May 14, 2022 @ 17:24:45
  Author: ainola
Revision: 1205402

Rework dependencies: Use shared object deps

Modified:
  wlroots/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-14 17:00:18 UTC (rev 1205401)
+++ PKGBUILD	2022-05-14 17:24:45 UTC (rev 1205402)
@@ -4,7 +4,7 @@
 
 pkgname=wlroots
 pkgver=0.15.1
-pkgrel=3
+pkgrel=4
 license=('MIT')
 pkgdesc='Modular Wayland compositor library'
 url='https://gitlab.freedesktop.org/wlroots/wlroots'
@@ -12,14 +12,15 @@
 depends=(
     'libglvnd'
     'libinput'
-    'seatd' 'libseat.so'
+    'libpixman-1.so'
+    'libseat.so'
+    'libudev.so'
+    'libvulkan.so'
+    'libwayland-client.so'
+    'libwayland-server.so'
     'libxcb'
-    'libxkbcommon' 'libxkbcommon.so'
+    'libxkbcommon.so'
     'opengl-driver'
-    'pixman' 'libpixman-1.so'
-    'systemd-libs' 'libudev.so'
-    'vulkan-icd-loader' 'libvulkan.so'
-    'wayland'
     'xcb-util-errors'
     'xcb-util-renderutil'
     'xcb-util-wm'



More information about the arch-commits mailing list