From 482d9ff2ccaacbd663c9f35cb333e8ffaa8d4913 Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Sun, 14 Apr 2024 19:09:49 +0200 Subject: [PATCH] kmailtransport: initial commit, version 24.02.2 --- kmailtransport/.footprint | 52 +++++++++++++++++++++++++++++++++++++++ kmailtransport/.signature | 5 ++++ kmailtransport/Pkgfile | 27 ++++++++++++++++++++ 3 files changed, 84 insertions(+) create mode 100644 kmailtransport/.footprint create mode 100644 kmailtransport/.signature create mode 100644 kmailtransport/Pkgfile diff --git a/kmailtransport/.footprint b/kmailtransport/.footprint new file mode 100644 index 0000000..5b77c5b --- /dev/null +++ b/kmailtransport/.footprint @@ -0,0 +1,52 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/KPim6/ +drwxr-xr-x root/root usr/include/KPim6/MailTransport/ +drwxr-xr-x root/root usr/include/KPim6/MailTransport/MailTransport/ +-rw-r--r-- root/root usr/include/KPim6/MailTransport/MailTransport/PrecommandJob +-rw-r--r-- root/root usr/include/KPim6/MailTransport/MailTransport/ServerTest +-rw-r--r-- root/root usr/include/KPim6/MailTransport/MailTransport/Transport +-rw-r--r-- root/root usr/include/KPim6/MailTransport/MailTransport/TransportAbstractPlugin +-rw-r--r-- root/root usr/include/KPim6/MailTransport/MailTransport/TransportComboBox +-rw-r--r-- root/root usr/include/KPim6/MailTransport/MailTransport/TransportConfigWidget +-rw-r--r-- root/root usr/include/KPim6/MailTransport/MailTransport/TransportJob +-rw-r--r-- root/root usr/include/KPim6/MailTransport/MailTransport/TransportManagementWidget +-rw-r--r-- root/root usr/include/KPim6/MailTransport/MailTransport/TransportManager +-rw-r--r-- root/root usr/include/KPim6/MailTransport/MailTransport/TransportType +drwxr-xr-x root/root usr/include/KPim6/MailTransport/mailtransport/ +-rw-r--r-- root/root usr/include/KPim6/MailTransport/mailtransport/mailtransport_export.h +-rw-r--r-- root/root usr/include/KPim6/MailTransport/mailtransport/precommandjob.h +drwxr-xr-x root/root usr/include/KPim6/MailTransport/mailtransport/private/ +-rw-r--r-- root/root usr/include/KPim6/MailTransport/mailtransport/private/transportconfigwidget_p.h +-rw-r--r-- root/root usr/include/KPim6/MailTransport/mailtransport/servertest.h +-rw-r--r-- root/root usr/include/KPim6/MailTransport/mailtransport/transport.h +-rw-r--r-- root/root usr/include/KPim6/MailTransport/mailtransport/transportabstractplugin.h +-rw-r--r-- root/root usr/include/KPim6/MailTransport/mailtransport/transportbase.h +-rw-r--r-- root/root usr/include/KPim6/MailTransport/mailtransport/transportcombobox.h +-rw-r--r-- root/root usr/include/KPim6/MailTransport/mailtransport/transportconfigwidget.h +-rw-r--r-- root/root usr/include/KPim6/MailTransport/mailtransport/transportjob.h +-rw-r--r-- root/root usr/include/KPim6/MailTransport/mailtransport/transportmanagementwidget.h +-rw-r--r-- root/root usr/include/KPim6/MailTransport/mailtransport/transportmanager.h +-rw-r--r-- root/root usr/include/KPim6/MailTransport/mailtransport/transporttype.h +-rw-r--r-- root/root usr/include/KPim6/MailTransport/mailtransport_version.h +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/cmake/ +drwxr-xr-x root/root usr/lib/cmake/KPim6MailTransport/ +-rw-r--r-- root/root usr/lib/cmake/KPim6MailTransport/KPim6MailTransportConfig.cmake +-rw-r--r-- root/root usr/lib/cmake/KPim6MailTransport/KPim6MailTransportConfigVersion.cmake +-rw-r--r-- root/root usr/lib/cmake/KPim6MailTransport/KPim6MailTransportTargets-release.cmake +-rw-r--r-- root/root usr/lib/cmake/KPim6MailTransport/KPim6MailTransportTargets.cmake +lrwxrwxrwx root/root usr/lib/libKPim6MailTransport.so -> libKPim6MailTransport.so.6 +lrwxrwxrwx root/root usr/lib/libKPim6MailTransport.so.6 -> libKPim6MailTransport.so.6.0.2 +-rwxr-xr-x root/root usr/lib/libKPim6MailTransport.so.6.0.2 +drwxr-xr-x root/root usr/lib/qt6/ +drwxr-xr-x root/root usr/lib/qt6/plugins/ +drwxr-xr-x root/root usr/lib/qt6/plugins/pim6/ +drwxr-xr-x root/root usr/lib/qt6/plugins/pim6/mailtransport/ +-rwxr-xr-x root/root usr/lib/qt6/plugins/pim6/mailtransport/mailtransport_smtpplugin.so +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/config.kcfg/ +-rw-r--r-- root/root usr/share/config.kcfg/mailtransport.kcfg +drwxr-xr-x root/root usr/share/qlogging-categories6/ +-rw-r--r-- root/root usr/share/qlogging-categories6/kmailtransport.categories +-rw-r--r-- root/root usr/share/qlogging-categories6/kmailtransport.renamecategories diff --git a/kmailtransport/.signature b/kmailtransport/.signature new file mode 100644 index 0000000..54d3e9e --- /dev/null +++ b/kmailtransport/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/kde-plasma-6.pub +RWTGxEYrvi0p3qQwDkTCL7Lexiyk8n39qAVJX9Ue3JcQoqIXVW7WnzrcTKBwvZDcl2joJx5E5IsSId0LmGRcgF+22Nt/xnMD8ww= +SHA256 (Pkgfile) = 421ac210c367d13865c725b938fa7959ecd34327cde8e408277dd1a18133c675 +SHA256 (.footprint) = c790b8a1338d5a39c1133b6da54232e8e55f8d95f61441bee01d6aa3c3c68f94 +SHA256 (kmailtransport-24.02.2.tar.xz) = 28af3a90695c728b42584b7fae348f966c71f8b688f9d3792f646b55d660c65c diff --git a/kmailtransport/Pkgfile b/kmailtransport/Pkgfile new file mode 100644 index 0000000..a856f10 --- /dev/null +++ b/kmailtransport/Pkgfile @@ -0,0 +1,27 @@ +# Description: Mail Transport Service +# URL: https://kontact.kde.org/ +# Maintainer: CRUX KDE Ports, kde-ports at crux dot nu +# Depends on: ksmtp libkgapi qtkeychain6 +# Optional: + +name=kmailtransport +version=24.02.2 +release=1 +source=(http://download.kde.org/stable/release-service/$version/src/$name-$version.tar.xz) + +build() { + cmake -S $name-$version -B build -G Ninja \ + -D CMAKE_INSTALL_PREFIX=/usr \ + -D CMAKE_INSTALL_LIBDIR=lib \ + -D CMAKE_BUILD_TYPE=Release \ + -D CMAKE_CXX_FLAGS_RELEASE="$CXXFLAGS" \ + -D CMAKE_C_FLAGS_RELEASE="$CFLAGS" \ + -D BUILD_TESTING=OFF \ + -Wno-dev + cmake --build build + DESTDIR=$PKG cmake --install build + + rm -r $PKG/usr/share/locale +} + +# vim: set ts=4 et: