Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 786482 Details for
Bug 853205
net-im/discord-bin version bump to 0.0.18
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
discord-bin-0.0.18.ebuild
discord-bin-0.0.18.ebuild (text/plain), 3.14 KB, created by
immolo
on 2022-06-20 15:25:18 UTC
(
hide
)
Description:
discord-bin-0.0.18.ebuild
Filename:
MIME Type:
Creator:
immolo
Created:
2022-06-20 15:25:18 UTC
Size:
3.14 KB
patch
obsolete
># Copyright 1999-2022 Gentoo Authors ># Distributed under the terms of the GNU General Public License v2 > >EAPI=8 > >MY_PN="${PN/-bin}" >MY_PV="${PV/-r*}" > >CHROMIUM_LANGS=" > am ar bg bn ca cs da de el en-GB en-US es es-419 et fa fi fil fr gu he hi > hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl sr sv > sw ta te th tr uk vi zh-CN zh-TW >" > >inherit chromium-2 desktop linux-info optfeature unpacker xdg > >DESCRIPTION="All-in-one voice and text chat for gamers" >HOMEPAGE="https://discordapp.com" >SRC_URI="https://dl.discordapp.net/apps/linux/${MY_PV}/${MY_PN}-${MY_PV}.tar.gz" > >LICENSE="all-rights-reserved" >SLOT="0" >KEYWORDS="~amd64" > ># libXScrnSaver is used through dlopen (bug #825370) >RDEPEND=" > app-accessibility/at-spi2-atk:2 > app-accessibility/at-spi2-core:2 > dev-libs/atk > dev-libs/expat > dev-libs/glib:2 > dev-libs/nspr > dev-libs/nss > media-libs/alsa-lib > media-libs/mesa[gbm(+)] > net-print/cups > sys-apps/dbus > sys-libs/glibc > x11-libs/cairo > x11-libs/gdk-pixbuf:2 > x11-libs/gtk+:3 > x11-libs/libX11 > x11-libs/libXScrnSaver > x11-libs/libXcomposite > x11-libs/libXdamage > x11-libs/libXext > x11-libs/libXfixes > x11-libs/libXrandr > x11-libs/libdrm > x11-libs/libxcb > x11-libs/libxkbcommon > x11-libs/libxshmfence > x11-libs/pango >" > >RESTRICT="bindist mirror strip test" > >DESTDIR="/opt/${MY_PN}" > >QA_PREBUILT=" > ${DESTDIR#/}/${MY_PN^} > ${DESTDIR#/}/chrome-sandbox > ${DESTDIR#/}/libffmpeg.so > ${DESTDIR#/}/libvk_swiftshader.so > ${DESTDIR#/}/libvulkan.so > ${DESTDIR#/}/libEGL.so > ${DESTDIR#/}/libGLESv2.so > ${DESTDIR#/}/libVkICD_mock_icd.so > ${DESTDIR#/}/swiftshader/libEGL.so > ${DESTDIR#/}/swiftshader/libGLESv2.so > ${DESTDIR#/}/swiftshader/libvk_swiftshader.so >" > >CONFIG_CHECK="~USER_NS" > >S="${WORKDIR}/${MY_PN^}" > >pkg_pretend() { > chromium_suid_sandbox_check_kernel_config >} > >src_unpack() { > unpack ${MY_PN}-${MY_PV}.tar.gz >} > >src_configure() { > chromium_suid_sandbox_check_kernel_config > > default >} > >src_prepare() { > default > # remove post-install script > rm postinst.sh || die "the removal of the unneeded post-install script failed" > # cleanup languages > pushd "locales/" || die "location change for language cleanup failed" > chromium_remove_language_paks > popd || die "location reset for language cleanup failed" > # fix .desktop exec location > sed -i -e "s:/usr/share/discord/Discord:${DESTDIR}/${MY_PN^}:" ${MY_PN}.desktop || die "fixing of exec location on .desktop failed" >} > >src_install() { > doicon -s 256 ${MY_PN}.png > > # install .desktop file > domenu ${MY_PN}.desktop > > exeinto "${DESTDIR}" > doexe ${MY_PN^} chrome-sandbox libEGL.so libffmpeg.so libGLESv2.so libvk_swiftshader.so > > insinto "${DESTDIR}" > doins chrome_100_percent.pak chrome_200_percent.pak icudtl.dat resources.pak snapshot_blob.bin v8_context_snapshot.bin > insopts -m0755 > doins -r locales resources swiftshader > > # Chrome-sandbox requires the setuid bit to be specifically set. > # see https://github.com/electron/electron/issues/17972 > fperms 4755 "${DESTDIR}"/chrome-sandbox > > dosym "${DESTDIR}"/${MY_PN^} /usr/bin/${MY_PN} >} > >pkg_postinst() { > xdg_pkg_postinst > > optfeature "sound support" \ > media-sound/pulseaudio media-sound/apulse[sdk] media-video/pipewire > optfeature "system tray support" dev-libs/libappindicator >}
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 853205
: 786482