Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 328678 Details for
Bug 442176
games-util/steam-launcher - New package - Installer for Valve's Steam client for Linux
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
steam-9999.ebuild
steam-9999.ebuild (text/plain), 1.75 KB, created by
Mario Kicherer
on 2012-11-07 13:26:04 UTC
(
hide
)
Description:
steam-9999.ebuild
Filename:
MIME Type:
Creator:
Mario Kicherer
Created:
2012-11-07 13:26:04 UTC
Size:
1.75 KB
patch
obsolete
># Copyright 1999-2012 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=4 > >inherit eutils unpacker > >DESCRIPTION="Valve's Steam client for Linux" >HOMEPAGE="https://steampowered.com" >SRC_URI="http://media.steampowered.com/client/installer/steam.deb" >LICENSE="steam" > >SLOT="0" >KEYWORDS="~x86 ~amd64" >IUSE="" > >RDEPEND=" sys-devel/gcc:4.6 > amd64? ( > =app-emulation/emul-linux-x86-baselibs-20120520 > =app-emulation/emul-linux-x86-xlibs-20120520 > =app-emulation/emul-linux-x86-soundlibs-20120520 > ) > x86? ( > media-libs/libjpeg-turbo > net-misc/curl > media-libs/libogg > >=x11-libs/pixman-0.24.4 > media-libs/libsdl > media-libs/libtheora > media-libs/libvorbis > media-libs/alsa-lib > x11-libs/cairo > sys-apps/dbus > media-libs/fontconfig > media-libs/freetype:2 > dev-libs/libgcrypt > x11-libs/gdk-pixbuf > dev-libs/glib:2 > x11-libs/gtk+:2 > dev-libs/nspr > dev-libs/nss > media-libs/openal > x11-libs/pango > media-libs/libpng:1.2 > media-sound/pulseaudio > >=x11-libs/libX11-1.5 > x11-libs/libXext > x11-libs/libXfixes > x11-libs/libXi > x11-libs/libXrandr > x11-libs/libXrender > >=sys-libs/zlib-1.2.4 > )" > >S="${WORKDIR}/" > >src_unpack() { > unpack_deb ${A} > > # fix QA notice > sed -r -i "s/^(MimeType=.*)/\1;/" usr/share/applications/steam.desktop > sed -r -i "s/^(Actions=.*)/\1;/" usr/share/applications/steam.desktop >} > >src_install() { > exeinto "/usr/bin" > doexe "usr/bin/${PN}" > > insinto "/usr/lib/" > doins -r usr/lib/steam > > dodoc usr/share/doc/steam/{changelog.gz,copyright} > doman usr/share/man/man6/steam.6.gz > > insinto /usr/share/applications/ > doins usr/share/applications/steam.desktop > > insinto /usr/share/icons/ > doins -r usr/share/icons/ > > doicon usr/share/pixmaps/steam.xpm >}
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 442176
:
328652
|
328660
|
328662
|
328664
|
328670
|
328678
|
328682
|
328704
|
328742
|
328754
|
328782
|
328784
|
328786
|
328812
|
328988
|
328996
|
331072
|
331120
|
331122
|
339166