gui-libs/biometryd - 0.4.0 (gentoo-lomiri)

Search

Install

Install this version:

emerge -a =gui-libs/biometryd-0.4.0

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

autounmask =gui-libs/biometryd-0.4.0

Or alternatively:

emerge --autounmask-write -a =gui-libs/biometryd-0.4.0

Package Information

Description:
Mediates and multiplexes access to biometric devices
Homepage:
https://gitlab.com/ubports/development/core/biometryd
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
0.4.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 lomiri qmake-utils

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="Mediates and multiplexes access to biometric devices"
HOMEPAGE="https://gitlab.com/ubports/development/core/${PN}"
LICENSE="GPL-3"
SLOT="0"
RESTRICT="test mirror"

DEPEND="
    dev-cpp/dbus-cpp
    dev-cpp/process-cpp
    dev-libs/glib
    sys-apps/systemd
    sys-libs/libapparmor
"

RDEPEND="${DEPEND}"

BDEPEND="
    dev-build/cmake
    dev-build/cmake-extras
    dev-build/samurai
    dev-cpp/nlohmann_json
    dev-qt/qtcore:5
    dev-qt/qtdeclarative:5
"

PATCHES=(
    "${FILESDIR}"/002-boost_1.88-asio.patch
)

src_prepare() {
    # remove test from the build
    cmake_comment_add_subdirectory tests

    lomiri_src_prepare
}

src_configure() {
    # add 'qmlplugindump' to PATH
    export PATH="$(qt5_get_bindir):${PATH}"

    local mycmakeargs=(
        -DUSE_SYSTEMD="ON"
    )

    lomiri_src_configure
}

Inherited Eclasses

Dependencies

DEPEND

    dev-cpp/dbus-cpp
    dev-cpp/process-cpp
    dev-libs/glib
    sys-apps/systemd
    sys-libs/libapparmor

RDEPEND

    dev-cpp/dbus-cpp
    dev-cpp/process-cpp
    dev-libs/glib
    sys-apps/systemd
    sys-libs/libapparmor

BDEPEND

    dev-build/cmake
    dev-build/cmake-extras
    dev-build/samurai
    dev-cpp/nlohmann_json
    dev-qt/qtcore:5
    dev-qt/qtdeclarative:5

Manifest for 0.4.0

Type File Size Source URLs
DIST biometryd-0.4.0.tar.gz 227909 bytes https://gitlab.com/ubports/development/core/biometryd/-/archive/0.4.0/biometryd-0.4.0.tar.gz