gui-libs/qmenumodel - 0.9.2 (gentoo-lomiri)

Search

Install

Install this version:

emerge -a =gui-libs/qmenumodel-0.9.2

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

autounmask =gui-libs/qmenumodel-0.9.2

Or alternatively:

emerge --autounmask-write -a =gui-libs/qmenumodel-0.9.2

Package Information

Description:
Qt5 renderer for Ayatana Indicators
Homepage:
https://github.com/AyatanaIndicators/qmenumodel
License:
LGPL-3

Ebuild Details

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

EAPI=8

LOMIRI_PACKAGING_COMMIT="406a4ec32f468e327e807df965d73e5e4a644163"
CMAKE_CHECK_ADDITIONAL_FILES=(
    examples/CMakeLists.txt
)
inherit lomiri

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

DESCRIPTION="Qt5 renderer for Ayatana Indicators"
HOMEPAGE="https://github.com/AyatanaIndicators/${PN}"

LICENSE="LGPL-3"
SLOT="0"
RESTRICT="test mirror"

DEPEND="
    dev-qt/qtdeclarative:5
"

RDEPEND="${DEPEND}"

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

src_configure() {
    local mycmakeargs=(
        -DENABLE_COVERAGE="OFF"
        -DENABLE_TESTS="OFF"
        -DGENERATE_DOC="OFF"
    )

    cmake_src_configure
}

Inherited Eclasses

Dependencies

DEPEND

    dev-qt/qtdeclarative:5

RDEPEND

    dev-qt/qtdeclarative:5

BDEPEND

    dev-build/cmake
    dev-build/cmake-extras

Manifest for 0.9.2

Type File Size Source URLs
DIST qmenumodel-0.9.2.tar.gz 87858 bytes https://github.com/AyatanaIndicators/qmenumodel/archive/0.9.2/qmenumodel-0.9.2.tar.gz