Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 68347 Details for
Bug 94764
Ebuild for nexuiz
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
diff from nexuiz-1.2.1.ebuild
nexuiz-1.2.1.ebuild.diff (text/plain), 1.42 KB, created by
fabien Zouaoui
on 2005-09-13 05:09:42 UTC
(
hide
)
Description:
diff from nexuiz-1.2.1.ebuild
Filename:
MIME Type:
Creator:
fabien Zouaoui
Created:
2005-09-13 05:09:42 UTC
Size:
1.42 KB
patch
obsolete
>--- nexuiz-1.2.1.ebuild.origin 2005-09-13 12:19:42.000000000 +0200 >+++ nexuiz-1.2.1.ebuild 2005-09-13 13:46:23.000000000 +0200 >@@ -14,10 +14,7 @@ > IUSE="dedicated sdl" > > RDEPEND="virtual/opengl >- sdl? ( >- media-libs/libsdl >- media-libs/svgalib >- ) >+ sdl? (media-libs/libsdl) > media-libs/libogg > media-libs/libvorbis > media-libs/jpeg >@@ -33,16 +30,16 @@ > cd "${S}" > unzip $(ls nexuizenginesource* | head -n 1) > >- sed s:GAMES_DATADIR:"${GAMES_DATADIR}"/${PN}: "${FILESDIR}"/${P}-fs.patch > \ >- "${T}"/${P}-fs.patch \ >+ sed -e "s:GAMES_DATADIR:${GAMES_DATADIR}/${PN}:" \ >+ "${FILESDIR}"/${P}-fs.patch > "${T}"/${P}-fs.patch \ > || die "sed in patch failed" > > cd darkplaces > epatch "${T}"/${P}-fs.patch > sed -i \ >- -e "s:darkplaces-sdl:nexuiz-sdl: >- s:darkplaces-glx:nexuiz-glx: >- s:darkplaces-dedicated:nexuiz-dedicated:" \ >+ -e "s:darkplaces-sdl:nexuiz-sdl:" \ >+ -e "s:darkplaces-glx:nexuiz-glx:" \ >+ -e "s:darkplaces-dedicated:nexuiz-dedicated:" \ > makefile.inc \ > || die "sed in makefile failed" > } >@@ -84,11 +81,8 @@ > > insinto "${GAMES_DATADIR}"/${PN}/data > doins data/* || die "data copy failed" >- install -o root -g games -m 0640 \ >- darkplaces/darkplaces.ico \ >- ${D}/"${GAMES_DATADIR}"/${PN}/nexuiz.ico \ >- || die "icon copy failed" > insinto "${GAMES_DATADIR}"/${PN} >+ doins darkplaces/darkplaces.ico || die "icon copy failed" > doins darkplaces/*.png || die "pictures copy failed" > > if use sdl; then
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 94764
:
60411
|
60412
|
60417
|
60419
|
60421
|
60719
|
61110
|
62317
|
62327
|
62372
|
62661
|
62732
|
62945
|
66855
|
67132
|
67133
|
67153
|
67266
|
68283
|
68284
|
68299
| 68347