aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/catppuccin-kvantum/Manifest1
-rw-r--r--x11-themes/catppuccin-kvantum/catppuccin-kvantum-0_pre20220927.ebuild28
2 files changed, 29 insertions, 0 deletions
diff --git a/x11-themes/catppuccin-kvantum/Manifest b/x11-themes/catppuccin-kvantum/Manifest
new file mode 100644
index 000000000..681223892
--- /dev/null
+++ b/x11-themes/catppuccin-kvantum/Manifest
@@ -0,0 +1 @@
+DIST catppuccin-kvantum-0_pre20220927.tar.gz 1150996 BLAKE2B 0d736c4139743a3f6c1738f3625435fb720354ba7f5f92570420d01126059bc79ee2df9b994ec6d53373daab355a3d8ced7248b07d4df3cdaeb5cc3c7ba65157 SHA512 472507dbf7d44f0e99fc65afaabb0964ca7aa5f674601312bca415857fd23915b651a027c421802e92cdda9f66c2b071be21f6c8e83b0c72c2b42159e2238f4b
diff --git a/x11-themes/catppuccin-kvantum/catppuccin-kvantum-0_pre20220927.ebuild b/x11-themes/catppuccin-kvantum/catppuccin-kvantum-0_pre20220927.ebuild
new file mode 100644
index 000000000..f5119c41f
--- /dev/null
+++ b/x11-themes/catppuccin-kvantum/catppuccin-kvantum-0_pre20220927.ebuild
@@ -0,0 +1,28 @@
+EAPI=8
+
+DESCRIPTION="Soothing pastel theme for Kvantum"
+HOMEPAGE="https://github.com/catppuccin"
+
+S="${WORKDIR}/Kvantum-${MY_COMMIT}/src"
+if [[ "${PV}" == *9999* ]]; then
+ EGIT_REPO_URI="https://github.com/catppuccin/Kvantum.git"
+ inherit git-r3
+ S="${WORKDIR}/${P}/src"
+else
+ MY_COMMIT="04be2ad3d28156cfb62478256f33b58ee27884e9"
+ SRC_URI="https://github.com/catppuccin/Kvantum/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
+ S="${WORKDIR}/Kvantum-${MY_COMMIT}/src"
+ KEYWORDS="~amd64"
+fi
+
+RDEPEND="
+ x11-themes/kvantum
+"
+
+LICENSE="MIT"
+SLOT="0"
+
+src_install() {
+ insinto "/usr/share/Kvantum"
+ doins -r Catppuccin-*
+}