Diff lavalauncher-2.0.0 with a lavalauncher-2.1.0
/usr/portage/gui-apps/lavalauncher/lavalauncher-2.1.0.ebuild 2023-10-09 14:52:31.172368393 +0300 | ||
---|---|---|
1 |
# Copyright 2019-2020 Gentoo Authors |
|
1 |
# Copyright 2019-2021 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=7 |
... | ... | |
23 | 23 | |
24 | 24 |
RDEPEND=" |
25 | 25 |
dev-libs/wayland |
26 |
gnome-base/librsvg |
|
27 | 26 |
x11-libs/cairo |
27 |
x11-libs/libxkbcommon |
|
28 |
svg? ( gnome-base/librsvg ) |
|
28 | 29 |
" |
29 | 30 |
DEPEND="${RDEPEND}" |
30 | 31 |
BDEPEND=" |
31 | 32 |
dev-libs/wayland-protocols |
32 | 33 |
virtual/pkgconfig |
34 |
man? ( >=app-text/scdoc-1.9.3 ) |
|
33 | 35 |
" |
34 | 36 | |
35 |
if [[ ${PV} == 9999 ]]; then |
|
36 |
BDEPEND+="man? ( ~app-text/scdoc-9999 )" |
|
37 |
else |
|
38 |
BDEPEND+="man? ( >=app-text/scdoc-1.9.3 )" |
|
39 |
fi |
|
40 | ||
41 | 37 |
PATCHES=( |
42 | 38 |
"${FILESDIR}/lavalauncher-remove-werror.patch" |
43 | 39 |
) |