Install this version:
emerge -a =net-irc/lith-1.7.59
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =net-irc/lith-1.7.59
Or alternatively:
emerge --autounmask-write -a =net-irc/lith-1.7.59
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.7.59 | 8 | ~amd64 | 0 |
# Copyright 2021-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
DESCRIPTION="Multiplatform, mobile-focused WeeChat relay client."
HOMEPAGE="https://github.com/LithApp/lith"
SRC_URI="https://github.com/LithApp/lith/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/Lith-${PV}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="dev-libs/qcoro
dev-libs/qtkeychain:=
dev-qt/qtbase:6[dbus,gui,network,widgets,xml]
dev-qt/qtdeclarative:6
dev-qt/qtmultimedia:6
dev-libs/qtkeychain:=
dev-qt/qtwebsockets:6"
RDEPEND="${DEPEND}"
src_configure() {
local mycmakeargs=(
"-DVERSION=${PV}"
-DLITH_FEATURE_KEYCHAIN=ON
-DLITH_FORCE_LOCAL_PACKAGES_ONLY=ON
-Wno-dev
)
cmake_src_configure
}
dev-libs/qcoro dev-libs/qtkeychain:= dev-qt/qtbase:6[dbus,gui,network,widgets,xml] dev-qt/qtdeclarative:6 dev-qt/qtmultimedia:6 dev-libs/qtkeychain:= dev-qt/qtwebsockets:6
dev-libs/qcoro dev-libs/qtkeychain:= dev-qt/qtbase:6[dbus,gui,network,widgets,xml] dev-qt/qtdeclarative:6 dev-qt/qtmultimedia:6 dev-libs/qtkeychain:= dev-qt/qtwebsockets:6
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | lith-1.7.59.tar.gz | 8049308 bytes | https://github.com/LithApp/lith/archive/refs/tags/v1.7.59.tar.gz |