diff options
author | Jeffrey Lin <jeffrey@icurse.nl> | 2020-06-27 19:41:14 -0400 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2020-07-04 17:18:26 +0300 |
commit | af9f1cd5d604ab73bb6f2fdea2e5034685e35853 (patch) | |
tree | 7d15cc5c4bb03eef1c30282724be20838f622889 /sci-mathematics | |
parent | sci-mathematics/mathematica: remove --keep when unpacking (diff) | |
download | gentoo-af9f1cd5d604ab73bb6f2fdea2e5034685e35853.tar.gz gentoo-af9f1cd5d604ab73bb6f2fdea2e5034685e35853.tar.bz2 gentoo-af9f1cd5d604ab73bb6f2fdea2e5034685e35853.zip |
sci-mathematics/mathematica: use domenu instead of direct insinto
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Jeffrey Lin <jeffrey@icurse.nl>
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/mathematica/mathematica-10.3.1-r1.ebuild | 5 | ||||
-rw-r--r-- | sci-mathematics/mathematica/mathematica-12.1.1-r1.ebuild | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/sci-mathematics/mathematica/mathematica-10.3.1-r1.ebuild b/sci-mathematics/mathematica/mathematica-10.3.1-r1.ebuild index 864d31646209..a5af27f51d9c 100644 --- a/sci-mathematics/mathematica/mathematica-10.3.1-r1.ebuild +++ b/sci-mathematics/mathematica/mathematica-10.3.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit multilib xdg +inherit desktop multilib xdg DESCRIPTION="Wolfram Mathematica" SRC_URI="Mathematica_${PV}_LINUX.sh" @@ -62,12 +62,11 @@ src_install() { done # fix some embedded paths and install desktop files - insinto /usr/share/applications for filename in $(find "${D}/${M_TARGET}/SystemFiles/Installation" -name "wolfram-mathematica.desktop") ; do echo Fixing "${filename}" sed -e "s:${S}::g" -e 's:^\t\t::g' -i "${filename}" echo "Categories=Physics;Science;Engineering;2DGraphics;Graphics;" >> "${filename}" - doins "${filename}" + domenu "${filename}" done # install mime types diff --git a/sci-mathematics/mathematica/mathematica-12.1.1-r1.ebuild b/sci-mathematics/mathematica/mathematica-12.1.1-r1.ebuild index 864d31646209..a5af27f51d9c 100644 --- a/sci-mathematics/mathematica/mathematica-12.1.1-r1.ebuild +++ b/sci-mathematics/mathematica/mathematica-12.1.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit multilib xdg +inherit desktop multilib xdg DESCRIPTION="Wolfram Mathematica" SRC_URI="Mathematica_${PV}_LINUX.sh" @@ -62,12 +62,11 @@ src_install() { done # fix some embedded paths and install desktop files - insinto /usr/share/applications for filename in $(find "${D}/${M_TARGET}/SystemFiles/Installation" -name "wolfram-mathematica.desktop") ; do echo Fixing "${filename}" sed -e "s:${S}::g" -e 's:^\t\t::g' -i "${filename}" echo "Categories=Physics;Science;Engineering;2DGraphics;Graphics;" >> "${filename}" - doins "${filename}" + domenu "${filename}" done # install mime types |