mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
x11-themes/catppuccin-neovim: treeclean
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -69,7 +69,6 @@ gui-apps/pop-launcher
|
|||||||
# Removal after 2026-02-27
|
# Removal after 2026-02-27
|
||||||
dev-util/catppuccin-whiskers
|
dev-util/catppuccin-whiskers
|
||||||
dev-util/catppuccin-catwalk
|
dev-util/catppuccin-catwalk
|
||||||
x11-themes/catppuccin-neovim
|
|
||||||
|
|
||||||
# Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> (2025-05-24)
|
# Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> (2025-05-24)
|
||||||
# Depends on masked net-libs/stem.
|
# Depends on masked net-libs/stem.
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
DIST catppuccin-neovim-1.7.0.tar.gz 68616 BLAKE2B dece7d3ddd4d38c2ab2da31f975894d0f6e25029d5075bd02c0d7b26b62b1d6491d54fd48486f525829ecf84d465fd582c445a3efc30aa88fbb8b2f2bf67772c SHA512 0a7cd5c7bcfbb4f945ea52201f95608679d2fec94672817dc5bc528e41d79fed88e4064e61ecbfb0a9319d706a0310abac825fefacb047cc8d2a435518fcd93a
|
|
||||||
@@ -1,29 +0,0 @@
|
|||||||
# Copyright 2024 Gentoo Authors
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
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 -> ${P}.tar.gz"
|
|
||||||
S="${WORKDIR}/nvim-${PV}"
|
|
||||||
LICENSE="MIT"
|
|
||||||
SLOT="0"
|
|
||||||
KEYWORDS="~amd64"
|
|
||||||
DEPEND="app-editors/neovim"
|
|
||||||
|
|
||||||
src_install() {
|
|
||||||
insinto /usr/share/nvim/runtime/colors
|
|
||||||
doins "${S}"/colors/*.vim
|
|
||||||
|
|
||||||
insinto /usr/share/nvim/runtime/lua/catppuccin
|
|
||||||
doins "${S}"/lua/catppuccin/*
|
|
||||||
|
|
||||||
insinto /usr/share/nvim/runtime/lua/barbecue/theme
|
|
||||||
doins "${S}"/lua/barbecue/theme/*
|
|
||||||
|
|
||||||
insinto /usr/share/nvim/runtime/lua/lualine/themes
|
|
||||||
doins "${S}"/lua/lualine/themes/*
|
|
||||||
|
|
||||||
insinto /usr/share/nvim/runtime/lua/reactive/presets
|
|
||||||
doins "${S}"/lua/reactive/presets/*
|
|
||||||
}
|
|
||||||
@@ -1,11 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
||||||
<pkgmetadata>
|
|
||||||
<maintainer type="person">
|
|
||||||
<email>somerand0mcat@hotmail.com</email>
|
|
||||||
<name>Omar</name>
|
|
||||||
</maintainer>
|
|
||||||
<upstream>
|
|
||||||
<remote-id type="github">catppuccin/nvim</remote-id>
|
|
||||||
</upstream>
|
|
||||||
</pkgmetadata>
|
|
||||||
Reference in New Issue
Block a user