Search Criteria
Package Details: tijolo 0.6.0-1
Git Clone URL: | https://aur.archlinux.org/tijolo.git (read-only, click to copy) |
---|---|
Package Base: | tijolo |
Description: | Lightweight, keyboard-oriented IDE for the masses |
Upstream URL: | https://github.com/hugopl/tijolo |
Licenses: | |
Conflicts: | |
Submitter: | hugo |
Maintainer: | hugo |
Last Packager: | hugo |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2020-08-09 04:35 |
Last Updated: | 2021-04-20 03:30 |
Dependencies (18)
- editorconfig-core-c (editorconfig-core-c-git)
- gc
- gtksourceview4
- libevent (libevent-git, libevent-fb)
- libgit2 (libgit2-git)
- nerd-fonts-jetbrains-mono (nerd-fonts-complete)
- pcre (pcre-svn)
- vte3 (vte3-ng-emoji-terminix-zsh-notify, vte3-ng-fullwidth-emoji, vte3-git, vte3-tilix, vte3-ng, vte3-kinetic, vte3-nohang, vte3-notification)
- ttf-font-awesome>=5.15 (ttf-all-the-icons, ttf-font-awesome-pro)
- git (git-git) (make)
- libyaml (libyaml-git) (make)
- make (make3, make-git, make-without-guile) (make)
- shards>=0.14.0 (shards-git) (make)
- crystal>=1.0.0 (crystal-git) (make)
- bash-language-server (optional) – Bash LSP support
- ccls (optional) – C/C++ LSP support
- python-language-server (optional) – Python LSP support
- yaml-language-server-bin (optional) – YAML LSP support
Latest Comments
hugo commented on 2021-03-02 01:09
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
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
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.