rkward, revbump, don't mess with shared_mime_info (#10704)

This commit is contained in:
Schrijvers Luc
2024-07-15 21:16:15 +02:00
committed by GitHub
parent f024732f2a
commit d66d849cff

View File

@@ -3,7 +3,7 @@ DESCRIPTION="Easily extensible and easy-to-use IDE/GUI for R."
HOMEPAGE="https://invent.kde.org/education/rkward"
COPYRIGHT="2010-2023 KDE Organisation"
LICENSE="GNU GPL v2"
REVISION="2"
REVISION="3"
SOURCE_URI="https://download.kde.org/stable/rkward/$portVersion/rkward-$portVersion.tar.gz"
CHECKSUM_SHA256="eb7d385b0b9e694fd639c858340ac14cdc7c932ec5e06b61adffbf77d12cd8c8"
PATCHES="rkward-$portVersion.patchset"
@@ -118,6 +118,10 @@ INSTALL()
{
make -Cbuild install
# don't mess with shared_mime_info files
rm -rf $dataDir/mime/{aliases,generic-icons,globs,globs2,icons,magic}
rm -rf $dataDir/mime/{mime.cache,subclasses,treemagic,types,version,XMLnamespaces}
mv $appsDir/rkward $appsDir/RKWard
local MAJOR="`echo "$portVersion" | cut -d. -f1`"