mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
akonadi, don't mess with mime info from shared_mime_info (#10016)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user