Package Details: catppuccin-gtk-theme-mocha 0.6.2-2

Git Clone URL: https://aur.archlinux.org/catppuccin-gtk-theme-mocha.git (read-only, click to copy)
Package Base: catppuccin-gtk-theme-mocha
Description: Soothing pastel theme for GTK3 - Mocha
Upstream URL: https://github.com/catppuccin/gtk
Keywords: catppuccin
Licenses: GPL3
Submitter: spookyintheam
Maintainer: spookyintheam
Last Packager: spookyintheam
Votes: 15
Popularity: 1.96
First Submitted: 2022-09-01 16:33 (UTC)
Last Updated: 2023-09-23 05:26 (UTC)

Latest Comments

g3tchoo commented on 2023-06-27 01:38 (UTC)

i'm not really sure why this package is so verbose with the paths. this can easily lead to issues mentioned by zax, as well as the current issue where the naming scheme has changed. wouldn't Catppuccin-<Flavor>-* be suffice?

felixsanz commented on 2022-12-30 16:28 (UTC)

why this flavor has gnome-themes-extra as dependency while others don't ? can it be removed?

zax commented on 2022-09-26 05:34 (UTC)

Lavender and peach seem to be missing from package() (despite being in source):

diff --git a/PKGBUILD b/PKGBUILD
index 8259f24..b40c422 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -39,9 +39,15 @@ package() {
                "Catppuccin-Mocha-Grey-hdpi" \
                "Catppuccin-Mocha-Grey-xhdpi" \
                "Catppuccin-Mocha-Grey" \
+               "Catppuccin-Mocha-Lavender-hdpi" \
+               "Catppuccin-Mocha-Lavender-xhdpi" \
+               "Catppuccin-Mocha-Lavender" \
                "Catppuccin-Mocha-Mauve-hdpi" \
                "Catppuccin-Mocha-Mauve-xhdpi" \
                "Catppuccin-Mocha-Mauve" \
+               "Catppuccin-Mocha-Peach-hdpi" \
+               "Catppuccin-Mocha-Peach-xhdpi" \
+               "Catppuccin-Mocha-Peach" \
                "Catppuccin-Mocha-Pink-hdpi" \
                "Catppuccin-Mocha-Pink-xhdpi" \
                "Catppuccin-Mocha-Pink" \

The Latte and Frappe packages seem to be missing a couple too

spookyintheam commented on 2022-09-16 06:22 (UTC) (edited on 2022-09-16 06:24 (UTC) by spookyintheam)

Thanks @lmartinez-mirror for the patch. I'd love to add you as a co-maintainer to all the packages. But just letting you know, we are planning on adding a single maintainer to represent all Catppccin AUR packages. So that new account will also be added as a maintainer to these packages later on. Adding you as a co-maintainer till then.

lmartinez-mirror commented on 2022-09-16 02:53 (UTC)

Hi, thanks for putting together these four packages.

I'd like to submit a patch for each one. Packages on the AUR that aren't suffixed with or use some VCS (-git for instance) must target stable releases. I've patched this package to target the latest release (as of writing this), but with subsequent releases, you as a package maintainer will have to update the pkgver and the checksums -- the latter can be done with the updpkgsums from the pacman-contrib package.

If you'd like, I'd be happy to co-maintain to ensure it's kept up-to-date.

You can find the patch here. I hope you find it useful.