lomiri-themes/suru-icon-theme - 2026.03.0 (gentoo-lomiri)

Search

Install

Install this version:

emerge -a =lomiri-themes/suru-icon-theme-2026.03.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =lomiri-themes/suru-icon-theme-2026.03.0

Or alternatively:

emerge --autounmask-write -a =lomiri-themes/suru-icon-theme-2026.03.0

Package Information

Description:
Icon Theme for Lomiri Operating Environment
Homepage:
https://gitlab.com/ubports/development/core/suru-icon-theme
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
2026.03.0 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit xdg

if [[ ${PV} == 9999 ]]; then
    KEYWORDS=""
    EGIT_REPO_URI="https://gitlab.com/ubports/development/core/${PN}.git"
    inherit git-r3
else
    KEYWORDS="~amd64"
    SRC_URI="https://gitlab.com/ubports/development/core/${PN}/-/archive/${PV}/${P}.tar.gz"
fi

DESCRIPTION="Icon Theme for Lomiri Operating Environment"
HOMEPAGE="https://gitlab.com/ubports/development/core/${PN}"
LICENSE="GPL-3"
SLOT="0"
IUSE="extra"
RESTRICT="binchecks strip test"

RDEPEND="
    x11-themes/adwaita-icon-theme
    x11-themes/hicolor-icon-theme
    extra? ( x11-themes/tangerine-icon-theme )
"

src_install() {
    insinto /usr/share/icons
    doins -r suru
}

# update the icon cache after installing a new icon
pkg_postinst() {
    xdg_pkg_postinst
}

pkg_postrm() {
    xdg_pkg_postrm
}

USE Flags

Manage flags for this package: euse -i <flag> -p lomiri-themes/suru-icon-theme | euse -E <flag> -p lomiri-themes/suru-icon-theme | euse -D <flag> -p lomiri-themes/suru-icon-theme

Global/Standard Flags

Inherited Eclasses

xdg

Dependencies

RDEPEND

    x11-themes/adwaita-icon-theme
    x11-themes/hicolor-icon-theme
    extra? ( x11-themes/tangerine-icon-theme )

Manifest for 2026.03.0

Type File Size Source URLs
DIST suru-icon-theme-2026.03.0.tar.gz 2966626 bytes https://gitlab.com/ubports/development/core/suru-icon-theme/-/archive/2026.03.0/suru-icon-theme-2026.03.0.tar.gz