Package Details: kvantum-theme-catppuccin-git r8.c853816-1

Git Clone URL: https://aur.archlinux.org/kvantum-theme-catppuccin-git.git (read-only, click to copy)
Package Base: kvantum-theme-catppuccin-git
Description: Soothing pastel theme for Kvantum
Upstream URL: https://github.com/catppuccin/Kvantum
Licenses: MIT
Provides: catppuccin-kvantum-theme
Submitter: latipun
Maintainer: catppuccin
Last Packager: catppuccin
Votes: 3
Popularity: 0.35
First Submitted: 2022-09-30 18:55 (UTC)
Last Updated: 2024-06-18 19:36 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

mrhariseldon commented on 2024-06-12 01:00 (UTC)

There were breaking changes to the directory structure, this patch fixes it:

diff --git a/PKGBUILD b/PKGBUILD
index 36c0593..78c7e82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@

 _pkgname=Kvantum
 pkgname=kvantum-theme-catppuccin-git
-pkgver=r5.04be2ad
+pkgver=r6.47dbdf4
 pkgrel=1
 pkgdesc="Soothing pastel theme for Kvantum"
 arch=('any')
@@ -23,7 +23,7 @@ pkgver() {
 }

 package() {
-  cd "$_pkgname/src" || exit 1
+  cd "$_pkgname/themes" || exit 1
   install -dm755 "$pkgdir/usr/share/Kvantum"
-  cp -r Catppuccin-* "$pkgdir/usr/share/Kvantum"
+  cp -r ./*/* "$pkgdir/usr/share/Kvantum"
 }