Package Details: cosmic-term-git 1.0.0.alpha.3.r6.g1743730-1

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)

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, using mold to link, and running the build under nice.

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

CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse CARGO_TARGET_DIR=/tmp/cargo-target paru -S cosmic-term-git

with:

install: cannot stat 'target/release/cosmic-term': No such file or directory

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 broken

Piroro-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 that fontconfig 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 and glibc is enough?