mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 23:23:00 -04:00
x11-themes/blackandwhite-gtk: new package
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
This commit is contained in:
25
x11-themes/blackandwhite-gtk/blackandwhite-gtk-9999.ebuild
Normal file
25
x11-themes/blackandwhite-gtk/blackandwhite-gtk-9999.ebuild
Normal 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 theme: simple black-and-white, minimalistic"
|
||||
HOMEPAGE="https://www.gnome-look.org/p/2010116"
|
||||
EGIT_REPO_URI="https://www.opencode.net/infinity64/blackandwhite-gtk"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
src_install() {
|
||||
insinto /usr/share/themes/
|
||||
doins -r .
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
einfo "In order to start SpaceFM (file manager) with it: GTK_THEME=BlackAndWhite spacefm"
|
||||
einfo "or"
|
||||
einfo "gsettings set org.gnome.desktop.interface gtk-theme 'BlackAndWhite'"
|
||||
einfo "gsettings set org.gnome.desktop.wm gtk-theme 'BlackAndWhite'"
|
||||
}
|
||||
13
x11-themes/blackandwhite-gtk/metadata.xml
Normal file
13
x11-themes/blackandwhite-gtk/metadata.xml
Normal 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://www.opencode.net/infinity64/blackandwhite-gtk/-/commits/main</changelog>
|
||||
<doc>https://www.opencode.net/infinity64/blackandwhite-gtk/-/blob/main/README.md</doc>
|
||||
<bugs-to>https://www.opencode.net/infinity64/blackandwhite-gtk/-/issues</bugs-to>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user