Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 305235 Details for
Bug 408053
games-puzzle/jag-0.3.2 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
jag-0.3.2 ebuild
jag-0.3.2.ebuild (text/plain), 1.67 KB, created by
yury fedorchenko
on 2012-03-13 17:47:03 UTC
(
hide
)
Description:
jag-0.3.2 ebuild
Filename:
MIME Type:
Creator:
yury fedorchenko
Created:
2012-03-13 17:47:03 UTC
Size:
1.67 KB
patch
obsolete
># Copyright 1999-2011 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/games-puzzle/jag/jag-0.3.1.ebuild,v 1.3 2011/06/18 17:50:22 tupone Exp $ > >EAPI=2 >inherit eutils qt4-r2 games > >DESCRIPTION="Arcade 2D Puzzle Game" >HOMEPAGE="http://jag.xlabsoft.com/" >SRC_URI="http://jag.xlabsoft.com/files/${P}-src.zip > http://jag.xlabsoft.com/files/${P}-data.zip" > >LICENSE="GPL-3" >SLOT="0" >KEYWORDS="amd64 ~ppc x86" >IUSE="editor" > >RDEPEND="x11-libs/qt-core:4 > x11-libs/qt-gui:4 > x11-libs/qt-opengl:4 > x11-libs/libXrandr > media-libs/libsdl[audio,video] > media-libs/sdl-mixer" >DEPEND="${RDEPEND} > app-arch/unzip" > >S=${WORKDIR}/${P}-src > >src_prepare() { > mv ${WORKDIR}/${P}-data/data ${WORKDIR}/${P}-src/ > sed -i \ > -e "s:/usr/local/bin:${GAMES_BINDIR}:g" \ > -e "s:/usr/local/games:${GAMES_DATADIR}:g" \ > -e "s:LIBS += -lSDLmain:LIBS += -lSDL -lX11:" \ > Game.pro main.cpp editor/editor.pro \ > || die "sed failed" >} > >src_configure() { > qt4-r2_src_configure > if use editor; then > cd editor > eqmake4 editor.pro > fi >} > >src_compile() { > qt4-r2_src_compile > if use editor; then > cd editor > qt4-r2_src_compile > fi >} > >src_install() { > qt4-r2_src_install > newicon images/logo.png ${PN}.png > make_desktop_entry jag Jag > > if use editor; then > cd editor > qt4-r2_src_install > make_desktop_entry jag-editor "Jag Level editor" ${PN} > cd .. > fi > ># insinto "${GAMES_DATADIR}/${PN}"/data/levels ># doins -r "${WORKDIR}"/sunzero.lpk || die "doins failed" > ># if use extras; then ># insinto "${GAMES_DATADIR}/${PN}"/data/schemes ># doins -r "${WORKDIR}"/{african,animals,chinese,creatures,futurama,kde-nuvola,toys} || die "doins failed" ># fi > prepgamesdirs >}
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 408053
: 305235