summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-07-24 10:09:42 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-07-24 10:11:53 +0200
commit9303d15a1a6920a521fc5dd4f9919161d1738971 (patch)
treed4b18ea769bd58a928867aa59ab2b813ab256b96 /sci-mathematics/yacas/yacas-1.7.0-r1.ebuild
parentsci-mathematics/yacas: Disable cmake external downloads, use bundled (diff)
downloadgentoo-9303d15a1a6920a521fc5dd4f9919161d1738971.tar.gz
gentoo-9303d15a1a6920a521fc5dd4f9919161d1738971.tar.bz2
gentoo-9303d15a1a6920a521fc5dd4f9919161d1738971.zip
sci-mathematics/yacas: Fix desktop file icon path
Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-mathematics/yacas/yacas-1.7.0-r1.ebuild')
-rw-r--r--sci-mathematics/yacas/yacas-1.7.0-r1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-mathematics/yacas/yacas-1.7.0-r1.ebuild b/sci-mathematics/yacas/yacas-1.7.0-r1.ebuild
index 99da4e3dd157..fdba42ce0213 100644
--- a/sci-mathematics/yacas/yacas-1.7.0-r1.ebuild
+++ b/sci-mathematics/yacas/yacas-1.7.0-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit cmake-utils
+inherit cmake-utils desktop
DESCRIPTION="General purpose computer algebra system"
HOMEPAGE="http://www.yacas.org/"
@@ -41,6 +41,7 @@ RDEPEND="${DEPEND}"
PATCHES=(
"${FILESDIR}/${P}-gnuinstalldirs.patch"
+ "${FILESDIR}/${P}-desktop.patch"
"${FILESDIR}/${P}-use-bundled-not-external.patch" # bug 690534
)