akonadi, don't mess with mime info from shared_mime_info (#10016)

This commit is contained in:
Schrijvers Luc
2024-01-25 17:11:26 +00:00
committed by GitHub
parent cb687df974
commit 4b2681abde
2 changed files with 8 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ LICENSE="BSD (3-clause)
GNU GPL v2
GNU LGPL v2
GNU LGPL v3"
REVISION="1"
REVISION="2"
SOURCE_URI="https://download.kde.org/Attic/release-service/$portVersion/src/akonadi-mime-$portVersion.tar.xz"
CHECKSUM_SHA256="a129496c3ce8c6a6292fce8556188323d0ab60a65987cb61de6515091b53efe1"
SOURCE_DIR="akonadi-mime-$portVersion"
@@ -139,6 +139,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}
prepareInstalledDevelLibs \
libKF5AkonadiMime

View File

@@ -3,7 +3,7 @@ DESCRIPTION="PIM layer, which provides an asynchronous API to access all kind of
HOMEPAGE="https://community.kde.org/KDE_PIM/Akonadi"
COPYRIGHT="2010-2022 KDE Organisation"
LICENSE="GNU LGPL v2.1"
REVISION="1"
REVISION="2"
SOURCE_URI="https://download.kde.org/Attic/release-service/22.04.3/src/akonadi-$portVersion.tar.xz"
CHECKSUM_SHA256="7e0221807ed291562ec38262907ecc338b19acfcbba9093db9007825a83c473c"
@@ -152,6 +152,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}
prepareInstalledDevelLibs \
libKF5AkonadiAgentBase \
libKF5AkonadiCore \