Search Criteria
Package Details: showmethekey 1.18.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/showmethekey.git (read-only, click to copy) |
---|---|
Package Base: | showmethekey |
Description: | A screenkey alternative that works under Wayland via libinput. |
Upstream URL: | https://showmethekey.alynx.one/ |
Licenses: | Apache |
Submitter: | AlynxZhou |
Maintainer: | AlynxZhou |
Last Packager: | AlynxZhou |
Votes: | 19 |
Popularity: | 0.72 |
First Submitted: | 2021-04-14 08:31 (UTC) |
Last Updated: | 2025-01-12 02:48 (UTC) |
Dependencies (13)
- cairo (cairo-gitAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- gtk4 (gtk4-paper-planeAUR, gtk4-gitAUR)
- json-glib (json-glib-gitAUR)
- libadwaita (libadwaita-gitAUR, libadwaita-without-adwaita-gitAUR)
- libevdev (libevdev-gitAUR)
- libinput (libinput-gitAUR, libinput-multiplierAUR, libinput-three-finger-dragAUR, libinput-noaccumAUR)
- libxkbcommon (libxkbcommon-gitAUR)
- pango (pango-gitAUR)
- polkit (polkit-gitAUR, polkit-consolekitAUR)
- udev (systemd-fmlAUR, systemd-gitAUR, systemd-selinuxAUR, systemd)
- glib2-devel (make)
- meson (meson-gitAUR) (make)
Latest Comments
ArthurGxy commented on 2025-05-16 06:52 (UTC)
This software doesn't only work under wayland but also on X11, the description is somewhat misleading...
Suggest change to "A screenkey alternative that works not only on X11 but also Wayland.", since the official website said so.
AlynxZhou commented on 2024-06-27 13:20 (UTC)
@SpotlightKid Thanks, fixed.
SpotlightKid commented on 2024-06-27 13:03 (UTC)
@AlynxZhou Are you sure
glib2-devel
belongs intodepends
? I think it probably only needs to be inmakedepends
.bastimeyer commented on 2024-06-23 02:33 (UTC) (edited on 2024-06-23 02:34 (UTC) by bastimeyer)
glib2
has been split intoglib2
andglib2-devel
a month ago, with/usr/bin/glib-mkenums
being moved to the latter:https://gitlab.archlinux.org/archlinux/packaging/packages/glib2/-/commit/02a3a726583017383d99e701327975d29ad010a6
Without the
glib2-devel
makedepends, the build fails with this error message:AlynxZhou commented on 2024-05-07 11:08 (UTC)
Fixed. I think it used to be 750.
BryanLiang commented on 2024-05-07 11:03 (UTC)
Hello, could you please explain why the directory
usr/share/polkit-1
is set to 750 in PKGBUILD? According to the script here, the default permission of the directory has been set to 755 in polkit package.