X-Git-Url: https://gitweb.arthurtaft.net/custom-tools.git/blobdiff_plain/77d2eac56393f10d34e6e2c0ccc4d64510d6a319..f8682aaa153400ba98befe73b1d062b933d6916a:/media-sound/cider/cider-3.0.0.ebuild diff --git a/media-sound/cider/cider-3.0.0.ebuild b/media-sound/cider/cider-3.0.0.ebuild index d507342..eff17bf 100644 --- a/media-sound/cider/cider-3.0.0.ebuild +++ b/media-sound/cider/cider-3.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -59,20 +59,6 @@ pkg_nofetch() { einfo "and place it into your DISTDIR directory" } -#src_prepare() { -# default -# pushd lib/cider/locales || die "pushd failed" -# chromium_remove_language_paks -# popd || die "popd failed" -# -# rm lib/cider/LICENSES.chromium.html \ -# || die "rm licenses failed" -# -# if ! use suid ; then -# rm lib/cider/chrome-sandbox || die "rm failed" -# fi -#} - src_install() { doicon usr/lib/cider/resources/public/icon.png dosym usr/lib/cider/resources/public/icon.png \ @@ -87,7 +73,7 @@ src_install() { /opt/Cider/lib/cider/libvulkan.so.1 use suid && fperms u+s,+x /opt/Cider/lib/cider/chrome-sandbox - dosym ../Cider/bin/cider usr/bin/cider + dosym /opt/Cider/bin/cider /usr/bin/cider pax-mark -m "${ED}"/opt/Cider/cider }