pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
labwc: add dbus dependency
Module Name: pkgsrc-wip
Committed By: kikadf <kikadf.01%gmail.com@localhost>
Pushed By: kikadf
Date: Wed Dec 24 14:05:59 2025 +0100
Changeset: 159da017b0793003646a6bf929798139585d7dc1
Modified Files:
labwc/Makefile
labwc/files/startlabwc.sh.in
Log Message:
labwc: add dbus dependency
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=159da017b0793003646a6bf929798139585d7dc1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
labwc/Makefile | 1 +
labwc/files/startlabwc.sh.in | 4 +++-
2 files changed, 4 insertions(+), 1 deletion(-)
diffs:
diff --git a/labwc/Makefile b/labwc/Makefile
index c4cef26d00..de98888fde 100644
--- a/labwc/Makefile
+++ b/labwc/Makefile
@@ -41,6 +41,7 @@ post-install:
.include "../../graphics/cairo/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../graphics/librsvg/buildlink3.mk"
+.include "../../sysutils/dbus/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.if ${X11_TYPE} == "modular"
diff --git a/labwc/files/startlabwc.sh.in b/labwc/files/startlabwc.sh.in
index f85f687b0f..ca2f4993ec 100644
--- a/labwc/files/startlabwc.sh.in
+++ b/labwc/files/startlabwc.sh.in
@@ -12,4 +12,6 @@ export XDG_CONFIG_DIRS XDG_DATA_DIRS
[ -d "${XDG_RUNTIME_DIR}" ] || mkdir -p -m 700 "${XDG_RUNTIME_DIR}"
-exec /usr/pkg/bin/seatd-launch /usr/pkg/bin/labwc "$@"
+exec @PREFIX@/bin/seatd-launch \
+ @PREFIX@/bin/dbus-run-session \
+ @PREFIX@/bin/labwc "$@"
Home |
Main Index |
Thread Index |
Old Index