1 # Copyright 1999-2021 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
6 DISTUTILS_USE_PEP517
=setuptools
7 PYTHON_COMPAT
=( python3_
{10.
.12} )
8 inherit distutils-r1 git-r3
10 DESCRIPTION
="GUI for snapper, a tool for Linux filesystem snapshot management"
11 HOMEPAGE
="https://github.com/ricardomv/snapper-gui"
12 EGIT_REPO_URI
="https://github.com/ricardomv/${PN}.git"
18 REQUIRED_USE
="${PYTHON_REQUIRED_USE}"
22 $(python_gen_cond_dep 'dev-python/dbus-python[${PYTHON_USEDEP}] dev-python/pygobject[${PYTHON_USEDEP}]')
23 x11-libs/gtksourceview:3.0
27 sed -i 's/Utilities;/Utility;/' "${S}/snapper-gui.desktop"