Diff devilutionx-1.5.0 with a devilutionx-1.5.1
/usr/portage/games-engines/devilutionx/devilutionx-1.5.1.ebuild 2023-10-09 14:52:31.092368390 +0300 | ||
---|---|---|
7 | 7 | |
8 | 8 |
DESCRIPTION="Diablo engine for modern operating systems" |
9 | 9 |
HOMEPAGE="https://github.com/diasurgical/devilutionX/" |
10 |
SRC_URI="https://github.com/diasurgical/devilutionX/releases/download/${PV}/devilutionx-src.tar.xz -> ${P}.tar.xz" |
|
10 |
SRC_URI=" |
|
11 |
https://github.com/diasurgical/devilutionX/releases/download/${PV}/devilutionx-src.tar.xz |
|
12 |
-> ${P}.tar.xz |
|
13 |
" |
|
11 | 14 |
S="${WORKDIR}/${PN}-src-${PV}" |
12 | 15 | |
13 | 16 |
LICENSE="Unlicense CC-BY-4.0 GPL-2+ LGPL-2.1+ MIT OFL-1.1 zerotier? ( BUSL-1.1 )" |
... | ... | |
23 | 26 |
media-libs/sdl2-image[png] |
24 | 27 |
sys-libs/zlib:= |
25 | 28 |
media-libs/sdl_audiolib |
26 |
sodium? ( dev-libs/libsodium:= )" |
|
29 |
sodium? ( dev-libs/libsodium:= ) |
|
30 |
" |
|
27 | 31 |
DEPEND=" |
28 | 32 |
${RDEPEND} |
29 | 33 |
dev-cpp/asio |
30 | 34 |
dev-cpp/simpleini |
31 |
test? ( dev-cpp/gtest )" |
|
35 |
test? ( dev-cpp/gtest ) |
|
36 |
" |
|
32 | 37 |
BDEPEND="sys-devel/gettext" |
33 | 38 | |
34 | 39 |
src_prepare() { |