Package Details: showmethekey 1.13.1-4

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: 20
Popularity: 0.96
First Submitted: 2021-04-14 08:31 (UTC)
Last Updated: 2024-06-27 13:19 (UTC)

Latest Comments

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 into depends? I think it probably only needs to be in makedepends.

bastimeyer commented on 2024-06-23 02:33 (UTC) (edited on 2024-06-23 02:34 (UTC) by bastimeyer)

glib2 has been split into glib2 and glib2-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:

Dependency glib-2.0 found: YES 2.80.3 (cached)
Program /usr/bin/glib-mkenums found: NO

../showmethekey-gtk/meson.build:52:19: ERROR: Dependency 'glib-2.0' tool variable 'glib_mkenums' contains erroneous value: '/usr/bin/glib-mkenums'

This is a distributor issue -- please report it to your glib-2.0 provider.

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.