Search Criteria
Package Details: cosmic-term-git 1.0.0.alpha.3.r6.g1743730-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/cosmic-term-git.git (read-only, click to copy) |
---|---|
Package Base: | cosmic-term-git |
Description: | COSMIC Terminal Emulator |
Upstream URL: | https://github.com/pop-os/cosmic-term |
Licenses: | GPL-3.0-only |
Conflicts: | cosmic-term, cosmic-terminal |
Provides: | cosmic-term, cosmic-terminal |
Submitter: | kyuzial |
Maintainer: | yochananmarqos |
Last Packager: | yochananmarqos |
Votes: | 5 |
Popularity: | 1.08 |
First Submitted: | 2024-01-12 02:02 (UTC) |
Last Updated: | 2024-11-11 18:04 (UTC) |
Dependencies (7)
- cosmic-icons-gitAUR
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- libxkbcommon (libxkbcommon-gitAUR)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR) (make)
- just (just-gitAUR) (make)
- mold (mold-gitAUR) (make)
Required by (1)
- cosmic-session-git (optional)
Latest Comments
NeroReflex commented on 2024-11-10 23:39 (UTC)
This packages as well as a few more are not compiling due to usage of unstable features. I tried adding "-Z unstable-options" to RUSTFLAGS but that didn't help.
kode54 commented on 2024-09-29 10:12 (UTC)
Maybe look at
cosmic-session-git
for some hints to improve this package? For instance, usingmold
to link, and running the build undernice
.kyuzial commented on 2024-04-21 22:35 (UTC)
@soloturn I don't have much experience with just files but you would have to also modify line 11 of the just file to do what you want. If you have a clean solution for everyone and if this use case is really needed I'm open to ideas.
soloturn commented on 2024-04-20 23:03 (UTC)
building with CARGO_TARGET_DIR
with:
as this is located in the cargo_target_dir.
kyuzial commented on 2024-04-03 05:18 (UTC)
@Sherlock-Holo Thanks for the notice, it's been added
Sherlock-Holo commented on 2024-04-03 03:23 (UTC) (edited on 2024-04-03 03:23 (UTC) by Sherlock-Holo)
this package should require
cosmic-icons-git
, otherwise some button icons will be brokenPiroro-hs commented on 2024-01-21 15:10 (UTC) (edited on 2024-01-21 15:11 (UTC) by Piroro-hs)
@kyuzial I think
gtk3
is required only when building examples of cosmic-text (at least editor-libcosmic). I also found thatfontconfig
is additionally required as runtime dependency.kyuzial commented on 2024-01-12 16:27 (UTC)
@Piroro-hs inside the cargo files there's a cosmic-text dependency, since gtk3 is a dependency of cosmic-text, I included it as well. (If you think this is wrong don't hesitate to tell me)
Piroro-hs commented on 2024-01-12 12:55 (UTC) (edited on 2024-01-12 12:55 (UTC) by Piroro-hs)
Does GTK3 really required? Maybe
gcc-libs
andglibc
is enough?