Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 431184 Details for
Bug 580486
games-rpg/runescape-launcher: the laucher for native game client for the free-to-play MMORPG
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
runescape-launcher-2.2.2.ebuild
runescape-launcher-2.2.2.ebuild (text/plain), 1.24 KB, created by
Jack Coulter
on 2016-04-19 05:48:14 UTC
(
hide
)
Description:
runescape-launcher-2.2.2.ebuild
Filename:
MIME Type:
Creator:
Jack Coulter
Created:
2016-04-19 05:48:14 UTC
Size:
1.24 KB
patch
obsolete
># Copyright 1999-2016 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Id$ > >EAPI=6 > >inherit multilib unpacker > >DESCRIPTION="Official RuneScape NXT client launcher" >HOMEPAGE="http://www.runescape.com" > >SRC_URI=" > amd64? ( > http://content.runescape.com/downloads/ubuntu/pool/non-free/r/runescape-launcher/runescape-launcher_${PV}_amd64.deb > ) >" > >SLOT="0" > >IUSE="kde" > >KEYWORDS="-* ~amd64" > >LICENSE="RuneScape-EULA" >RESTRICT="bindist mirror strip" > >S="${WORKDIR}" > >RDEPEND=" > >=media-libs/libsdl2-2.0.2 > >=media-libs/glew-1.10.0:0/1.10 > >=media-libs/libvorbis-1.3.2 > >=net-libs/webkit-gtk-2.4.8:2 > >=net-misc/curl-7.35.0 >" > >src_prepare() { > # Fix path in launcher script > sed -i "s:/usr/share/games/$PN:/usr/libexec:" usr/bin/$PN > > # Add missing trailing semicolon to .desktop MimeType entry > sed -i '/MimeType=/{/;$/!{s/$/;/}}' usr/share/applications/${PN}.desktop > > eapply_user >} > >src_install() { > dobin usr/bin/$PN > dodoc usr/share/doc/$PN/* > > exeinto /usr/libexec > doexe usr/share/games/$PN/runescape > > insinto /usr/share/applications > doins usr/share/applications/${PN}.desktop > > insinto /usr/share/icons > doins -r usr/share/icons/hicolor > > if use kde ; then > insinto /usr/share/kde4 > doins -r usr/share/kde4/services > fi >}
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 580486
:
431184
|
431186
|
431188
|
431190
|
431192
|
431534
|
433144
|
433836
|
433838
|
433900
|
434130
|
434270
|
434764