summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkugelblitz22022-01-07 21:46:01 -0500
committerkugelblitz22022-01-07 21:46:01 -0500
commit7ca761a45a19cd178c74530bca28ababbf2a336e (patch)
treee6e092ba8dc937b5f33b575a7678f5f4c0624763
parent8823ffebb29b63623b32aaabee06b27478ee2835 (diff)
downloadaur-7ca761a45a19cd178c74530bca28ababbf2a336e.tar.gz
Updated dependencies
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da6524bd1622..c24d41dab607 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,11 +6,14 @@ pkgbase = wayfire-git
arch = x86_64
license = MIT
makedepends = git
+ makedepends = glslang
makedepends = meson
makedepends = ninja
makedepends = cmake
+ makedepends = vulkan-headers
depends = cairo
depends = pango
+ depends = doctest
depends = freetype2
depends = glm
depends = libdrm
@@ -26,6 +29,10 @@ pkgbase = wayfire-git
depends = pkgconf
depends = seatd
depends = libinput
+ depends = xorg-util-errors
+ depends = xorg-util-renderutil
+ depends = xorg-util-wm
+ depends = xorg-xwayland
depends = wayland
depends = wayland-protocols
optdepends = xorg-xwayland
diff --git a/PKGBUILD b/PKGBUILD
index 1e978ce1a8a8..d023b5b3a68c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Co-Maintainer: Frank Tao <frank.tao@uwaterloo.ca>
pkgname=wayfire-git
pkgver=0.7.2.r20220103.0a921f7
-pkgrel=1
+pkgrel=2
pkgdesc="3D wayland compositor"
arch=('x86_64')
url="https://github.com/WayfireWM/wayfire"
license=('MIT')
-depends=('cairo' 'pango' 'freetype2' 'glm' 'libdrm' 'libevdev' 'libglvnd' 'libinput' 'libjpeg' 'libpng' 'libxkbcommon' 'libxml2' 'pixman' 'polkit' 'pkgconf' 'seatd' 'wayland' 'wayland-protocols')
-makedepends=('git' 'meson' 'ninja' 'cmake')
-optdepends=('xorg-xwayland' 'xorg-xeyes')
+depends=('cairo' 'pango' 'doctest' 'freetype2' 'glm' 'libdrm' 'libevdev' 'libglvnd' 'libinput' 'libjpeg' 'libpng' 'libxkbcommon' 'libxml2' 'pixman' 'polkit' 'pkgconf' 'seatd' 'xcb-util-errors' 'xcb-util-renderutil' 'xcb-util-wm' 'xorg-xwayland' 'wayland' 'wayland-protocols')
+makedepends=('git' 'glslang' 'meson' 'ninja' 'cmake' 'vulkan-headers')
+optdepends=('xorg-xeyes')
provides=("${pkgname%-git}" 'wlroots-git' 'wf-config-git')
conflicts=("$pkgname" 'wlroots-git' 'wlroots' 'wf-config-git' 'wf-config')
replaces=()