net-im/tencent-qq: bump version to 3.2.15_p241224
[gentoo-zh.git] / app-backup / snapper-gui / snapper-gui-220626.ebuild
blob4d5df7b48c51b2fa0b8441947cb1589ea3ea6d0a
1 # Copyright 1999-2021 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
4 EAPI=8
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"
13 EGIT_COMMIT=1915750
15 LICENSE="GPL-2+"
16 SLOT="0"
17 KEYWORDS="~amd64"
18 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
20 RDEPEND="
21 app-backup/snapper
22 $(python_gen_cond_dep 'dev-python/dbus-python[${PYTHON_USEDEP}] dev-python/pygobject[${PYTHON_USEDEP}]')
23 x11-libs/gtksourceview:3.0
26 src_prepare() {
27 sed -i 's/Utilities;/Utility;/' "${S}/snapper-gui.desktop"
28 default