Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 578132 Details for
Bug 687054
games-fps/redeclipse-9999 live ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
redeclipse live ebuild
redeclipse-9999.ebuild (text/plain), 2.10 KB, created by
jospezial
on 2019-05-31 09:06:44 UTC
(
hide
)
Description:
redeclipse live ebuild
Filename:
MIME Type:
Creator:
jospezial
Created:
2019-05-31 09:06:44 UTC
Size:
2.10 KB
patch
obsolete
># Copyright 1999-2018 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >EAPI=7 > >inherit git-r3 desktop > >DESCRIPTION="First-person ego-shooter, built as a total conversion of Cube Engine 2" >HOMEPAGE="https://www.redeclipse.net" >#SRC_URI="https://github.com/red-eclipse/base/releases/download/v${PV}/${PN}_${PV}_nix.tar.bz2" >SRC_URI="" >EGIT_REPO_URI="https://github.com/red-eclipse/base.git" > ># According to doc/license.txt file >LICENSE="HPND ZLIB CC-BY-SA-3.0" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="dedicated" > >DEPEND="!dedicated? ( > media-libs/freetype:2 > media-libs/libsdl2:0[opengl] > media-libs/sdl2-image:0[jpeg,png] > media-libs/sdl2-mixer:0[mp3,vorbis] > virtual/opengl > x11-libs/libX11 > ) > >=net-libs/enet-1.3.9 > sys-libs/zlib" >RDEPEND="${DEPEND}" > >src_prepare() { > sed -e "s:@APPNAME@:${PN}:" \ > src/install/nix/redeclipse.desktop.am \ > > src/install/nix/redeclipse.desktop || die > > if ! use dedicated; then > sed -e "s:@LIBEXECDIR@:/usr/libexec:g" \ > -e "s:@DATADIR@:/usr/share:g" \ > -e "s:@DOCDIR@:/usr/share/doc/${PF}:" \ > -e "s:@CAPPNAME@:${PN^^}:g" \ > -e "s:@APPNAME@:${PN}:g" \ > doc/man/redeclipse.6.am \ > > doc/man/redeclipse.6 || die > fi > > sed -e "s:@LIBEXECDIR@:/usr/libexec:g" \ > -e "s:@DATADIR@:/usr/share:g" \ > -e "s:@DOCDIR@:/usr/share/doc/${PF}:" \ > -e "s:@CAPPNAME@:${PN^^}:g" \ > -e "s:@APPNAME@:${PN}:g" \ > doc/man/redeclipse-server.6.am \ > > doc/man/redeclipse-server.6 || die > > default >} > >src_compile() { > if ! use dedicated; then > WANT_DISCORD=0 WANT_STEAM=0 emake CXXFLAGS="${CXXFLAGS}" STRIP= -C src client server > else > WANT_DISCORD=0 WANT_STEAM=0 emake CXXFLAGS="${CXXFLAGS}" STRIP= -C src server > fi >} > >src_install() { > insinto /usr/share/redeclipse > doins -r config data > > dobin src/redeclipse_server_linux > > if ! use dedicated; then > dobin src/redeclipse_linux > newicon "src/install/nix/${PN}_x128.png" "${PN}.png" > domenu "src/install/nix/${PN}.desktop" > doman doc/man/redeclipse.6 > fi > > doman doc/man/redeclipse-server.6 > dodoc readme.txt doc/examples/servinit.cfg > > dobin "${FILESDIR}/redeclipse" > dosym redeclipse /usr/bin/redeclipse_server >}
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 687054
:
578132
|
668852