git: 1c82c9f99ce3 - main - x11/plasma6-plasma-desktop: Fix the Touchpad KCM
Date: Tue, 11 Mar 2025 06:30:57 UTC
The branch main has been updated by arrowd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1c82c9f99ce3b1a46f034af88387eca24927233e
commit 1c82c9f99ce3b1a46f034af88387eca24927233e
Author: Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2025-03-11 06:29:00 +0000
Commit: Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2025-03-11 06:30:53 +0000
x11/plasma6-plasma-desktop: Fix the Touchpad KCM
- It needs libinput to be present build-time
- Synaptics driver prevents libinput from attaching to touchpad devices
---
x11/plasma6-plasma-desktop/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/x11/plasma6-plasma-desktop/Makefile b/x11/plasma6-plasma-desktop/Makefile
index 1ff68c79befc..eb830db896e8 100644
--- a/x11/plasma6-plasma-desktop/Makefile
+++ b/x11/plasma6-plasma-desktop/Makefile
@@ -1,5 +1,6 @@
PORTNAME= plasma-desktop
DISTVERSION= ${KDE_PLASMA_VERSION}
+PORTREVISION= 1
CATEGORIES= x11 kde kde-plasma
MAINTAINER= kde@FreeBSD.org
@@ -8,7 +9,7 @@ COMMENT= KDE Plasma Desktop
BUILD_DEPENDS= wayland-protocols>=0:graphics/wayland-protocols \
xf86-input-evdev>0:x11-drivers/xf86-input-evdev \
xf86-input-libinput>0:x11-drivers/xf86-input-libinput \
- xf86-input-synaptics>0:x11-drivers/xf86-input-synaptics
+ libinput>0:x11/libinput
LIB_DEPENDS= libcanberra.so:audio/libcanberra \
libicuuc.so:devel/icu \
liboauth2plugin.so:sysutils/signon-plugin-oauth2@qt6 \