lomiri-extra/lomiri-sounds - 9999 (gentoo-lomiri)

Search

Install

Install this version:

emerge -a =lomiri-extra/lomiri-sounds-9999

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

autounmask =lomiri-extra/lomiri-sounds-9999

Or alternatively:

emerge --autounmask-write -a =lomiri-extra/lomiri-sounds-9999

Package Information

Description:
Sounds for the Lomiri operating environment
Homepage:
https://gitlab.com/ubports/development/core/lomiri-sounds
License:
CC0-1.0 CC-BY-3.0 CC-BY-SA-3.0 CC-BY-4.0

Ebuild Details

Version EAPI Keywords Slot
9999 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 lomiri

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="Sounds for the Lomiri operating environment"
HOMEPAGE="https://gitlab.com/ubports/development/core/${PN}"
LICENSE="CC0-1.0 CC-BY-3.0 CC-BY-SA-3.0 CC-BY-4.0"
SLOT="0"
RESTRICT="test mirror"

DEPEND=""

RDEPEND="${DEPEND}"

BDEPEND="
    dev-build/cmake
"

Inherited Eclasses

Dependencies

BDEPEND

    dev-build/cmake