summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPier Luigi Fiorini2017-09-20 23:04:18 +0200
committerPier Luigi Fiorini2017-09-20 23:04:18 +0200
commitf279a1e1e5275a835d11313472bb0dc52bf1cfeb (patch)
treeade814e590f4de5479ae72ab6f56a82901078af8
parent09ddc5c502544c2a02acea7191e48e6046cc5e43 (diff)
downloadaur-f279a1e1e5275a835d11313472bb0dc52bf1cfeb.tar.gz
Add Xwayland dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d20a9b1930a4..c74b870ebe06 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Sep 19 19:10:54 UTC 2017
+# Wed Sep 20 21:04:16 UTC 2017
pkgbase = liri-shell-git
pkgdesc = QtQuick and Wayland based shell for convergence
pkgver = 20170918.72c55245
@@ -23,7 +23,8 @@ pkgbase = liri-shell-git
depends = libliri-git
depends = vibe-git
depends = liri-workspace-git
- depends = liri-platformtheme-git
+ depends = liri-platformtheme-git,
+ depends = xorg-server-xwayland
optdepends = weston: nested mode support
provides = liri-shell
conflicts = hawaii-shell-git
diff --git a/PKGBUILD b/PKGBUILD
index 18cfa1df247a..24e40dafe2b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,8 @@ arch=('i686' 'x86_64' 'armv6h' 'armv7h')
url='https://liri.io'
license=('GPL3')
depends=('qt5-tools' 'qt5-wayland' 'qt5-accountsservice-git' 'qt5-gsettings-git'
- 'libqtxdg' 'pam' 'liri-wayland-git' 'libliri-git' 'vibe-git' 'liri-workspace-git' 'liri-platformtheme-git')
+ 'libqtxdg' 'pam' 'liri-wayland-git' 'libliri-git' 'vibe-git' 'liri-workspace-git' 'liri-platformtheme-git',
+ 'xorg-server-xwayland')
optdepends=('weston: nested mode support')
makedepends=('git' 'liri-qbs-shared-git')
options=(debug !strip)