This commit is contained in:
Rmys
2026-06-14 15:55:05 +03:00
parent 8415447b1d
commit 9c78020489
7 changed files with 379514 additions and 379437 deletions
+19
View File
@@ -0,0 +1,19 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pisitools
from pisi.actionsapi import kde6
def setup():
kde6.configure()
def build():
kde6.make()
def install():
kde6.install()
pisitools.dodoc("TODO", "README*")
+53
View File
@@ -0,0 +1,53 @@
diff -Nuar a/CMakeLists.txt b/CMakeLists.txt
--- a/CMakeLists.txt 2017-12-08 04:01:51.000000000 +0300
+++ b/CMakeLists.txt 2017-12-19 10:32:32.933843067 +0300
@@ -22,7 +22,7 @@
set(kmime_LIB_VERSION ${PIM_VERSION})
-set(QT_REQUIRED_VERSION "6.10.1")
+set(QT_REQUIRED_VERSION "6.10.1")
find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Core)
ecm_setup_version(PROJECT VARIABLE_PREFIX kmime
diff -Nuar a/src/kmime_header_parsing.cpp b/src/kmime_header_parsing.cpp
--- a/src/kmime_header_parsing.cpp 2017-12-02 10:23:33.000000000 +0300
+++ b/src/kmime_header_parsing.cpp 2017-12-19 10:34:03.406836539 +0300
@@ -452,7 +452,9 @@
scursor = oldscursor;
}
// fall through
+#if QT_VERSION >= QT_VERSION_CHECK(5,8,0)
Q_FALLTHROUGH();
+#endif
}
default:
kmime_WARN_IF_8BIT(ch);
@@ -636,7 +638,9 @@
// parse as atom:
scursor = oldscursor;
}
+#if QT_VERSION >= QT_VERSION_CHECK(5,8,0)
Q_FALLTHROUGH();
+#endif
// fall though...
default: //atom
diff -Nuar a/src/kmime_util.cpp b/src/kmime_util.cpp
--- a/src/kmime_util.cpp 2017-12-02 10:23:33.000000000 +0300
+++ b/src/kmime_util.cpp 2017-12-19 10:35:44.306829259 +0300
@@ -98,10 +98,14 @@
switch (cf.type()) {
case CharFreq::SevenBitText:
allowed << Headers::CE7Bit;
+#if QT_VERSION >= QT_VERSION_CHECK(5,8,0)
Q_FALLTHROUGH();
+#endif
case CharFreq::EightBitText:
allowed << Headers::CE8Bit;
+#if QT_VERSION >= QT_VERSION_CHECK(5,8,0)
Q_FALLTHROUGH();
+#endif
case CharFreq::SevenBitData:
if (cf.printableRatio() > 5.0 / 6.0) {
// let n the length of data and p the number of printable chars.
+201
View File
@@ -0,0 +1,201 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>kmime</Name>
<Homepage>https://www.kde.org</Homepage>
<Packager>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Packager>
<License>LGPLv2</License>
<IsA>library</IsA>
<IsA>app:console</IsA>
<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>
<BuildDependencies>
<Dependency>boost-devel</Dependency>
<Dependency versionFrom="6.10.1">qt6-base-devel</Dependency>
<Dependency versionFrom="6.27.0">ki18n-devel</Dependency>
<Dependency versionFrom="6.27.0">kcodecs-devel</Dependency>
<Dependency versionFrom="6.27.0">kdoctools-devel</Dependency>
<Dependency versionFrom="6.27.0">extra-cmake-modules</Dependency>
</BuildDependencies>
<Patches>
<!--Patch>qt5.patch</Patch-->
</Patches>
</Source>
<Package>
<Name>kmime</Name>
<RuntimeDependencies>
<Dependency>ki18n</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>kcodecs</Dependency>
<Dependency versionFrom="6.10.1">qt6-base</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="library">/usr/lib/qt6</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
<Replaces>
<Package>kmime-kf6</Package>
</Replaces>
</Package>
<Package>
<Name>kmime-devel</Name>
<Summary>Development files for kmime</Summary>
<RuntimeDependencies>
<Dependency release="current">kmime</Dependency>
<Dependency versionFrom="6.10.1">qt6-base-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/cmake</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
<Replaces>
<Package>kmime-kf6-devel</Package>
</Replaces>
</Package>
<History>
<Update release="76">
<Date>2026-06-14</Date>
<Version>6.27.0</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="75">
<Date>2026-06-04</Date>
<Version>26.04.2</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="74">
<Date>2026-05-07</Date>
<Version>26.04.1</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="73">
<Date>2026-04-16</Date>
<Version>26.04.0</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="72">
<Date>2026-03-05</Date>
<Version>25.12.3</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="71">
<Date>2026-02-05</Date>
<Version>25.12.2</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="70">
<Date>2026-01-08</Date>
<Version>25.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="69">
<Date>2025-12-11</Date>
<Version>25.12.0</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="68">
<Date>2025-11-07</Date>
<Version>25.08.3</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="67">
<Date>2025-10-09</Date>
<Version>25.08.2</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="66">
<Date>2025-09-11</Date>
<Version>25.08.1</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="65">
<Date>2025-08-14</Date>
<Version>25.08.0</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="64">
<Date>2025-07-04</Date>
<Version>25.04.3</Version>
<Comment>Version bump.</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
<Update release="63">
<Date>2025-06-08</Date>
<Version>25.04.2</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="62">
<Date>2025-05-08</Date>
<Version>25.04.1</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="61">
<Date>2025-04-20</Date>
<Version>25.04.0</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="60">
<Date>2025-04-02</Date>
<Version>24.12.3</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="59">
<Date>2025-02-06</Date>
<Version>24.12.2</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="58">
<Date>2025-01-10</Date>
<Version>24.12.1</Version>
<Comment>First release</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
</History>
</PISI>