oh man, you r right, maxime packaged them in the normal package repo. that was quicker than expected tbh ... but very cool. thank you guys! and - it installs in 10 seconds hahaha with no build :) :)
Search Criteria
Package Details: cosmic-session-git 1.0.0.alpha.6.r7.ge9858d9-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/cosmic-session-git.git (read-only, click to copy) |
---|---|
Package Base: | cosmic-session-git |
Description: | Session manager for the COSMIC desktop environment |
Upstream URL: | https://github.com/pop-os/cosmic-session |
Licenses: | GPL-3.0-only |
Conflicts: | cosmic-session |
Provides: | cosmic-session |
Submitter: | yochananmarqos |
Maintainer: | yochananmarqos |
Last Packager: | yochananmarqos |
Votes: | 17 |
Popularity: | 0.35 |
First Submitted: | 2024-02-21 04:21 (UTC) |
Last Updated: | 2025-03-23 20:27 (UTC) |
Dependencies (34)
- cosmic-app-library-gitAUR
- cosmic-applets-gitAUR
- cosmic-bg-gitAUR
- cosmic-comp-gitAUR
- cosmic-files-gitAUR
- cosmic-greeter-gitAUR
- cosmic-icons-gitAUR
- cosmic-idle-gitAUR
- cosmic-launcher-gitAUR
- cosmic-notifications-gitAUR
- cosmic-osd-gitAUR
- cosmic-panel-gitAUR
- cosmic-randr-gitAUR
- cosmic-screenshot-gitAUR
- cosmic-settings-daemon-gitAUR
- cosmic-settings-gitAUR
- cosmic-workspaces-gitAUR
- noto-fonts (noto-fonts-hinted-gitAUR, noto-fonts-unhinted-gitAUR, noto-fonts-unhinted-variable-gitAUR, noto-fonts-unhinted-variable-slim-gitAUR, noto-fonts-full-gitAUR, noto-fonts-full-variable-gitAUR, noto-fonts-full-variable-slim-gitAUR, noto-fonts-mainAUR, noto-fonts-liteAUR, noto-fonts-variable-liteAUR, noto-fonts-latin-greek-cyrillicAUR, ttf-noto-sans-vfAUR, ttf-noto-serif-vfAUR, ttf-noto-sans-mono-vfAUR, ttf-noto-megamergeAUR)
- switcheroo-control (switcheroo-control-gitAUR)
- ttf-opensans (ttf-google-fonts-typewolfAUR)
- Show 14 more dependencies...
Required by (0)
Sources (2)
soloturn commented on 2024-08-27 03:44 (UTC) (edited on 2024-08-27 03:55 (UTC) by soloturn)
yochananmarqos commented on 2024-08-26 16:31 (UTC)
@soloturn: The repo packages are already in a cosmic group.
soloturn commented on 2024-08-26 05:19 (UTC) (edited on 2024-08-26 05:34 (UTC) by soloturn)
can we please add the "cosmic" group again to install all cosmic stuff? or you prefer another name like cosmic-de ? my original goal was to have 2 ways to install: "cosmic" for complete install, like the "gnome" group, including all cosmic software like text editor. and then one package wich brings in minimal dependencies so the compositor comes up with something to start an application. barebone. what you tihnk?
yochananmarqos commented on 2024-08-17 17:37 (UTC)
@soloturn: I've removed CARGO_TARGET_DIR=target
where possible so user can define it if they wish.
soloturn commented on 2024-08-17 13:50 (UTC)
current,
CARGO_TARGET_DIR=/tmp/mytarget paru
does not work any more, as in the PKGBUILD there is:
CARGO_TARGET_DIR=target
which explicitely prevents changing it. with the default, it has a new directory in every build, thus every restart of a build builds everything again, with 20 cosmic packages 500*20, 10000 crates. which we wanted to avoid.
0xDEADC0DE commented on 2024-08-13 06:54 (UTC)
@yochannanmarqos The reason @soloturn is pointing the CARGO_TARGET_DIR
is because some of us need that variable set in order to help downloading less often. That variable is set by default to the target directory in the current workspace. @soloturn made a comment on the pop-launcher-git package too. When compiling cosmic-session-git, the pop-launcher-git keeps failing because it can't find the target/release/${pkgname%-git}-bin
directory for us that have set the CARGO_TARGET_DIR to a different directory. https://wiki.archlinux.org/title/COSMIC
yochananmarqos commented on 2024-08-05 21:15 (UTC)
Yes, System76 has just tagged epoch-1.0.0-alpha.1. Settle down. It's not done yet.
DO NOT submit any additional packages to the AUR pretending there's a "release". There isn't. Someone already jumped the gun recently and the package was subsequently deleted.
soloturn commented on 2024-08-01 14:16 (UTC) (edited on 2024-08-01 16:16 (UTC) by soloturn)
on 16gb hardware for me restricting the linker to one job is necessary, to get the depency cosmic-applets-git
built without out of memory error. setting cargo target avoids re-downloading dependencies for the various packages:
MOLD_JOBS=1 CARGO_TARGET_DIR=/tmp/mytarget paru
can you add me as maintainer plase? switcheroo-control control is new dependency.
yochananmarqos commented on 2024-07-29 16:33 (UTC)
@mmstick: I've added vulkan-driver
to optional dependencies.
Pinned Comments
yochananmarqos commented on 2024-07-10 23:59 (UTC) (edited on 2024-07-11 00:02 (UTC) by yochananmarqos)
I build in a clean chroot. If you have any issues building with
makepkg
or an AUR helper, that means there may be an issue in your local environment or your AUR helper may not actually be helping.AUR comments are not the place for troubleshooting. There are forums and things for that. Please only comment if there is a packaging issue.