diff options
-rw-r--r-- | sci-mathematics/maxima/maxima-5.44.0-r7.ebuild (renamed from sci-mathematics/maxima/maxima-5.44.0-r6.ebuild) | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sci-mathematics/maxima/maxima-5.44.0-r6.ebuild b/sci-mathematics/maxima/maxima-5.44.0-r7.ebuild index 540d0048980b..f428670e1bf6 100644 --- a/sci-mathematics/maxima/maxima-5.44.0-r6.ebuild +++ b/sci-mathematics/maxima/maxima-5.44.0-r7.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{7,8} ) -inherit autotools elisp-common eutils flag-o-matic python-single-r1 xdg-utils +inherit autotools elisp-common flag-o-matic python-single-r1 xdg-utils DESCRIPTION="Free computer algebra environment based on Macsyma" HOMEPAGE="http://maxima.sourceforge.net/" @@ -115,6 +115,7 @@ src_prepare() { rm src/Makefile.in || die touch src/*.mk touch src/Makefile.am + eautoreconf } @@ -182,10 +183,6 @@ src_install() { docompress -x /usr/share/info emake DESTDIR="${D}" emacsdir="${EPREFIX}/${SITELISP}/${PN}" install - use gui && make_desktop_entry xmaxima xmaxima \ - /usr/share/${PN}/${PV}/xmaxima/maxima-new.png \ - "Science;Math;Education" - # do not use dodoc because interfaces can't read compressed files # read COPYING before attempt to remove it from dodoc insinto /usr/share/${PN}/${PV}/doc |