Search Criteria
Package Details: tijolo 0.9.1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/tijolo.git (read-only, click to copy) |
|---|---|
| Package Base: | tijolo |
| Description: | Lightweight, keyboard-oriented IDE |
| Upstream URL: | https://github.com/hugopl/tijolo |
| Licenses: | MIT |
| Conflicts: | tijolo-git |
| Submitter: | hugo |
| Maintainer: | hugo |
| Last Packager: | hugo |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2020-08-09 04:35 (UTC) |
| Last Updated: | 2024-08-28 13:08 (UTC) |
Dependencies (13)
- gc (gc-large-configAUR, gc-gitAUR)
- gtk4 (gtk4-paper-planeAUR, gtk4-gitAUR, gtk4-develAUR)
- gtksourceview5 (gtksourceview-gitAUR)
- libadwaita (libadwaita-gitAUR, libadwaita-without-adwaitaAUR, libadwaita-without-adwaita-gitAUR, libadwaita-yaru-gitAUR)
- libevent (libevent-gitAUR)
- pcre2 (pcre2-gitAUR)
- ttf-jetbrains-mono-nerd
- vte4 (vte4-notificationAUR, vte4-gitAUR)
- crystal (crystal-gitAUR, crystal-nightlyAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- libyaml (libyaml-gitAUR) (make)
- make (make-gitAUR, make-staticAUR) (make)
- shards (shards-gitAUR, crystal-nightlyAUR) (make)
Latest Comments
hugo commented on 2021-03-02 01:09 (UTC)
Yes... you need Crystal 35.1 since the GObject bindings shard I use to access GTK from Crystal isn't ported yet to Crystal 0.36.x, I did a attempt do fix it[1] but stopped after lack of time to invest on it.
The repository already have a bunch of fixes that would deserve to be released, if nobody fix this issue with crystal-gobject shard I have no choice but dive into it.
So the solution meanwhile is to install Crystal 0.35.1, compile Tijolo, then put Crystla back to 0.36.1.
The empty check was removed, thanks.
[1] https://github.com/jhass/crystal-gobject/pull/81
djmattyg007 commented on 2021-03-01 02:43 (UTC)
Actually the package straight-up fails to build, because the version of crystal in the official repositories doesn't match the version constraint specified by this package.
djmattyg007 commented on 2021-03-01 02:38 (UTC)
The dependency 'yaml-language-server' doesn't exist. Also, the empty check() function can just be removed. It doesn't need to exist for the sake of existing.