Сравнение nautilus-dropbox-2020.03.04 с nautilus-dropbox-2020.03.04-r1
/usr/portage/gnome-extra/nautilus-dropbox/nautilus-dropbox-2020.03.04-r1.ebuild 2023-10-09 14:52:31.164368392 +0300 | ||
---|---|---|
1 | 1 |
# Copyright 1999-2023 Gentoo Authors |
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 |
EAPI=7 |
|
4 |
EAPI=8 |
|
5 | 5 | |
6 |
PYTHON_COMPAT=( python3_{9..10} ) |
|
6 |
PYTHON_COMPAT=( python3_{9..11} ) |
|
7 | 7 | |
8 | 8 |
inherit autotools python-single-r1 xdg-utils |
9 | 9 | |
... | ... | |
21 | 21 |
${PYTHON_DEPS} |
22 | 22 |
$(python_gen_cond_dep 'dev-python/pygobject:3[${PYTHON_USEDEP}]' ) |
23 | 23 |
dev-libs/glib:2 |
24 |
gnome-base/nautilus |
|
24 |
>=gnome-base/nautilus-43 |
|
25 | 25 |
net-misc/dropbox" |
26 | 26 |
DEPEND="${RDEPEND}" |
27 | 27 |
BDEPEND=" |
... | ... | |
29 | 29 |
virtual/pkgconfig" |
30 | 30 | |
31 | 31 |
# use system rst2man |
32 |
PATCHES=( "${FILESDIR}/nautilus-dropbox-2019-system-rst2man.patch" ) |
|
32 |
PATCHES=( |
|
33 |
# use system rst2man |
|
34 |
"${FILESDIR}/${PN}-2019-system-rst2man.patch" |
|
35 | ||
36 |
# https://github.com/dropbox/nautilus-dropbox/pull/105 |
|
37 |
"${FILESDIR}/${P}-nautilus43.patch" |
|
38 |
) |
|
33 | 39 | |
34 | 40 |
src_prepare() { |
35 | 41 |
default |
... | ... | |
54 | 60 |
# removes files which conflicts with system dropbox |
55 | 61 |
rm -r "${ED}"/usr/share/applications || die |
56 | 62 |
rm -r "${ED}"/usr/bin || die |
63 | ||
64 |
find "${ED}" -type f -name '*.la' -delete || die |
|
57 | 65 |
} |
58 | 66 | |
59 | 67 |
pkg_postinst() { |