Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 90196 Details for
Bug 135667
version bump: attal-0.10.1
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
revised ebuild with dependency on qt4*
attal-0.10.1.ebuild (text/plain), 1.58 KB, created by
Michael Weyershäuser
on 2006-06-26 09:14:18 UTC
(
hide
)
Description:
revised ebuild with dependency on qt4*
Filename:
MIME Type:
Creator:
Michael Weyershäuser
Created:
2006-06-26 09:14:18 UTC
Size:
1.58 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/games-strategy/attal/attal-0.9.4.ebuild,v 1.4 2006/05/30 20:42:08 tupone Exp $ > >inherit eutils flag-o-matic games > >MY_P="${PN}-src-${PV}" >DESCRIPTION="turn-based strategy game project" >HOMEPAGE="http://www.attal-thegame.org/" >SRC_URI="mirror://sourceforge/attal/${MY_P}.tar.bz2 > mirror://sourceforge/attal/themes-${PV}.tar.bz2" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~ppc ~x86" >IUSE="" > >DEPEND="=x11-libs/qt-4* > media-libs/libsdl > media-libs/sdl-mixer" > >S=${WORKDIR}/${MY_P} > >src_unpack() { > unpack ${A} > cd "${S}" > mv ../themes . > epatch "${FILESDIR}/${P}"-gcc41.patch > sed -i \ > -e "s:\"\./:\"${GAMES_BINDIR}/:" \ > server/serverInterface.cpp \ > client/clientInterface.cpp \ > || die "sed failed" > sed -i \ > -e "s:\"\./:\"${GAMES_DATADIR}/${PN}/:" \ > libCommon/displayHelp.cpp \ > || die "sed failed" > "${QTDIR}"/bin/qmake QMAKE=${QTDIR}/bin/qmake -o Makefile Makefile.pro || die "qmake failed" > sed -i \ > "s:\./themes/:${GAMES_DATADIR}/${PN}/themes/:" \ > $(grep -Rl '\./themes/' *) \ > || die "fixing theme loc" > find "${WORKDIR}"/themes -name .cvsignore -print0 | xargs -0 rm -f >} > >src_compile() { > ./autogen.sh > emake -j1 || die "emake failed" #disable parallel builds >} > >src_install() { > dogamesbin attal-* || die "dogamesbin failed" > dogameslib.so lib*.so* || die "dolib.so failed" > insinto "${GAMES_DATADIR}"/${PN} > doins HOWTOPLAY.html > insinto "${GAMES_DATADIR}"/${PN} > doins -r themes || die "doins themes failed" > dodoc AUTHORS NEWS README TODO > 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 135667
:
88465
|
88466
|
90137
|
90161
| 90196