From c8dff79fba8783f7a18d133814b4d03d8e57a63a Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 28 May 2024 02:57:30 +0100 Subject: [PATCH] x11-misc/libinput-gestures: restore lost changes Signed-off-by: Sam James --- x11-misc/libinput-gestures/libinput-gestures-2.76.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x11-misc/libinput-gestures/libinput-gestures-2.76.ebuild b/x11-misc/libinput-gestures/libinput-gestures-2.76.ebuild index 0422a315dd2d3..f6e072b536d28 100644 --- a/x11-misc/libinput-gestures/libinput-gestures-2.76.ebuild +++ b/x11-misc/libinput-gestures/libinput-gestures-2.76.ebuild @@ -41,6 +41,7 @@ src_test() { src_install() { default + # Actually respect the python target setting python_doscript "${PN}" } @@ -50,7 +51,7 @@ pkg_postinst() { elog "You must be in the input group to read the touchpad device." if ! has_version x11-libs/gtk+:3 ; then - elog "${PN}-setup script supports Gnome 3 via x11-libs/gtk+:3." + elog "${PN}-setup script supports GNOME via x11-libs/gtk+:3." fi if ! has_version kde-plasma/kde-cli-tools:5 ; then elog "${PN}-setup script supports Plasma 5 via kde-plasma/kde-cli-tools:5."