Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 328996 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-installer-9999.ebuild
steam-installer-9999.ebuild (text/plain), 2.36 KB, created by
Mario Kicherer
on 2012-11-09 10:47:21 UTC
(
hide
)
Description:
steam-installer-9999.ebuild
Filename:
MIME Type:
Creator:
Mario Kicherer
Created:
2012-11-09 10:47:21 UTC
Size:
2.36 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="Installer for 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="-* ~amd64 ~x86" >IUSE="" > >RDEPEND=" virtual/opengl > amd64? ( > >=app-emulation/emul-linux-x86-baselibs-20121028 > >=app-emulation/emul-linux-x86-gtklibs-20121028 > >=app-emulation/emul-linux-x86-opengl-20121028 > >=app-emulation/emul-linux-x86-sdl-20121028 > >=app-emulation/emul-linux-x86-soundlibs-20121028 > >=app-emulation/emul-linux-x86-xlibs-20121028 > >=sys-devel/gcc-4.6.0[multilib] > >=sys-libs/glibc-2.15[multilib] > ) > x86? ( > dev-libs/glib:2 > dev-libs/libgcrypt > dev-libs/nspr > dev-libs/nss > media-libs/alsa-lib > media-libs/fontconfig > media-libs/freetype:2 > media-libs/libjpeg-turbo > media-libs/libogg > media-libs/libpng:1.2 > media-libs/libsdl > media-libs/libtheora > media-libs/libvorbis > media-libs/openal > media-sound/pulseaudio > net-misc/curl > net-print/cups > sys-apps/dbus > >=sys-devel/gcc-4.6.0 > >=sys-libs/glibc-2.15 > >=sys-libs/zlib-1.2.4 > x11-libs/cairo > x11-libs/gdk-pixbuf > x11-libs/gtk+:2 > >=x11-libs/libX11-1.5 > x11-libs/libXext > x11-libs/libXfixes > x11-libs/libXi > x11-libs/libXrandr > x11-libs/libXrender > x11-libs/pango > >=x11-libs/pixman-0.24.4 > )" > >S=${WORKDIR} > >src_unpack() { > unpack_deb ${A} >} > >src_prepare() { > # 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 > > epatch "${FILESDIR}/remove-ubuntu-specifics.patch" >} > >src_install() { > dobin "usr/bin/steam" > > insinto "/usr/lib/" > doins -r usr/lib/steam > > dodoc usr/share/doc/steam/changelog.gz > 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 >} > >pkg_postinst() { > einfo "This ebuild only installs the steam installer." > einfo "Execute \"steam\" to install the actual client into" > einfo "your home folder." > > ewarn "The steam client and the games are not controlled by" > ewarn "portage. Updates are handled by the client itself." >} >
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