new bblfs: x11-themes/Meow-catppuccin-icon-theme-20250210

This commit is contained in:
2026-01-11 17:45:25 -05:00
parent 7f8a2b103d
commit 151d5cb788
2 changed files with 21 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
pkgname=Meow-catppuccin-icon-theme
pkgver=20250210
pkgdesc="catppuccin remake of Tela icon theme"
license="GPL"
homepage="https://gitea.phywyj.dynv6.net"
sources=("Meow-catppuccin.tar.gz")
urls=("Meow-catppuccin.tar.gz")
sha256sums=("381b0595b3506931bf586a27c9f4a91b0d1ef71b57769149f73d440952261e47")
src_prepare() {
tar -xf ${distdir}/${sources[0]}
}
src_install() {
mkdir -pv "${pkgdir}/usr/share/icons/"
mv "Meow-catppuccin" "${pkgdir}/usr/share/icons/"
rm -vf "${pkgdir}/usr/share/icons/Meow-catppuccin/icon-theme.cache"
chown -R root:root "${pkgdir}"
}
# vim:ft=sh syn=sh et sw=2: