Package Details: colloid-everforest-theme-git 2025.02.09.r0.g91901c7-1

Git Clone URL: https://aur.archlinux.org/colloid-icon-theme-git.git (read-only, click to copy)
Package Base: colloid-icon-theme-git
Description: Everforest icon theme for Linux desktops
Upstream URL: https://github.com/vinceliuice/Colloid-icon-theme
Licenses: GPL-3.0-or-later
Conflicts: colloid-everforest-theme
Provides: colloid-everforest-theme
Submitter: yochananmarqos
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 12
Popularity: 0.86
First Submitted: 2022-02-12 21:23 (UTC)
Last Updated: 2025-02-09 17:01 (UTC)

Latest Comments

1 2 Next › Last »

yochananmarqos commented on 2025-03-05 17:55 (UTC)

@GabeDM: This is a split package, only install the theme you want. colloid-icon-theme-git is the default theme.

GabeDM commented on 2025-03-04 15:08 (UTC)

Is it possible to somehow reduce the overall install time of this package? on every colloid theme update it takes 10 minutes on my machine (which is quite powerful) to install only this package, which is by far the longest package update I have.

I noticed it installs every colloid-icon-theme variant on the git repo, while I only need and use the default one, so maybe, is there a way of only downloading and installing a specific variant? I noticed theres specific variants of this package for dracula, catppuccin, etc, but not for the default one (at least, not as far as I could see). Hopefully that could make the install times shorter

yochananmarqos commented on 2025-02-10 17:52 (UTC)

@Peach: See Disable debug packages and LTO

Peach commented on 2025-02-10 10:12 (UTC)

Currently, the installation hangs when it reaches "Copying source files" part. No idea if this is normal or if there is anything that can be done by the package maintainer.

[snip]
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Copying source files needed for debug symbols...

roquetto commented on 2024-09-05 19:28 (UTC)

@yochananmarqos that would disable it for every package, no? I guess my point is, what does it even mean to build colloid with debugging enabled? It's not shipping any binaries. Is there any downside of adding '!debug' to this PKGBUILD?

yochananmarqos commented on 2024-09-05 18:51 (UTC)

@roquetto: It's up to the user to disable it in their makepkg.conf. See Makepkg: Disable debug packages and LTO.

roquetto commented on 2024-09-05 16:55 (UTC)

Could you please add '!debug' to the options to prevent it from spending a lot of time under "Copying source files needed for debug symbols..." ? I don't believe debug symbols apply in the case of this package, and it will try to do that for every colloid subtheme.

eclairevoyant commented on 2022-11-05 22:27 (UTC)

That was fast, thanks!

yochananmarqos commented on 2022-11-05 21:53 (UTC)

@eclairevoyant: Done.

eclairevoyant commented on 2022-11-05 18:11 (UTC) (edited on 2022-11-05 18:12 (UTC) by eclairevoyant)

Calling install.sh without modification is not correct because it in turn calls gtk-update-icon-cache (see line 127 of install.sh). Normally packages shouldn't do this, since it's going to get run anyway after installation (see https://wiki.archlinux.org/title/GNOME_package_guidelines#GTK_icon_cache).

The easiest way I can think of is adding a prepare() and patching the install script to remove that line.