labplot, don't mess with shared_mime_info (#10022)

This commit is contained in:
Schrijvers Luc
2024-01-28 17:56:51 +00:00
committed by GitHub
parent 081d94b819
commit 553406e8b7

View File

@@ -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`"