Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 569074 Details for
Bug 680290
Version bump net-im/discord-bin to 0.0.9
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
discord-bin-0.0.9.ebuild
discord-bin-0.0.9.ebuild (text/plain), 1.86 KB, created by
Jan Vansteenkiste
on 2019-03-14 06:43:04 UTC
(
hide
)
Description:
discord-bin-0.0.9.ebuild
Filename:
MIME Type:
Creator:
Jan Vansteenkiste
Created:
2019-03-14 06:43:04 UTC
Size:
1.86 KB
patch
obsolete
># Copyright 1999-2019 Gentoo Authors ># Distributed under the terms of the GNU General Public License v2 > >EAPI="6" > >MY_PN=${PN/-bin/} >MY_BIN="D${MY_PN/d/}" > >inherit desktop gnome2-utils pax-utils unpacker xdg-utils > >DESCRIPTION="All-in-one voice and text chat for gamers" >HOMEPAGE="https://discordapp.com" >SRC_URI="https://dl.discordapp.net/apps/linux/${PV}/${MY_PN}-${PV}.deb" > >LICENSE="all-rights-reserved" >SLOT="0" >KEYWORDS="~amd64" >IUSE="pax_kernel" >RESTRICT="mirror bindist" > >RDEPEND=" > dev-libs/atk > dev-libs/expat > dev-libs/glib:2 > dev-libs/nspr > dev-libs/nss > gnome-base/gconf:2 > media-libs/alsa-lib > media-libs/fontconfig:1.0 > media-libs/freetype:2 > net-print/cups > sys-apps/dbus > sys-libs/libcxx > x11-libs/cairo > x11-libs/gdk-pixbuf:2 > x11-libs/gtk+:2 > x11-libs/libX11 > x11-libs/libXScrnSaver > x11-libs/libXcomposite > x11-libs/libXcursor > x11-libs/libXdamage > x11-libs/libXext > x11-libs/libXfixes > x11-libs/libXi > x11-libs/libXrandr > x11-libs/libXrender > x11-libs/libXtst > x11-libs/pango >" > >S=${WORKDIR} > >QA_PREBUILT=" > opt/discord/${MY_BIN} > opt/discord/libEGL.so > opt/discord/libGLESv2.so > opt/discord/swiftshader/libEGL.so > opt/discord/swiftshader/libGLESv2.so > opt/discord/libVkICD_mock_icd.so > opt/discord/libffmpeg.so >" > >src_prepare() { > default > > sed -i \ > -e "s:/usr/share/discord/Discord:/opt/${MY_PN}/${MY_BIN}:g" \ > usr/share/${MY_PN}/${MY_PN}.desktop || die >} > >src_install() { > doicon usr/share/${MY_PN}/${MY_PN}.png > domenu usr/share/${MY_PN}/${MY_PN}.desktop > > insinto /opt/${MY_PN} > doins -r usr/share/${MY_PN}/. > fperms +x /opt/${MY_PN}/${MY_BIN} > dosym ../../opt/${MY_PN}/${MY_BIN} usr/bin/${MY_PN} > > use pax_kernel && pax-mark -m "${ED%/}"/opt/${MY_PN}/${MY_PN} >} > >pkg_postinst() { > xdg_desktop_database_update > xdg_mimeinfo_database_update > gnome2_icon_cache_update >} > >pkg_postrm() { > xdg_desktop_database_update > xdg_mimeinfo_database_update > gnome2_icon_cache_update >}
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 680290
: 569074