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

Search

Package Information

Homepage:
https://gitlab.com/ubports/development/core/suru-icon-theme
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
2025.05.0 8 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

Dependencies

RDEPEND

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

Manifest for 2025.05.0

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