From 80463ce535266db7b98cb8b66efe6458ae45e065 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Thu, 25 Jan 2024 17:19:30 +0000 Subject: [PATCH] cantor, don't mess with mime info from shared_mime_info (#10017) --- kde-apps/cantor/cantor-23.08.4.recipe | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kde-apps/cantor/cantor-23.08.4.recipe b/kde-apps/cantor/cantor-23.08.4.recipe index 87d668b3c..f94dbba45 100644 --- a/kde-apps/cantor/cantor-23.08.4.recipe +++ b/kde-apps/cantor/cantor-23.08.4.recipe @@ -19,7 +19,7 @@ HOMEPAGE="https://invent.kde.org/education/cantor" COPYRIGHT="2016 Filipe Saraiva 2009-2015 Alexander Rieder" LICENSE="GNU GPL v2" -REVISION="1" +REVISION="2" SOURCE_URI="$HOMEPAGE/-/archive/v$portVersion/cantor-v$portVersion.tar.bz2" CHECKSUM_SHA256="a3385f45fb07f1ed1296e9ffe207cf53dd42c9fa9fd9d6ef98ca28551e9d570e" SOURCE_DIR="cantor-v$portVersion" @@ -166,6 +166,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`"