Install this version:
emerge -a =x11-themes/gnustep-silver-theme-3.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =x11-themes/gnustep-silver-theme-3.1
Or alternatively:
emerge --autounmask-write -a =x11-themes/gnustep-silver-theme-3.1
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit gnustep-2
MY_P=Silver.theme-${PV}
DESCRIPTION="A silver theme for GNUstep"
HOMEPAGE="https://mediawiki.gnustep.org/index.php/Silver.theme"
SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${MY_P}.tar.gz"
S=${WORKDIR}/${MY_P}
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
pkg_postinst() {
elog "Use gnustep-apps/systempreferences to switch theme"
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | Silver.theme-3.1.tar.gz | 44371 bytes | https://dev.gentoo.org/~voyageur/distfiles/Silver.theme-3.1.tar.gz |