Merge pull request #18844 from Rmys/master

index
This commit is contained in:
Rmys
2026-06-14 21:37:27 +03:00
committed by GitHub
2 changed files with 5 additions and 1 deletions
+1
View File
@@ -10,6 +10,7 @@ from pisi.actionsapi import kde6
def setup():
shelltools.system("sed -e 's|KF_DEP_VERSION VERSION_LESS 6.27|TRUE|' -i CMakeLists.txt")
shelltools.system("patch -Rp1 < 0be16663.patch")
kde6.configure()
def build():
+4 -1
View File
@@ -14,6 +14,9 @@
<Summary>KDE library for handling mail messages and newsgroup articles.</Summary>
<Description>kmime library for handling mail messages and newsgroup articles.</Description>
<Archive sha1sum="293ede009953bb409b61f6553ae5e22bcfedb627" type="tarxz">https://download.kde.org/stable/frameworks/6.27/kmime-6.27.0.tar.xz</Archive>
<AdditionalFiles>
<AdditionalFile target="0be16663.patch">0be16663.patch</AdditionalFile>
</AdditionalFiles>
<BuildDependencies>
<Dependency>boost-devel</Dependency>
<Dependency versionFrom="6.10.1">qt6-base-devel</Dependency>
@@ -23,7 +26,7 @@
<Dependency versionFrom="6.27.0">extra-cmake-modules</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">0be16663.patch</Patch>
<!-- <Patch level="1">0be16663.patch</Patch> -->
</Patches>
</Source>
<Package>