]> Arthur Taft Gitweb - custom-tools.git/blobdiff - media-sound/cider/cider-3.0.0.ebuild
add lark dep
[custom-tools.git] / media-sound / cider / cider-3.0.0.ebuild
index d507342ba0a230fc4d7b8443c6e80e61ae59310a..eff17bf5c7db5500de88e44d50c6b75a08dbdba3 100644 (file)
@@ -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
 }