From aee717d526b30fe214cc8b961bdedbf930c11136 Mon Sep 17 00:00:00 2001 From: Vitaly Zdanevich Date: Sun, 17 Mar 2024 14:03:50 +0400 Subject: [PATCH] x11-themes/juno: new package Signed-off-by: Vitaly Zdanevich --- x11-themes/juno/juno-9999.ebuild | 25 +++++++++++++++++++++++++ x11-themes/juno/metadata.xml | 13 +++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 x11-themes/juno/juno-9999.ebuild create mode 100644 x11-themes/juno/metadata.xml diff --git a/x11-themes/juno/juno-9999.ebuild b/x11-themes/juno/juno-9999.ebuild new file mode 100644 index 0000000000..6873eafb5c --- /dev/null +++ b/x11-themes/juno/juno-9999.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit git-r3 + +DESCRIPTION="GTK-3 themes: dark, inspired by epic vscode themes" +HOMEPAGE="https://www.gnome-look.org/p/1280977" +EGIT_REPO_URI="https://github.com/EliverLara/Juno" + +LICENSE="GPL-3" +SLOT="0" + +src_install() { + insinto /usr/share/themes/${PN} + doins -r . +} + +pkg_postinst() { + einfo "In order to start SpaceFM (file manager) with it: GTK_THEME=juno spacefm" + einfo "or" + einfo "gsettings set org.gnome.desktop.interface gtk-theme 'Juno'" + einfo "gsettings set org.gnome.desktop.wm gtk-theme 'Juno'" +} diff --git a/x11-themes/juno/metadata.xml b/x11-themes/juno/metadata.xml new file mode 100644 index 0000000000..1076627174 --- /dev/null +++ b/x11-themes/juno/metadata.xml @@ -0,0 +1,13 @@ + + + + + Vitaly Zdanevich + zdanevich.vitaly@ya.ru + + + https://github.com/EliverLara/Juno/commits/master/ + https://github.com/EliverLara/Juno/blob/master/README.md + https://github.com/EliverLara/Juno/issues + +