Install this version:
emerge -a =net-vpn/tailtray-0.2.33
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =net-vpn/tailtray-0.2.33
Or alternatively:
emerge --autounmask-write -a =net-vpn/tailtray-0.2.33
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.2.33 | 8 | ~amd64 | 0 |
EAPI=8
inherit cmake
DESCRIPTION="Tailscale tray menu and UI for Plasma desktop"
HOMEPAGE="https://github.com/SneWs/tail-tray"
SRC_URI="https://github.com/SneWs/tail-tray/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
S=${WORKDIR}/tail-tray-${PV}
LICENSE="GPL-3"
SLOT=0
KEYWORDS="~amd64"
DEPEND="dev-qt/qtbase:6
dev-qt/qttools:6
net-fs/davfs2
net-vpn/tailscale"
src_configure()
{
local mycmakeargs=(
-DKNOTIFICATIONS_ENABLED=ON
)
cmake_src_configure
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | tailtray-0.2.33.tar.gz | 4637589 bytes | https://github.com/SneWs/tail-tray/archive/refs/tags/v0.2.33.tar.gz |