commit: 85b789a479eceabfae82bbfbe1b0846cadb9595a Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net> AuthorDate: Wed Jan 21 16:07:55 2026 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Tue Jan 27 19:51:26 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85b789a4
net-p2p/biglybt: cleanup sed expression as proposed by Filip Kobierski Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net> Part-of: https://github.com/gentoo/gentoo/pull/45096 Closes: https://github.com/gentoo/gentoo/pull/45096 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org> net-p2p/biglybt/biglybt-4.0.0.0.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/net-p2p/biglybt/biglybt-4.0.0.0.ebuild b/net-p2p/biglybt/biglybt-4.0.0.0.ebuild index 3357ec5b962b..3661c847ba58 100644 --- a/net-p2p/biglybt/biglybt-4.0.0.0.ebuild +++ b/net-p2p/biglybt/biglybt-4.0.0.0.ebuild @@ -105,13 +105,9 @@ src_prepare() { # patch the desktop file sed -i \ - -e '/#!/d' \ -e 's|${installer:dir.main}/||' \ -e 's|.svg||' \ "${ASSET_DIR}"/${PN}.desktop || die "patching desktop file failed" - - # https://github.com/BiglySoftware/BiglyBT/pull/3523 - sed -i 's/Application;//g' "${ASSET_DIR}"/${PN}.desktop || die } src_compile() {
