net-vpn/proton-vpn-gtk-app - 4.15.2 (guru)

Search

Install

Install this version:

emerge -a =net-vpn/proton-vpn-gtk-app-4.15.2

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

autounmask =net-vpn/proton-vpn-gtk-app-4.15.2

Or alternatively:

emerge --autounmask-write -a =net-vpn/proton-vpn-gtk-app-4.15.2

Package Information

Description:
Proton VPN GTK app
Homepage:
https://github.com/ProtonVPN/proton-vpn-gtk-app
License:
GPL-3+

Ebuild Details

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

EAPI=8

DISTUTILS_SINGLE_IMPL=true
DISTUTILS_USE_PEP517=setuptools

PYTHON_COMPAT=( python3_{11..14} )

inherit desktop distutils-r1

DESCRIPTION="Proton VPN GTK app"
HOMEPAGE="https://github.com/ProtonVPN/proton-vpn-gtk-app"
SRC_URI="https://github.com/ProtonVPN/proton-vpn-gtk-app/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="test"

RDEPEND="
	$(python_gen_cond_dep '
		dev-python/dbus-python[${PYTHON_USEDEP}]
		dev-python/distro[${PYTHON_USEDEP}]
		dev-python/packaging[${PYTHON_USEDEP}]
		dev-python/proton-core[${PYTHON_USEDEP}]
		dev-python/proton-keyring-linux[${PYTHON_USEDEP}]
		>=dev-python/proton-vpn-api-core-0.46.0[${PYTHON_USEDEP}]
		dev-python/proton-vpn-local-agent[${PYTHON_USEDEP}]
		dev-python/proton-vpn-network-manager[${PYTHON_USEDEP}]
		dev-python/pycairo[${PYTHON_USEDEP}]
		dev-python/pygobject[${PYTHON_USEDEP}]
		dev-python/requests[${PYTHON_USEDEP}]
	')
"

src_install() {
	distutils-r1_src_install

	doicon rpmbuild/SOURCES/proton-vpn-logo.svg
	domenu rpmbuild/SOURCES/proton.vpn.app.gtk.desktop
}

Inherited Eclasses

Dependencies

RDEPEND

	$(python_gen_cond_dep '
		dev-python/dbus-python[${PYTHON_USEDEP}]
		dev-python/distro[${PYTHON_USEDEP}]
		dev-python/packaging[${PYTHON_USEDEP}]
		dev-python/proton-core[${PYTHON_USEDEP}]
		dev-python/proton-keyring-linux[${PYTHON_USEDEP}]
		>=dev-python/proton-vpn-api-core-0.46.0[${PYTHON_USEDEP}]
		dev-python/proton-vpn-local-agent[${PYTHON_USEDEP}]
		dev-python/proton-vpn-network-manager[${PYTHON_USEDEP}]
		dev-python/pycairo[${PYTHON_USEDEP}]
		dev-python/pygobject[${PYTHON_USEDEP}]
		dev-python/requests[${PYTHON_USEDEP}]
	')

Manifest for 4.15.2

Type File Size Source URLs
DIST proton-vpn-gtk-app-4.15.2.tar.gz 304585 bytes https://github.com/ProtonVPN/proton-vpn-gtk-app/archive/refs/tags/v4.15.2.tar.gz