This commit is contained in:
Rmys
2026-06-14 21:36:59 +03:00
parent bc8ae83a28
commit a19e24912a
2 changed files with 5 additions and 1 deletions
+1
View File
@@ -10,6 +10,7 @@ from pisi.actionsapi import kde6
def setup(): def setup():
shelltools.system("sed -e 's|KF_DEP_VERSION VERSION_LESS 6.27|TRUE|' -i CMakeLists.txt") shelltools.system("sed -e 's|KF_DEP_VERSION VERSION_LESS 6.27|TRUE|' -i CMakeLists.txt")
shelltools.system("patch -Rp1 < 0be16663.patch")
kde6.configure() kde6.configure()
def build(): def build():
+4 -1
View File
@@ -14,6 +14,9 @@
<Summary>KDE library for handling mail messages and newsgroup articles.</Summary> <Summary>KDE library for handling mail messages and newsgroup articles.</Summary>
<Description>kmime library for handling mail messages and newsgroup articles.</Description> <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> <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> <BuildDependencies>
<Dependency>boost-devel</Dependency> <Dependency>boost-devel</Dependency>
<Dependency versionFrom="6.10.1">qt6-base-devel</Dependency> <Dependency versionFrom="6.10.1">qt6-base-devel</Dependency>
@@ -23,7 +26,7 @@
<Dependency versionFrom="6.27.0">extra-cmake-modules</Dependency> <Dependency versionFrom="6.27.0">extra-cmake-modules</Dependency>
</BuildDependencies> </BuildDependencies>
<Patches> <Patches>
<Patch level="1">0be16663.patch</Patch> <!-- <Patch level="1">0be16663.patch</Patch> -->
</Patches> </Patches>
</Source> </Source>
<Package> <Package>