Package Details: libstroke 0.5.1-10

Git Clone URL: https://aur.archlinux.org/libstroke.git (read-only, click to copy)
Package Base: libstroke
Description: A stroke (mouse gesture) translation library
Upstream URL: https://sources.archlinux.org/other/packages/libstroke/
Licenses: GPL-2.0-only
Submitter: arojas
Maintainer: lquidfire
Last Packager: lquidfire
Votes: 3
Popularity: 0.53
First Submitted: 2022-05-29 12:38 (UTC)
Last Updated: 2024-05-13 09:24 (UTC)

Latest Comments

lquidfire commented on 2024-05-13 09:25 (UTC)

Committed. Thank you, @FabioLolix.

FabioLolix commented on 2024-05-12 21:54 (UTC)

You're welcome lquidfire

lquidfire commented on 2024-05-10 19:08 (UTC)

Needed the following patch to add a missing <string.h> header.

--- libstroke-0.5.1/libstroke/stroke.c  2001-07-06 06:32:42.000000000 +0200
+++ libstroke-0.5.1/libstroke/stroke.c.update   2024-05-10 20:23:09.734052044 +0200
@@ -12,6 +12,7 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <math.h>
+#include <string.h>

 #ifdef STROKE_MOUSE_FOOTPRINTS
 #include <X11/Xutil.h>

A.J commented on 2023-06-17 18:39 (UTC)

not building with the following error :

configure: error: Cannot find -lX11 library