commit: 925349991ccb00a5c188f9ba5785204f24391b69 Author: Omar <somerand0mcat <AT> hotmail <DOT> com> AuthorDate: Mon Jun 24 10:03:41 2024 +0000 Commit: Omar <somerand0mcat <AT> hotmail <DOT> com> CommitDate: Mon Jun 24 10:03:41 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=92534999
fix catppuccin-neovim v1.7.0 ebuild Signed-off-by: Omar <somerand0mcat <AT> hotmail.com> x11-themes/catppuccin-neovim/catppuccin-neovim-1.7.0.ebuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/x11-themes/catppuccin-neovim/catppuccin-neovim-1.7.0.ebuild b/x11-themes/catppuccin-neovim/catppuccin-neovim-1.7.0.ebuild index bd657acad..5193d5610 100644 --- a/x11-themes/catppuccin-neovim/catppuccin-neovim-1.7.0.ebuild +++ b/x11-themes/catppuccin-neovim/catppuccin-neovim-1.7.0.ebuild @@ -4,19 +4,19 @@ EAPI=8 DESCRIPTION="Soothing pastel theme for Neovim" HOMEPAGE="https://github.com/catppuccin/nvim" -SRC_URI="https://github.com/catppuccin/nvim/archive/refs/tags/v"${PV}".tar.gz -> catppuccin-neovim-"${PV}".tar.gz" -S=""${WORKDIR}"/nvim-"${PV}"" +SRC_URI="https://github.com/catppuccin/nvim/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/nvim-${PV}" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" DEPEND="app-editors/neovim" -src_unpack() { - tar -xpf /var/tmp/portage/x11-themes/catppuccin-neovim-"${PV}"/distdir/catppuccin-neovim-"${PV}".tar.gz -} - src_install() { cd ./colors mkdir --parents "${D}"/usr/share/nvim/runtime/colors cp -r *.vim "${D}"/usr/share/nvim/runtime/colors + cd .. + cd ./lua + mkdir --parents "${D}"/usr/share/nvim/runtime/lua + cp -r ./* "${D}"/usr/share/nvim/runtime/lua }
