summaryrefslogtreecommitdiffstats
path: root/wm-addons
diff options
context:
space:
mode:
authorTreeve Jelbert2021-06-25 20:11:12 +0200
committerTreeve Jelbert2021-06-27 18:16:06 +0200
commitbe7d8be8b2955c3afab71d9d90a71b5453f34d2d (patch)
tree9850f7ded9914355757fc56ee177897695f60d85 /wm-addons
parent5e7844db94a926ef9cb4f4e69e3ac81b69822707 (diff)
wlroots: => 0.14.0
Diffstat (limited to 'wm-addons')
-rwxr-xr-xwm-addons/wlroots/DEPENDS10
-rwxr-xr-xwm-addons/wlroots/DETAILS4
-rw-r--r--wm-addons/wlroots/HISTORY4
3 files changed, 7 insertions, 11 deletions
diff --git a/wm-addons/wlroots/DEPENDS b/wm-addons/wlroots/DEPENDS
index 213269691d..94f9c61e0d 100755
--- a/wm-addons/wlroots/DEPENDS
+++ b/wm-addons/wlroots/DEPENDS
@@ -11,6 +11,7 @@ depends libinput &&
depends libxkbcommon &&
depends OPENGL &&
depends pixman &&
+depends seatd &&
depends wayland &&
depends wayland-protocols &&
@@ -24,15 +25,6 @@ optional_depends libxcb \
"x11-backend=disabled" \
"enable X11 backend" &&
-optional_depends LOGIN-DAEMON \
- "logind=enabled" \
- "logind=disabled" \
- "rootless session via logind" &&
-
-if [[ "$(get_spell_provider ${SPELL} LOGIN-DAEMON)" == "elogind" ]]; then
- list_add WLROOTS_OPTS "logind-provider=elogind"
-fi &&
-
optional_depends xwayland \
"xwayland=enabled" \
"xwayland=disabled" \
diff --git a/wm-addons/wlroots/DETAILS b/wm-addons/wlroots/DETAILS
index ac3d7bcfcb..dbced4656c 100755
--- a/wm-addons/wlroots/DETAILS
+++ b/wm-addons/wlroots/DETAILS
@@ -9,9 +9,9 @@ if [[ "${WLROOTS_BRANCH}" == "scm" ]]; then
SOURCE_IGNORE="volatile"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
else
- VERSION=0.12.0
+ VERSION=0.14.0
PATCHLEVEL=1
- SOURCE_HASH=sha512:560eae30932b777c1f07fb44592d5601c5d10ef74b31b6b9e4166a14caadab2bfa88d39282f159785d4c7f22f78d204f9bb7fab65d58afaf14b72a8486f9b415
+ SOURCE_HASH=sha512:83f001133cb4b11a72bb9532b7321655428826662848f67de8e3220a33d9dff4d37c859602bdc319929949d387d014a257b0347039a6649944d7b084c76bb611
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
SOURCE_URL[0]="https://github.com/swaywm/${SPELL}/archive/${VERSION}.tar.gz"
diff --git a/wm-addons/wlroots/HISTORY b/wm-addons/wlroots/HISTORY
index 05c1f91780..5572966bb1 100644
--- a/wm-addons/wlroots/HISTORY
+++ b/wm-addons/wlroots/HISTORY
@@ -1,3 +1,7 @@
+2021-06-25 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 0.14.0
+ * DEPENDS: remove elogind, add seatd
+
2021-02-28 Ismael Luceno <ismael@sourcemage.org>
* DETAILS: PATCHLEVEL++
* DEPENDS: updated xwayland dependency