Lines 12-18
Link Here
|
12 |
|
12 |
|
13 |
DESCRIPTION="A game similar to Settlers 2" |
13 |
DESCRIPTION="A game similar to Settlers 2" |
14 |
HOMEPAGE="https://www.widelands.org/" |
14 |
HOMEPAGE="https://www.widelands.org/" |
15 |
SRC_URI="https://launchpad.net/widelands/build$(ver_cut 2)/${MY_PV/_/-}/+download/${MY_P}.tar.bz2" |
15 |
SRC_URI="https://launchpad.net/widelands/build$(ver_cut 2)/${MY_PV/_/-}/+download/${MY_P}-source.tar.gz" |
16 |
|
16 |
|
17 |
LICENSE="GPL-2+" |
17 |
LICENSE="GPL-2+" |
18 |
SLOT="0" |
18 |
SLOT="0" |
Lines 42-53
Link Here
|
42 |
|
42 |
|
43 |
S="${WORKDIR}/${MY_P}" |
43 |
S="${WORKDIR}/${MY_P}" |
44 |
|
44 |
|
45 |
PATCHES=( |
|
|
46 |
"${FILESDIR}"/${PN}-0.20_rc1-cxxflags.patch |
47 |
"${FILESDIR}"/${PN}-0.20-glvnd.patch |
48 |
"${FILESDIR}"/${PN}-0.20-boost-1.73.patch |
49 |
) |
50 |
|
51 |
src_prepare() { |
45 |
src_prepare() { |
52 |
cmake_src_prepare |
46 |
cmake_src_prepare |
53 |
|
47 |
|