new bblfs: x11-themes/Meow-catppuccin-icon-theme-20250210
This commit is contained in:
21
x11-themes/Meow-catppuccin-icon-theme-20250210.PKGBUILD
Normal file
21
x11-themes/Meow-catppuccin-icon-theme-20250210.PKGBUILD
Normal 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:
|
||||
Reference in New Issue
Block a user