Install this version:
emerge -a =x11-themes/ukui-themes-3.0.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =x11-themes/ukui-themes-3.0.1
Or alternatively:
emerge --autounmask-write -a =x11-themes/ukui-themes-3.0.1
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 3.0.1 | 7 | ~amd64 | 0 |
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit gnome2-utils xdg meson
DESCRIPTION="The theme collections of UKUI."
HOMEPAGE="https://github.com/ukui/ukui-themes"
SRC_URI="https://github.com/ukui/ukui-themes/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="dev-ruby/sass:="
RDEPEND="${DEPEND}"
BDEPEND=""
pkg_postinst() {
xdg_pkg_postinst
gnome2_schemas_update
}
pkg_postrm() {
xdg_pkg_postrm
gnome2_schemas_update
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | ukui-themes-3.0.1.tar.gz | 59660059 bytes | https://github.com/ukui/ukui-themes/archive/v3.0.1.tar.gz |