Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

keyd: Add at 2.5.0 #3617

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions packages/k/keyd/MAINTAINERS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
This file is used to indicate primary maintainership for this package. A package may list more than one maintainer to avoid bus factor issues. People on this list may be considered “subject-matter experts”. Please note that Solus Staff may need to perform necessary rebuilds, upgrades, or security fixes as part of the normal maintenance of the Solus package repository. If you believe this package requires an update, follow documentation from https://help.getsol.us/docs/packaging/procedures/request-a-package-update. In the event that this package becomes insufficiently maintained, the Solus Staff reserves the right to request a new maintainer, or deprecate and remove this package from the repository entirely.

- Robert Gonzalez
- Email: [email protected]
1 change: 1 addition & 0 deletions packages/k/keyd/abi_used_libs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
libc.so.6
79 changes: 79 additions & 0 deletions packages/k/keyd/abi_used_symbols
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
libc.so.6:__assert_fail
libc.so.6:__ctype_b_loc
libc.so.6:__cxa_atexit
libc.so.6:__errno_location
libc.so.6:__fprintf_chk
libc.so.6:__libc_start_main
libc.so.6:__memcpy_chk
libc.so.6:__poll_chk
libc.so.6:__printf_chk
libc.so.6:__snprintf_chk
libc.so.6:__stack_chk_fail
libc.so.6:__strcpy_chk
libc.so.6:__vfprintf_chk
libc.so.6:__vsnprintf_chk
libc.so.6:accept
libc.so.6:access
libc.so.6:bind
libc.so.6:calloc
libc.so.6:chmod
libc.so.6:clock_gettime
libc.so.6:close
libc.so.6:closedir
libc.so.6:connect
libc.so.6:dirname
libc.so.6:dup2
libc.so.6:execl
libc.so.6:exit
libc.so.6:fclose
libc.so.6:fcntl
libc.so.6:fflush
libc.so.6:fgets
libc.so.6:flock
libc.so.6:fopen
libc.so.6:fork
libc.so.6:free
libc.so.6:fstat
libc.so.6:getenv
libc.so.6:getgrnam
libc.so.6:inotify_add_watch
libc.so.6:inotify_init1
libc.so.6:ioctl
libc.so.6:isatty
libc.so.6:listen
libc.so.6:memcpy
libc.so.6:memset
libc.so.6:nice
libc.so.6:open
libc.so.6:opendir
libc.so.6:perror
libc.so.6:pthread_create
libc.so.6:pthread_join
libc.so.6:pthread_mutex_lock
libc.so.6:pthread_mutex_unlock
libc.so.6:read
libc.so.6:readdir
libc.so.6:setgid
libc.so.6:setsockopt
libc.so.6:setvbuf
libc.so.6:signal
libc.so.6:snprintf
libc.so.6:socket
libc.so.6:stderr
libc.so.6:stdout
libc.so.6:strchr
libc.so.6:strcmp
libc.so.6:strcpy
libc.so.6:strlen
libc.so.6:strncmp
libc.so.6:strncpy
libc.so.6:strstr
libc.so.6:strtok
libc.so.6:strtok_r
libc.so.6:strtol
libc.so.6:tcgetattr
libc.so.6:tcsetattr
libc.so.6:unlink
libc.so.6:usleep
libc.so.6:wait
libc.so.6:write
6 changes: 6 additions & 0 deletions packages/k/keyd/monitoring.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
releases:
id: 236441
rss: https://github.com/rvaiya/keyd/releases.atom
# No known CPE, checked 2024-09-15
security:
cpe: ~
22 changes: 22 additions & 0 deletions packages/k/keyd/package.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name : keyd
version : 2.5.0
release : 1
source :
- https://github.com/rvaiya/keyd/archive/refs/tags/v2.5.0.tar.gz : 93ec6c153ef673a7a8b4d8b686494dee11d182513f4531c71dce15a8db7f6c1c
homepage : https://github.com/rvaiya/keyd
license : MIT
component : system.utils
summary : A key remapping daemon for linux.
description: |
keyd provides a flexible system wide daemon which remaps keys using kernel level input primitives (evdev, uinput).
build : |
%make
install : |
%make_install PREFIX=/usr SOCKET_PATH=/run/keyd.socket
sed -e "s#@PREFIX@#%PREFIX%#" -e 's#multi-user.target#systemd-udev.service#' keyd.service.in > keyd.service
install -Dm00644 keyd.service -t $installdir/usr/lib/systemd/system/

# Start service by default
install -dm00755 $installdir/usr/lib/systemd/system/multi-user.target.wants
ln -sv ../keyd.service $installdir/usr/lib/systemd/system/multi-user.target.wants/keyd.service
rm -rv $installdir/etc/
152 changes: 152 additions & 0 deletions packages/k/keyd/pspec_x86_64.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,152 @@
<PISI>
<Source>
<Name>keyd</Name>
<Homepage>https://github.com/rvaiya/keyd</Homepage>
<Packager>
<Name>Robert Gonzalez</Name>
<Email>[email protected]</Email>
</Packager>
<License>MIT</License>
<PartOf>system.utils</PartOf>
<Summary xml:lang="en">A key remapping daemon for linux.</Summary>
<Description xml:lang="en">keyd provides a flexible system wide daemon which remaps keys using kernel level input primitives (evdev, uinput).
</Description>
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://sources.getsol.us/README.Solus</Archive>
</Source>
<Package>
<Name>keyd</Name>
<Summary xml:lang="en">A key remapping daemon for linux.</Summary>
<Description xml:lang="en">keyd provides a flexible system wide daemon which remaps keys using kernel level input primitives (evdev, uinput).
</Description>
<PartOf>system.utils</PartOf>
<Files>
<Path fileType="executable">/usr/bin/keyd</Path>
<Path fileType="executable">/usr/bin/keyd-application-mapper</Path>
<Path fileType="library">/usr/lib/systemd/system/keyd.service</Path>
<Path fileType="library">/usr/lib/systemd/system/multi-user.target.wants/keyd.service</Path>
<Path fileType="doc">/usr/share/doc/keyd/CHANGELOG.md</Path>
<Path fileType="doc">/usr/share/doc/keyd/DESIGN.md</Path>
<Path fileType="doc">/usr/share/doc/keyd/examples/capslock-esc-basic.conf</Path>
<Path fileType="doc">/usr/share/doc/keyd/examples/capslock-escape-with-vim-mode.conf</Path>
<Path fileType="doc">/usr/share/doc/keyd/examples/international-glyphs.conf</Path>
<Path fileType="doc">/usr/share/doc/keyd/examples/macos.conf</Path>
<Path fileType="doc">/usr/share/doc/keyd/examples/nav-layer.conf</Path>
<Path fileType="data">/usr/share/keyd/gnome-extension-45/extension.js</Path>
<Path fileType="data">/usr/share/keyd/gnome-extension-45/metadata.json</Path>
<Path fileType="data">/usr/share/keyd/gnome-extension/extension.js</Path>
<Path fileType="data">/usr/share/keyd/gnome-extension/metadata.json</Path>
<Path fileType="data">/usr/share/keyd/keyd.compose</Path>
<Path fileType="data">/usr/share/keyd/layouts/af</Path>
<Path fileType="data">/usr/share/keyd/layouts/al</Path>
<Path fileType="data">/usr/share/keyd/layouts/am</Path>
<Path fileType="data">/usr/share/keyd/layouts/ara</Path>
<Path fileType="data">/usr/share/keyd/layouts/at</Path>
<Path fileType="data">/usr/share/keyd/layouts/au</Path>
<Path fileType="data">/usr/share/keyd/layouts/az</Path>
<Path fileType="data">/usr/share/keyd/layouts/ba</Path>
<Path fileType="data">/usr/share/keyd/layouts/bd</Path>
<Path fileType="data">/usr/share/keyd/layouts/be</Path>
<Path fileType="data">/usr/share/keyd/layouts/bg</Path>
<Path fileType="data">/usr/share/keyd/layouts/br</Path>
<Path fileType="data">/usr/share/keyd/layouts/brai</Path>
<Path fileType="data">/usr/share/keyd/layouts/bt</Path>
<Path fileType="data">/usr/share/keyd/layouts/bw</Path>
<Path fileType="data">/usr/share/keyd/layouts/by</Path>
<Path fileType="data">/usr/share/keyd/layouts/ca</Path>
<Path fileType="data">/usr/share/keyd/layouts/cd</Path>
<Path fileType="data">/usr/share/keyd/layouts/ch</Path>
<Path fileType="data">/usr/share/keyd/layouts/cm</Path>
<Path fileType="data">/usr/share/keyd/layouts/cn</Path>
<Path fileType="data">/usr/share/keyd/layouts/colemak</Path>
<Path fileType="data">/usr/share/keyd/layouts/cz</Path>
<Path fileType="data">/usr/share/keyd/layouts/de</Path>
<Path fileType="data">/usr/share/keyd/layouts/dk</Path>
<Path fileType="data">/usr/share/keyd/layouts/dvorak</Path>
<Path fileType="data">/usr/share/keyd/layouts/dz</Path>
<Path fileType="data">/usr/share/keyd/layouts/ee</Path>
<Path fileType="data">/usr/share/keyd/layouts/epo</Path>
<Path fileType="data">/usr/share/keyd/layouts/es</Path>
<Path fileType="data">/usr/share/keyd/layouts/et</Path>
<Path fileType="data">/usr/share/keyd/layouts/fi</Path>
<Path fileType="data">/usr/share/keyd/layouts/fo</Path>
<Path fileType="data">/usr/share/keyd/layouts/fr</Path>
<Path fileType="data">/usr/share/keyd/layouts/gb</Path>
<Path fileType="data">/usr/share/keyd/layouts/ge</Path>
<Path fileType="data">/usr/share/keyd/layouts/gh</Path>
<Path fileType="data">/usr/share/keyd/layouts/gn</Path>
<Path fileType="data">/usr/share/keyd/layouts/gr</Path>
<Path fileType="data">/usr/share/keyd/layouts/hr</Path>
<Path fileType="data">/usr/share/keyd/layouts/hu</Path>
<Path fileType="data">/usr/share/keyd/layouts/id</Path>
<Path fileType="data">/usr/share/keyd/layouts/ie</Path>
<Path fileType="data">/usr/share/keyd/layouts/il</Path>
<Path fileType="data">/usr/share/keyd/layouts/in</Path>
<Path fileType="data">/usr/share/keyd/layouts/iq</Path>
<Path fileType="data">/usr/share/keyd/layouts/ir</Path>
<Path fileType="data">/usr/share/keyd/layouts/is</Path>
<Path fileType="data">/usr/share/keyd/layouts/it</Path>
<Path fileType="data">/usr/share/keyd/layouts/jp</Path>
<Path fileType="data">/usr/share/keyd/layouts/jv</Path>
<Path fileType="data">/usr/share/keyd/layouts/ke</Path>
<Path fileType="data">/usr/share/keyd/layouts/kg</Path>
<Path fileType="data">/usr/share/keyd/layouts/kh</Path>
<Path fileType="data">/usr/share/keyd/layouts/kr</Path>
<Path fileType="data">/usr/share/keyd/layouts/kz</Path>
<Path fileType="data">/usr/share/keyd/layouts/la</Path>
<Path fileType="data">/usr/share/keyd/layouts/latam</Path>
<Path fileType="data">/usr/share/keyd/layouts/lk</Path>
<Path fileType="data">/usr/share/keyd/layouts/lt</Path>
<Path fileType="data">/usr/share/keyd/layouts/lv</Path>
<Path fileType="data">/usr/share/keyd/layouts/ma</Path>
<Path fileType="data">/usr/share/keyd/layouts/mao</Path>
<Path fileType="data">/usr/share/keyd/layouts/md</Path>
<Path fileType="data">/usr/share/keyd/layouts/me</Path>
<Path fileType="data">/usr/share/keyd/layouts/mk</Path>
<Path fileType="data">/usr/share/keyd/layouts/ml</Path>
<Path fileType="data">/usr/share/keyd/layouts/mm</Path>
<Path fileType="data">/usr/share/keyd/layouts/mn</Path>
<Path fileType="data">/usr/share/keyd/layouts/mt</Path>
<Path fileType="data">/usr/share/keyd/layouts/mv</Path>
<Path fileType="data">/usr/share/keyd/layouts/my</Path>
<Path fileType="data">/usr/share/keyd/layouts/ng</Path>
<Path fileType="data">/usr/share/keyd/layouts/nl</Path>
<Path fileType="data">/usr/share/keyd/layouts/no</Path>
<Path fileType="data">/usr/share/keyd/layouts/np</Path>
<Path fileType="data">/usr/share/keyd/layouts/ph</Path>
<Path fileType="data">/usr/share/keyd/layouts/pk</Path>
<Path fileType="data">/usr/share/keyd/layouts/pl</Path>
<Path fileType="data">/usr/share/keyd/layouts/pt</Path>
<Path fileType="data">/usr/share/keyd/layouts/ro</Path>
<Path fileType="data">/usr/share/keyd/layouts/rs</Path>
<Path fileType="data">/usr/share/keyd/layouts/ru</Path>
<Path fileType="data">/usr/share/keyd/layouts/se</Path>
<Path fileType="data">/usr/share/keyd/layouts/si</Path>
<Path fileType="data">/usr/share/keyd/layouts/sk</Path>
<Path fileType="data">/usr/share/keyd/layouts/sn</Path>
<Path fileType="data">/usr/share/keyd/layouts/sy</Path>
<Path fileType="data">/usr/share/keyd/layouts/tg</Path>
<Path fileType="data">/usr/share/keyd/layouts/th</Path>
<Path fileType="data">/usr/share/keyd/layouts/tj</Path>
<Path fileType="data">/usr/share/keyd/layouts/tm</Path>
<Path fileType="data">/usr/share/keyd/layouts/tr</Path>
<Path fileType="data">/usr/share/keyd/layouts/tw</Path>
<Path fileType="data">/usr/share/keyd/layouts/tz</Path>
<Path fileType="data">/usr/share/keyd/layouts/ua</Path>
<Path fileType="data">/usr/share/keyd/layouts/uz</Path>
<Path fileType="data">/usr/share/keyd/layouts/vn</Path>
<Path fileType="data">/usr/share/keyd/layouts/workman</Path>
<Path fileType="data">/usr/share/keyd/layouts/za</Path>
<Path fileType="man">/usr/share/man/man1/keyd-application-mapper.1.gz</Path>
<Path fileType="man">/usr/share/man/man1/keyd.1.gz</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2024-09-15</Date>
<Version>2.5.0</Version>
<Comment>Packaging update</Comment>
<Name>Robert Gonzalez</Name>
<Email>[email protected]</Email>
</Update>
</History>
</PISI>