x11-themes/catppuccin-kvantum: add 0_pre20220927

Signed-off-by: Denis Strizhkin <strdenis02@gmail.com>
This commit is contained in:
Denis Strizhkin
2024-06-05 16:30:12 +00:00
parent 0e9bffaf0c
commit f915091a4a
2 changed files with 29 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST catppuccin-kvantum-0_pre20220927.tar.gz 1150996 BLAKE2B 0d736c4139743a3f6c1738f3625435fb720354ba7f5f92570420d01126059bc79ee2df9b994ec6d53373daab355a3d8ced7248b07d4df3cdaeb5cc3c7ba65157 SHA512 472507dbf7d44f0e99fc65afaabb0964ca7aa5f674601312bca415857fd23915b651a027c421802e92cdda9f66c2b071be21f6c8e83b0c72c2b42159e2238f4b

View File

@@ -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-*
}