net-voip/discover-overlay - 0.6.9 (guru)

Search

Install

Install this version:

emerge -a =net-voip/discover-overlay-0.6.9

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

autounmask =net-voip/discover-overlay-0.6.9

Or alternatively:

emerge --autounmask-write -a =net-voip/discover-overlay-0.6.9

Package Information

Description:
Yet another Discord overlay for Linux written in Python using GTK3
Homepage:
https://github.com/trigg/Discover
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
0.6.9 8 ~amd64 0
View Raw Ebuild
# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_12 )
DISTUTILS_USE_PEP517=setuptools

inherit distutils-r1 xdg

DESCRIPTION="Yet another Discord overlay for Linux written in Python using GTK3"
HOMEPAGE="https://github.com/trigg/Discover"
SRC_URI="https://github.com/trigg/Discover/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
S="${WORKDIR}/Discover-${PV}"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"

IUSE="wayland"

RDEPEND="
	>=dev-python/pygobject-3.22[${PYTHON_USEDEP}]
	dev-python/websocket-client[${PYTHON_USEDEP}]
	dev-python/pyxdg[${PYTHON_USEDEP}]
	dev-python/requests[${PYTHON_USEDEP}]
	dev-python/pillow[${PYTHON_USEDEP}]
	dev-python/python-xlib[${PYTHON_USEDEP}]
	wayland? ( gui-libs/gtk-layer-shell[introspection(+)] )
"

USE Flags

Manage flags for this package: euse -i <flag> -p net-voip/discover-overlay | euse -E <flag> -p net-voip/discover-overlay | euse -D <flag> -p net-voip/discover-overlay

Global/Standard Flags

Inherited Eclasses

xdg

Dependencies

RDEPEND

	>=dev-python/pygobject-3.22[]
	dev-python/websocket-client[]
	dev-python/pyxdg[]
	dev-python/requests[]
	dev-python/pillow[]
	dev-python/python-xlib[]
	wayland? ( gui-libs/gtk-layer-shell[introspection(+)] )

Manifest for 0.6.9

Type File Size Source URLs
DIST discover-overlay-0.6.9.gh.tar.gz 103339 bytes https://github.com/trigg/Discover/archive/refs/tags/v0.6.9.tar.gz