diff options
author | Sam James <sam@gentoo.org> | 2022-05-20 03:40:01 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-05-20 03:40:28 +0100 |
commit | 6a2b2e7256f76bd39a5adf27429f7fb5976dfb88 (patch) | |
tree | f343ec8149fb8fa98ed3a49fd210e842b0f79666 /net-im/discord-bin | |
parent | media-sound/spotify: remove gnome-integration-spotify support (diff) | |
download | gentoo-6a2b2e7256f76bd39a5adf27429f7fb5976dfb88.tar.gz gentoo-6a2b2e7256f76bd39a5adf27429f7fb5976dfb88.tar.bz2 gentoo-6a2b2e7256f76bd39a5adf27429f7fb5976dfb88.zip |
Revert "net-im/discord-bin: add maintainer; tidy ebuild"
This reverts commit d83c48e3e6bde9fda19bd17bbaa171f3b7dc7490.
(Didn't mean to push this with the lot earlier -- pushed with
a bunch of stablereqs and forgot I'd started doing PRs.)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-im/discord-bin')
-rw-r--r-- | net-im/discord-bin/discord-bin-0.0.17-r1.ebuild (renamed from net-im/discord-bin/discord-bin-0.0.17-r2.ebuild) | 39 | ||||
-rw-r--r-- | net-im/discord-bin/metadata.xml | 9 |
2 files changed, 22 insertions, 26 deletions
diff --git a/net-im/discord-bin/discord-bin-0.0.17-r2.ebuild b/net-im/discord-bin/discord-bin-0.0.17-r1.ebuild index 081e2e769962..c79e83117a24 100644 --- a/net-im/discord-bin/discord-bin-0.0.17-r2.ebuild +++ b/net-im/discord-bin/discord-bin-0.0.17-r1.ebuild @@ -5,6 +5,7 @@ EAPI=8 MY_PN="${PN/-bin}" MY_PV="${PV/-r*}" +MY_BIN="${MY_PN^}" 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 @@ -12,7 +13,7 @@ CHROMIUM_LANGS=" sw ta te th tr uk vi zh-CN zh-TW " -inherit chromium-2 desktop linux-info optfeature unpacker xdg +inherit chromium-2 desktop linux-info optfeature pax-utils unpacker xdg DESCRIPTION="All-in-one voice and text chat for gamers" HOMEPAGE="https://discordapp.com" @@ -55,10 +56,10 @@ RDEPEND=" RESTRICT="bindist mirror strip test" -DESTDIR="/opt/${MY_PN}" +DESTDIR="/opt/${MY_BIN}" QA_PREBUILT=" - ${DESTDIR#/}/${MY_PN} + ${DESTDIR#/}/${MY_BIN} ${DESTDIR#/}/chrome-sandbox ${DESTDIR#/}/libffmpeg.so ${DESTDIR#/}/libvk_swiftshader.so @@ -73,14 +74,14 @@ QA_PREBUILT=" CONFIG_CHECK="~USER_NS" -S="${WORKDIR}/${MY_PN}" +S="${WORKDIR}/${MY_BIN}" pkg_pretend() { chromium_suid_sandbox_check_kernel_config } src_unpack() { - unpack ${MY_PN}-${MY_PV}.tar.gz + unpack ${MY_PN}-${MY_PV}.tar.gz || die } src_configure() { @@ -91,35 +92,37 @@ src_configure() { 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" + + rm postinst.sh + + pushd "locales/" || die 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" + popd || die + + sed -i -e "s:/usr/share/discord/Discord:${DESTDIR}/${MY_BIN}:" ${MY_PN}.desktop || die } src_install() { doicon -s 256 ${MY_PN}.png - # install .desktop file + # Install desktop file domenu ${MY_PN}.desktop exeinto "${DESTDIR}" - doexe ${MY_PN} chrome-sandbox libEGL.so libffmpeg.so libGLESv2.so libvk_swiftshader.so + doexe ${MY_BIN} 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 + # chrome-sandbox requires the setuid bit to be specifically set. + # See https://github.com/electron/electron/issues/17972 + fperms 4755 "${DESTDIR}"/chrome-sandbox || die + + pax-mark m "${DESTDIR}"/${MY_BIN} || die "could not set proper PAX permissions" - dosym "${DESTDIR}"/${MY_PN} /usr/bin/${MY_PN} + dosym "${DESTDIR}"/${MY_BIN} /usr/bin/${MY_PN} || die } pkg_postinst() { diff --git a/net-im/discord-bin/metadata.xml b/net-im/discord-bin/metadata.xml index f485c452f77f..115e9d64a669 100644 --- a/net-im/discord-bin/metadata.xml +++ b/net-im/discord-bin/metadata.xml @@ -1,12 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="person" proxied="yes"> - <email>ran.dall@icloud.com</email> - <name>Randall T. Vasquez</name> - </maintainer> - <maintainer type="project" proxied="proxy"> - <email>proxy-maint@gentoo.org</email> - <name>Proxy Maintainers</name> - </maintainer> + <!-- maintainer-needed --> </pkgmetadata> |