Search Criteria
Package Details: kmonad-git 0.4.2.r87.g4c324f1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/kmonad-git.git (read-only, click to copy) |
---|---|
Package Base: | kmonad-git |
Description: | An advanced keyboard manager |
Upstream URL: | https://github.com/kmonad/kmonad |
Licenses: | MIT |
Conflicts: | kmonad |
Provides: | kmonad |
Submitter: | Bonnee |
Maintainer: | Bonnee |
Last Packager: | Bonnee |
Votes: | 5 |
Popularity: | 0.51 |
First Submitted: | 2020-09-29 13:59 (UTC) |
Last Updated: | 2024-08-29 13:54 (UTC) |
Latest Comments
1 2 Next › Last »
dreieck commented on 2024-05-29 10:10 (UTC)
Ahoj!
Please make sure that everything is confined within
$srcdir
and$pkgdir
! (e.g. by using appropriate environment variables or command line options to the used build tools.)You can set
export STACK_ROOT="${srcdir}/.stack"
inprepare()
(which you should create to do the download stuff there!),build()
andpackage()
Building with
stack --verbose build
:The only thing I see is the
configure: error: Failed to determine machine word size. Does your toolchain actually work?
message.dreieck commented on 2024-04-08 16:06 (UTC)
Ahoj,
thanks for the update.
build()
. Please move tosource
array orprepare()
, if you really cannot handle it via a proper package specified independs
array.build()
for me shows the errorar: conftest.a: No such file or directory
, but continues sucesfully afterwards:Regards!
Bonnee commented on 2023-10-15 13:54 (UTC)
Sorry for the delay. I totally missed notifications about this issue. I have fixed the problem by referencing the new kmonad@.service file
dreieck commented on 2023-07-13 16:58 (UTC)
package()
fails for me, too, withThanks for maintaining,
regards!
taogqt commented on 2023-05-20 00:16 (UTC)
install: cannot stat 'startup/kmonad.service': No such file or directory
https://github.com/kmonad/kmonad/pull/694/commits/16a1065e2ecb10f31d2617749e5a5227d3846769#diff-9b11cecb40ca3ffe765b4f876b15700834ee3b4de65a53de3c850ba237113c58
install -Dm644 "startup/${pkgname%-git}@.service" -t "$pkgdir/usr/lib/systemd/system"
does get rid of the errordreieck commented on 2022-08-03 10:19 (UTC)
Somehow
ghc
exits with segmentation fault during the build process.In the terminal where I run
makepkg
, I getand in
dmesg
, I finddreieck commented on 2022-08-03 10:12 (UTC)
Ahoj,
thank you for the package!
Can you move any download and preparations out from
build()
intoprepare()
? So thatbuild()
does not need internet connectivity?I am referring to the big download
(And, even better, could the file be downloaded via the
source
array?, this way custom download managers can be honoured,makepkg
s checksumming, etc.?)And, by the way, a minor comment: you could add
=${pkgver}
to theprovides
entry.Thanks for maintaining!
Bonnee commented on 2022-01-20 19:36 (UTC)
Why does it need lld as a dependency? It builds just fine without it for me
fenuks commented on 2022-01-20 17:18 (UTC)
Please add
lld
tomakedepends
.aulonsal commented on 2021-05-25 10:35 (UTC)
Please add
install -Dm644 "startup/${pkgname%-git}.service" -t "$pkgdir/usr/lib/systemd/system"
to the end of thepackage
function as upstream now provides a systemd service.1 2 Next › Last »