dev-qt/qqc2-suru-style - 0.20230630 (gentoo-lomiri)

Search

Install

Install this version:

emerge -a =dev-qt/qqc2-suru-style-0.20230630

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

autounmask =dev-qt/qqc2-suru-style-0.20230630

Or alternatively:

emerge --autounmask-write -a =dev-qt/qqc2-suru-style-0.20230630

Package Information

Description:
Suru style for QtQuick Controls 2
Homepage:
https://gitlab.com/ubports/development/core/qqc2-suru-style
License:
GPL-2 LGPL-3

Ebuild Details

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

EAPI=8

inherit qmake-utils 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="Suru style for QtQuick Controls 2"
HOMEPAGE="https://gitlab.com/ubports/development/core/${PN}"
LICENSE="GPL-2 LGPL-3"
SLOT="5"
RESTRICT="test mirror"

DEPEND="
    dev-qt/qtgui:5
    dev-qt/qtquickcontrols2:5
"

RDEPEND="${DEPEND}"

BDEPEND="
    dev-util/intltool
    dev-qt/qtdeclarative:5
"

src_configure() {
    eqmake5
}

src_install() {
    emake install INSTALL_ROOT="${D}"
}

Inherited Eclasses

xdg

Dependencies

DEPEND

    dev-qt/qtgui:5
    dev-qt/qtquickcontrols2:5

RDEPEND

    dev-qt/qtgui:5
    dev-qt/qtquickcontrols2:5

BDEPEND

    dev-util/intltool
    dev-qt/qtdeclarative:5

Manifest for 0.20230630

Type File Size Source URLs
DIST qqc2-suru-style-0.20230630.tar.gz 75312 bytes https://gitlab.com/ubports/development/core/qqc2-suru-style/-/archive/0.20230630/qqc2-suru-style-0.20230630.tar.gz