lomiri-base/lomiri-schemas - 0.1.9 (gentoo-lomiri)

Search

Package Information

Homepage:
https://gitlab.com/ubports/development/core/lomiri-schemas
License:
LGPL-2.1

Ebuild Details

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

EAPI=8

CMAKE_MAKEFILE_GENERATOR=emake
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="This package contains the configuration schemas used by Lomiri."
HOMEPAGE="https://gitlab.com/ubports/development/core/${PN}"
LICENSE="LGPL-2.1"
SLOT="0"
RESTRICT="test mirror"

DEPEND=""
RDEPEND="${DEPEND}
    sys-apps/accountsservice
"

BDEPEND="
    dev-build/cmake-extras
    dev-util/intltool
"

Dependencies

RDEPEND

    sys-apps/accountsservice

BDEPEND

    dev-build/cmake-extras
    dev-util/intltool

Manifest for 0.1.9

Type File Size Source URLs
DIST lomiri-schemas-0.1.9.tar.gz 25917 bytes https://gitlab.com/ubports/development/core/lomiri-schemas/-/archive/0.1.9/lomiri-schemas-0.1.9.tar.gz