Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 457410 Details for
Bug 600856
games-strategy/widelands-0.19: version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
widelands-0.19.ebuild
widelands-0.19.ebuild (text/plain), 1.47 KB, created by
Wojciech Myrda
on 2016-12-26 06:39:41 UTC
(
hide
)
Description:
widelands-0.19.ebuild
Filename:
MIME Type:
Creator:
Wojciech Myrda
Created:
2016-12-26 06:39:41 UTC
Size:
1.47 KB
patch
obsolete
># Copyright 1999-2016 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Id$ > >EAPI=6 >inherit eutils versionator cmake-utils > >MY_PV=build$(get_version_component_range 2) >MY_P=${PN}-${MY_PV}-src >DESCRIPTION="A game similar to Settlers 2" >HOMEPAGE="http://www.widelands.org/" >SRC_URI="https://launchpad.net/widelands/${MY_PV}/${MY_PV}/+download/${MY_P}.tar.bz2" > >LICENSE="GPL-2+" >SLOT="0" >KEYWORDS="~amd64 ~ppc ~x86" >IUSE="" > >DEPEND="dev-lang/lua:0 > >=dev-libs/boost-1.48 > media-libs/glew > media-libs/libpng:0 > media-libs/libsdl2[video] > media-libs/sdl2-image[jpeg,png] > media-libs/sdl2-mixer[vorbis] > media-libs/sdl2-net > media-libs/sdl2-ttf > sys-libs/zlib[minizip]" >RDEPEND="${DEPEND}" > >S=${WORKDIR}/${MY_P} > >CMAKE_BUILD_TYPE=Release > ># Game is NOT happy being moved from /usr/share/games >PREFIX="/usr/share/games/${PN}" > >PATCHES=( > "${FILESDIR}"/${P}-cxxflags.patch >) > >src_prepare() { > default > > sed -i -e 's:__ppc__:__PPC__:' src/map_io/s2map.cc || die >} > >src_configure() { > local mycmakeargs=( > '-DWL_VERSION_STANDARD=true' > "-DWL_INSTALL_PREFIX=/usr/games" > "-DWL_INSTALL_BASEDIR=/usr/games" > "-DWL_INSTALL_DATADIR=/usr/share/games/${PN}" > "-DWL_INSTALL_LOCALEDIR=/usr/share/games/${PN}/locale" > "-DWL_INSTALL_BINDIR=/usr/bin" > ) > cmake-utils_src_configure >} > >src_compile() { > cmake-utils_src_compile >} > >src_install() { > cmake-utils_src_install > newicon data/images/logos/wl-ico-128.png ${PN}.png > make_desktop_entry ${PN} Widelands > dodoc ChangeLog CREDITS >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 600856
:
457410
|
457412
|
457420