[arch-commits] Commit in wlroots/trunk (PKGBUILD)
David Runge
dvzrv at gemini.archlinux.org
Wed Dec 29 22:21:31 UTC 2021
Date: Wednesday, December 29, 2021 @ 22:21:31
Author: dvzrv
Revision: 1087675
upgpkg: wlroots 0.15.0-3: Rebuild to add direct dependencies.
Add all direct dependencies and update the url to the new upstream.
Modified:
wlroots/trunk/PKGBUILD
----------+
PKGBUILD | 16 +++++++++++-----
1 file changed, 11 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-29 22:10:45 UTC (rev 1087674)
+++ PKGBUILD 2021-12-29 22:21:31 UTC (rev 1087675)
@@ -4,17 +4,22 @@
pkgname=wlroots
pkgver=0.15.0
-pkgrel=2
+pkgrel=3
license=('MIT')
pkgdesc='Modular Wayland compositor library'
-url='https://github.com/swaywm/wlroots'
+url='https://gitlab.freedesktop.org/wlroots/wlroots'
arch=('x86_64')
depends=(
+ 'libglvnd'
'libinput'
- 'libseat.so'
- 'libxkbcommon'
+ 'seatd' 'libseat.so'
+ 'libxcb'
+ 'libxkbcommon' 'libxkbcommon.so'
'opengl-driver'
- 'pixman'
+ 'pixman' 'libpixman-1.so'
+ 'systemd-libs' 'libudev.so'
+ 'vulkan-icd-loader' 'libvulkan.so'
+ 'wayland'
'xcb-util-errors'
'xcb-util-renderutil'
'xcb-util-wm'
@@ -23,6 +28,7 @@
'glslang'
'meson'
'ninja'
+ 'systemd'
'vulkan-headers'
'wayland-protocols'
'xorg-xwayland'
More information about the arch-commits
mailing list