* [gentoo-commits] repo/proj/guru:master commit in: x11-themes/catppuccin-neovim/
@ 2024-06-25 12:16 David Roman
0 siblings, 0 replies; 7+ messages in thread
From: David Roman @ 2024-06-25 12:16 UTC (permalink / raw
To: gentoo-commits
commit: 925349991ccb00a5c188f9ba5785204f24391b69
Author: Omar <somerand0mcat <AT> hotmail <DOT> com>
AuthorDate: Mon Jun 24 10:03:41 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <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
}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: x11-themes/catppuccin-neovim/
@ 2024-06-27 8:41 David Roman
0 siblings, 0 replies; 7+ messages in thread
From: David Roman @ 2024-06-27 8:41 UTC (permalink / raw
To: gentoo-commits
commit: c121cf00e64d91689ae62b7aa2f2366e30c9d547
Author: Omar <somerand0mcat <AT> hotmail <DOT> com>
AuthorDate: Tue Jun 25 12:46:44 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Jun 25 12:46:44 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c121cf00
x11-themes/catppuccin-neovim: some fixes
Signed-off-by: Omar <somerand0mcat <AT> hotmail.com>
x11-themes/catppuccin-neovim/catppuccin-neovim-1.7.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 26026a2f1..39c98fbb2 100644
--- a/x11-themes/catppuccin-neovim/catppuccin-neovim-1.7.0.ebuild
+++ b/x11-themes/catppuccin-neovim/catppuccin-neovim-1.7.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2024 Catppuccin
+# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: x11-themes/catppuccin-neovim/
@ 2024-06-25 12:16 David Roman
0 siblings, 0 replies; 7+ messages in thread
From: David Roman @ 2024-06-25 12:16 UTC (permalink / raw
To: gentoo-commits
commit: 669673f998acd4007135451eb13d571319bb1153
Author: Omar <somerand0mcat <AT> hotmail <DOT> com>
AuthorDate: Mon Jun 24 11:14:40 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Jun 24 11:14:40 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=669673f9
add metadata.xml
Signed-off-by: Omar <somerand0mcat <AT> hotmail.com>
x11-themes/catppuccin-neovim/metadata.xml | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/x11-themes/catppuccin-neovim/metadata.xml b/x11-themes/catppuccin-neovim/metadata.xml
new file mode 100644
index 000000000..04feb8fa1
--- /dev/null
+++ b/x11-themes/catppuccin-neovim/metadata.xml
@@ -0,0 +1,11 @@
+<?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/neovim</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: x11-themes/catppuccin-neovim/
@ 2024-06-25 12:16 David Roman
0 siblings, 0 replies; 7+ messages in thread
From: David Roman @ 2024-06-25 12:16 UTC (permalink / raw
To: gentoo-commits
commit: 29594e7c955647f0c8e688db781593c20d7cb60a
Author: Omar <somerand0mcat <AT> hotmail <DOT> com>
AuthorDate: Mon Jun 24 11:15:11 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Jun 24 11:15:11 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=29594e7c
add metadata.xml
Signed-off-by: Omar <somerand0mcat <AT> hotmail.com>
x11-themes/catppuccin-neovim/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-themes/catppuccin-neovim/metadata.xml b/x11-themes/catppuccin-neovim/metadata.xml
index 04feb8fa1..da329d454 100644
--- a/x11-themes/catppuccin-neovim/metadata.xml
+++ b/x11-themes/catppuccin-neovim/metadata.xml
@@ -6,6 +6,6 @@
<name>Omar</name>
</maintainer>
<upstream>
- <remote-id type="github">catppuccin/neovim</remote-id>
+ <remote-id type="github">catppuccin/nvim</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: x11-themes/catppuccin-neovim/
@ 2024-06-25 12:16 David Roman
0 siblings, 0 replies; 7+ messages in thread
From: David Roman @ 2024-06-25 12:16 UTC (permalink / raw
To: gentoo-commits
commit: 5929f136248939c35c3f2617782dffd2bc328123
Author: Omar <somerand0mcat <AT> hotmail <DOT> com>
AuthorDate: Mon Jun 24 10:25:12 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Jun 24 10:25:12 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5929f136
use insinto and doins on catppuccin-neovim v1.7.0
Signed-off-by: Omar <somerand0mcat <AT> hotmail.com>
x11-themes/catppuccin-neovim/catppuccin-neovim-1.7.0.ebuild | 10 +++++-----
1 file changed, 5 insertions(+), 5 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 9b5c53c23..26026a2f1 100644
--- a/x11-themes/catppuccin-neovim/catppuccin-neovim-1.7.0.ebuild
+++ b/x11-themes/catppuccin-neovim/catppuccin-neovim-1.7.0.ebuild
@@ -13,17 +13,17 @@ DEPEND="app-editors/neovim"
src_install() {
insinto /usr/share/nvim/runtime/colors
- doins ${S}/colors/*.vim
+ doins "${S}"/colors/*.vim
insinto /usr/share/nvim/runtime/lua/catppuccin
- doins ${S}/lua/catppuccin/*
+ doins "${S}"/lua/catppuccin/*
insinto /usr/share/nvim/runtime/lua/barbecue/theme
- doins ${S}/lua/barbecue/theme/*
+ doins "${S}"/lua/barbecue/theme/*
insinto /usr/share/nvim/runtime/lua/lualine/themes
- doins ${S}/lua/lualine/themes/*
+ doins "${S}"/lua/lualine/themes/*
insinto /usr/share/nvim/runtime/lua/reactive/presets
- doins ${S}/lua/reactive/presets/*
+ doins "${S}"/lua/reactive/presets/*
}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: x11-themes/catppuccin-neovim/
@ 2024-06-25 12:16 David Roman
0 siblings, 0 replies; 7+ messages in thread
From: David Roman @ 2024-06-25 12:16 UTC (permalink / raw
To: gentoo-commits
commit: e45c496c68e11dc56939f1686200ced9465582da
Author: Omar <somerand0mcat <AT> hotmail <DOT> com>
AuthorDate: Mon Jun 24 08:47:15 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Jun 24 08:47:15 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e45c496c
x11-themes/catppuccin-neovim: new package, add 1.7.0
Signed-off-by: Omar <somerand0mcat <AT> hotmail.com>
x11-themes/catppuccin-neovim/Manifest | 1 +
.../catppuccin-neovim-1.7.0.ebuild | 22 ++++++++++++++++++++++
2 files changed, 23 insertions(+)
diff --git a/x11-themes/catppuccin-neovim/Manifest b/x11-themes/catppuccin-neovim/Manifest
new file mode 100644
index 000000000..cd8315a1d
--- /dev/null
+++ b/x11-themes/catppuccin-neovim/Manifest
@@ -0,0 +1 @@
+DIST catppuccin-neovim-1.7.0.tar.gz 68616 BLAKE2B dece7d3ddd4d38c2ab2da31f975894d0f6e25029d5075bd02c0d7b26b62b1d6491d54fd48486f525829ecf84d465fd582c445a3efc30aa88fbb8b2f2bf67772c SHA512 0a7cd5c7bcfbb4f945ea52201f95608679d2fec94672817dc5bc528e41d79fed88e4064e61ecbfb0a9319d706a0310abac825fefacb047cc8d2a435518fcd93a
diff --git a/x11-themes/catppuccin-neovim/catppuccin-neovim-1.7.0.ebuild b/x11-themes/catppuccin-neovim/catppuccin-neovim-1.7.0.ebuild
new file mode 100644
index 000000000..bd657acad
--- /dev/null
+++ b/x11-themes/catppuccin-neovim/catppuccin-neovim-1.7.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 2024 Catppuccin
+# 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 -> catppuccin-neovim-"${PV}".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
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: x11-themes/catppuccin-neovim/
@ 2024-06-25 12:16 David Roman
0 siblings, 0 replies; 7+ messages in thread
From: David Roman @ 2024-06-25 12:16 UTC (permalink / raw
To: gentoo-commits
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/*
}
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2024-06-27 8:41 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-25 12:16 [gentoo-commits] repo/proj/guru:master commit in: x11-themes/catppuccin-neovim/ David Roman
-- strict thread matches above, loose matches on Subject: below --
2024-06-27 8:41 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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox