From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: x11-themes/catppuccin-neovim/
Date: Tue, 25 Jun 2024 12:16:10 +0000 (UTC) [thread overview]
Message-ID: <1719224670.256832d475e7dc572a50992c14c93aefdbecbef0.davidroman@gentoo> (raw)
commit: 256832d475e7dc572a50992c14c93aefdbecbef0
Author: Omar <somerand0mcat <AT> hotmail <DOT> com>
AuthorDate: Mon Jun 24 10:24:30 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Jun 24 10:24:30 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=256832d4
use insinto and doins on catppuccin-neovim v1.7.0
Signed-off-by: Omar <somerand0mcat <AT> hotmail.com>
.../catppuccin-neovim-1.7.0.ebuild | 21 ++++++++++++++-------
1 file changed, 14 insertions(+), 7 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 5193d5610..9b5c53c23 100644
--- a/x11-themes/catppuccin-neovim/catppuccin-neovim-1.7.0.ebuild
+++ b/x11-themes/catppuccin-neovim/catppuccin-neovim-1.7.0.ebuild
@@ -12,11 +12,18 @@ KEYWORDS="~amd64"
DEPEND="app-editors/neovim"
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
+ 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/*
}
next reply other threads:[~2024-06-25 12:16 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-25 12:16 David Roman [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-27 8:41 [gentoo-commits] repo/proj/guru:master commit in: x11-themes/catppuccin-neovim/ David Roman
2024-06-25 12:16 David Roman
2024-06-25 12:16 David Roman
2024-06-25 12:16 David Roman
2024-06-25 12:16 David Roman
2024-06-25 12:16 David Roman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1719224670.256832d475e7dc572a50992c14c93aefdbecbef0.davidroman@gentoo \
--to=davidroman96@gmail.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox