diff --git a/x11-themes/Meow-catppuccin-icon-theme-20250210.PKGBUILD b/x11-themes/Meow-catppuccin-icon-theme-20250210.PKGBUILD new file mode 100644 index 0000000..a38ae8b --- /dev/null +++ b/x11-themes/Meow-catppuccin-icon-theme-20250210.PKGBUILD @@ -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: diff --git a/x11-themes/Meow-catppuccin-icon-theme-20250210/Meow-catppuccin.tar.gz b/x11-themes/Meow-catppuccin-icon-theme-20250210/Meow-catppuccin.tar.gz new file mode 100644 index 0000000..3c3b1ef Binary files /dev/null and b/x11-themes/Meow-catppuccin-icon-theme-20250210/Meow-catppuccin.tar.gz differ