net-vpn/tailtray - 0.2.33 (salfter)

Search

Install

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

Package Information

Description:
Tailscale tray menu and UI for Plasma desktop
Homepage:
https://github.com/SneWs/tail-tray
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
0.2.33 8 ~amd64 0
View Raw Ebuild
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
}

Inherited Eclasses

Dependencies

DEPEND

dev-qt/qtbase:6
	dev-qt/qttools:6
	net-fs/davfs2
	net-vpn/tailscale

Manifest for 0.2.33

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