You currently have to enable `allow_broken_install_names` because the
libraries in this application use
@executable_path/../Frameworks/xyz.dylib
to link to each other, instead of
@executable_path/Contents/Frameworks/xyz.dylib
Try something like
FEATURES="allow_broken_install_names" emerge -av asdictionary
-EBUILD asdictionary-9999.ebuild 874 RMD160 a849aa3e4ffba2bb9aa9b64eb6f6bf613eb4ea71 SHA1 ab209dfe37e469bb2b75a4a99f07b7533d067ff2 SHA256 4140d486d836a9dc5771ea47007de53ccf5ecabbe08d4fcf02297d7a83cd8dfe
+EBUILD asdictionary-9999.ebuild 897 RMD160 b74c5714cf9ae2353d4d5c76065e1dca060eb1ba SHA1 3e82d879c6e9a6a6e3c37ea3c0e466ec3aa18379 SHA256 b008ec537c67683b77bf3a2f4d883d9835bd261f3664f3cfc278257264b1f57b
}
src_install() {
- insinto /usr/local/apps
- doins -r dist
+ insinto /usr/share/Applications
+ doins -r "dist/${MY_PN}.app"
}