diff --git a/sci-visualization/labplot/labplot-2.10.1.recipe b/sci-visualization/labplot/labplot-2.10.1.recipe index 822b46776..7696a3ff7 100644 --- a/sci-visualization/labplot/labplot-2.10.1.recipe +++ b/sci-visualization/labplot/labplot-2.10.1.recipe @@ -12,7 +12,7 @@ Feature highlights: HOMEPAGE="https://invent.kde.org/education/labplot" COPYRIGHT="2010-2023 KDE Organisation" LICENSE="GNU GPL v2" -REVISION="1" +REVISION="2" SOURCE_URI="$HOMEPAGE/-/archive/$portVersion/labplot-$portVersion.tar.bz2" CHECKSUM_SHA256="305208fdd453f1a996273a001db8642092fcc0c7ab18b6a65af59abc93e93d44" SOURCE_DIR="labplot-$portVersion" @@ -146,6 +146,9 @@ INSTALL() { make -C build install + rm -rf $dataDir/mime/{aliases,generic-icons,globs,globs2,icons,magic} + rm -rf $dataDir/mime/{mime.cache,subclasses,treemagic,types,version,XMLnamespaces} + local MAJOR="`echo "$portVersion" | cut -d. -f1`" local MIDDLE="`echo "$portVersion" | cut -d. -f2`" local MINOR="`echo "$portVersion" | cut -d. -f3`"