diff --git a/profiles/package.mask b/profiles/package.mask index 9c03935291..cafd90ae76 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -14,6 +14,28 @@ # New entries go on top. +# Julien Roy (2024-03-21) # sys-libs/libucontext is masked in ::gentoo sys-libs/gcompat diff --git a/x11-themes/catppuccin-btop/Manifest b/x11-themes/catppuccin-btop/Manifest new file mode 100644 index 0000000000..90d4dce4da --- /dev/null +++ b/x11-themes/catppuccin-btop/Manifest @@ -0,0 +1 @@ +DIST catppuccin-btop-1.0.0.tar.gz 1869 BLAKE2B c63aa3250653d94b088f7dfbeb8c6efc86b863c7dbe44277b4948b9a3a0b52f008ad1846f7bbf78b19a4df0b0a7f0a61fe5c8bd25de6b5215735b7ab9870fdef SHA512 0746315186ca000fab3985efe73e908872614ee9310777a6dd8eaed37ba1a8204b43804b17a5ca62f7b07ad5f8d59a5883742551f41156bc6ff9cbf05654b9f2 diff --git a/x11-themes/catppuccin-btop/catppuccin-btop-1.0.0.ebuild b/x11-themes/catppuccin-btop/catppuccin-btop-1.0.0.ebuild new file mode 100644 index 0000000000..800fb024b0 --- /dev/null +++ b/x11-themes/catppuccin-btop/catppuccin-btop-1.0.0.ebuild @@ -0,0 +1,26 @@ +EAPI=8 + +DESCRIPTION="Soothing pastel theme for btop ." +HOMEPAGE="https://github.com/catppuccin" + +SRC_URI=" + https://github.com/catppuccin/btop/releases/download/${PV}/themes.tar.gz -> ${P}.tar.gz +" +S="${WORKDIR}/themes" + +DEPEND=" + sys-process/btop +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +src_install() { + insinto "/usr/share/btop/themes" + for f in "${S}"/*.theme; do + if [ -f "$f" ]; then + doins "$f" + fi + done +} diff --git a/x11-themes/catppuccin-btop/metadata.xml b/x11-themes/catppuccin-btop/metadata.xml new file mode 100644 index 0000000000..04f837b809 --- /dev/null +++ b/x11-themes/catppuccin-btop/metadata.xml @@ -0,0 +1,11 @@ + + + + + strdenis02@gmail.com + Denis Strizhkin + + + catppuccin/btop + +