Package Details: swhkd-bin 1.2.1-6

Git Clone URL: https://aur.archlinux.org/swhkd-bin.git (read-only, click to copy)
Package Base: swhkd-bin
Description: sxhkd clone for Wayland, X11 or TTY. Written in Rust.
Upstream URL: https://github.com/waycrate/swhkd
Keywords: rust sxhkd wayland
Licenses: BSD
Conflicts: swhkd, swhkd-git, swhkd-musl-git
Provides: swhkd
Submitter: murlakatamenka
Maintainer: murlakatamenka
Last Packager: murlakatamenka
Votes: 3
Popularity: 0.000467
First Submitted: 2022-03-21 03:24 (UTC)
Last Updated: 2023-12-29 20:55 (UTC)

Latest Comments

1 2 Next › Last »

murlakatamenka commented on 2023-12-29 20:57 (UTC)

Okay, fixed:

https://wiki.archlinux.org/title/PKGBUILD#license

Thanks for the input!

eclairevoyant commented on 2023-12-29 20:39 (UTC) (edited on 2023-12-29 20:40 (UTC) by eclairevoyant)

This is already documented on the wiki. And obviously, installing it elsewhere would be inappropriate.

murlakatamenka commented on 2023-12-29 20:39 (UTC)

It isn't. Is it a problem? Can you back your request with reference(s) to Package Guidelines or Best Practices, etc.?

eclairevoyant commented on 2023-12-29 20:33 (UTC)

swhkd is not the $pkgname.

murlakatamenka commented on 2023-12-29 20:16 (UTC)

@eclairevoyant, isn't it installed there already?

https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=swhkd-bin#n44:

install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/swhkd"

eclairevoyant commented on 2023-12-29 08:08 (UTC) (edited on 2023-12-29 08:08 (UTC) by eclairevoyant)

License must be installed to $pkgdir/usr/share/licenses/$pkgname/, please fix.

Neurognostic commented on 2023-08-01 17:28 (UTC)

I was writing a PKGBUILD and trying to remember where licenses go and saw it.

murlakatamenka commented on 2023-08-01 15:07 (UTC)

Thanks, what a catch!

How did you find it out? Casually browsing /?

Neurognostic commented on 2023-07-31 20:00 (UTC)

licenses is misspelled in PKGBUILD, see patch:

diff --git c/PKGBUILD w/PKGBUILD
index ecfa51b..6f09f5b 100644
--- c/PKGBUILD
+++ w/PKGBUILD
@@ -41,7 +41,7 @@ package() {
     install -Dm 644 com.github.swhkd.pkexec.policy -t "$pkgdir/usr/share/polkit-1/actions"

     # LICENSE
-    install -Dm 644 LICENSE -t "$pkgdir/usr/share/licences/swhkd"
+    install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/swhkd"

     # docs
     for md in *.{md,scd} ; do

murlakatamenka commented on 2023-06-21 20:44 (UTC) (edited on 2023-06-21 20:45 (UTC) by murlakatamenka)

@dreieck done!