Install this version:
emerge -a =x11-misc/qarma-1.1.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =x11-misc/qarma-1.1.0
Or alternatively:
emerge --autounmask-write -a =x11-misc/qarma-1.1.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.1.0 | 8 | ~amd64 | 0 |
# Copyright 2020-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit qmake-utils
DESCRIPTION="Zenity Clone for Qt5 (lanodan's branch)"
HOMEPAGE="https://github.com/lanodan/qarma"
SRC_URI="https://github.com/luebking/qarma/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
IUSE="+dbus +X"
DEPEND="dev-qt/qtbase:6[X?,dbus?,gui,widgets]"
RDEPEND="${DEPEND}"
PATCHES=(
"${FILESDIR}/1.1.0-0001-Make-DBus-optionnal.patch"
"${FILESDIR}/1.1.0-0002-Allow-to-disable-X11-support.patch"
)
src_configure() {
eqmake6 \
$(usex dbus "" "CONFIG+=DISABLE_DBUS") \
$(usex X "" "CONFIG+=DISABLE_X11")
}
src_install() {
dobin qarma
}
Manage flags for this package:
euse -i <flag> -p x11-misc/qarma |
euse -E <flag> -p x11-misc/qarma |
euse -D <flag> -p x11-misc/qarma
dev-qt/qtbase:6[X?,dbus?,gui,widgets]
dev-qt/qtbase:6[X?,dbus?,gui,widgets]
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | qarma-1.1.0.tar.gz | 31710 bytes | https://github.com/luebking/qarma/archive/v1.1.0.tar.gz |