Search Criteria
Package Details: kana 1.4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/kana.git (read-only, click to copy) |
---|---|
Package Base: | kana |
Description: | Learn Japanese characters |
Upstream URL: | https://gitlab.gnome.org/fkinoshita/kana |
Licenses: | GPL-3.0-only |
Submitter: | Muflone |
Maintainer: | Muflone |
Last Packager: | Muflone |
Votes: | 1 |
Popularity: | 0.000803 |
First Submitted: | 2023-11-13 23:32 (UTC) |
Last Updated: | 2024-04-07 23:12 (UTC) |
Dependencies (4)
- gtk4 (gtk4-customizableAUR, gtk4-paper-planeAUR, gtk4-gitAUR)
- libadwaita (libadwaita-testingAUR, libadwaita-gitAUR, libadwaita-without-adwaita-gitAUR)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust, rustup) (make)
- meson (meson-gitAUR) (make)
Latest Comments
Muflone commented on 2023-11-18 16:32 (UTC)
the exports are available also in build, so they are used also in build.
however it's better to move them in build, in the case someone wanted to build with makepkg -e
begin-theadventu commented on 2023-11-17 19:24 (UTC)
Lines 17 and 18 are only in
prepare
, so they do not affectbuild
.The current command in
prepare
seems to do nothing, becauseDirectory . does not seem to have subprojects.
Muflone commented on 2023-11-17 01:38 (UTC)
I've included your changes, it works fine in chroot where pacman decides to install rust when downloading a cargo package.
please let me know if it works also with rustup
begin-theadventu commented on 2023-11-17 00:14 (UTC)
The
rust
package takes much more space compared torustup
.Both
rust
andrustup
provide cargo.There are no issues with building this application using
rustup
.I have linked my proposed changes in the first comment. I can create a changelog if you would like me to.
If you have more questions or concerns, perhaps you could ask
yochananmarqos
or see his PKGBUILDs, as he is (in my opinion) really knowledgeable on the subject.Muflone commented on 2023-11-16 23:58 (UTC)
@begin-theadventu sorry I don't get what you mean.
the package lists explicitly rust. it builds fine if you use rust/rustc. I cannot express if it will also work using cargo with rustup.
what is the change you propose? Why should the meson/rust dependency be changed in favor of cargo?
begin-theadventu commented on 2023-11-16 22:24 (UTC) (edited on 2023-11-16 22:26 (UTC) by begin-theadventu)
I have
rustup
installed, which is sufficient. Instead of therust
dependency,cargo
should be used.Another PKGBUILD example. Edit, link.
Muflone commented on 2023-11-16 21:23 (UTC)
@begin-theadventu
rustc is included in the rust package which is make dependency, if you have not rustc then you have not rust installed or your paths are not properly set.
The package was tested in clean chroot and it builds and installs fine with no errors
begin-theadventu commented on 2023-11-15 01:43 (UTC) (edited on 2023-11-16 22:26 (UTC) by begin-theadventu)
Uh, I wanted to package this project, but unfortunately I was late. Well.. Currently this fails to build
Unknown compiler(s): [['rustc']]
. Here's my improvedPKGBUILD
. Edit, link.