mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
labplot, don't mess with shared_mime_info (#10022)
This commit is contained in:
@@ -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`"
|
||||
|
||||
Reference in New Issue
Block a user