x11-themes/juno: new package

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
This commit is contained in:
Vitaly Zdanevich 2024-03-17 14:03:50 +04:00
parent 655ce00ce7
commit aee717d526
No known key found for this signature in database
GPG Key ID: E91CC56723EE101E
2 changed files with 38 additions and 0 deletions

View File

@ -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'"
}

View File

@ -0,0 +1,13 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'>
<pkgmetadata>
<maintainer type='person'>
<name>Vitaly Zdanevich</name>
<email>zdanevich.vitaly@ya.ru</email>
</maintainer>
<upstream>
<changelog>https://github.com/EliverLara/Juno/commits/master/</changelog>
<doc>https://github.com/EliverLara/Juno/blob/master/README.md</doc>
<bugs-to>https://github.com/EliverLara/Juno/issues</bugs-to>
</upstream>
</pkgmetadata>