diff --git a/common/shlibs b/common/shlibs index 5a01397aac3..0eb83491e36 100644 --- a/common/shlibs +++ b/common/shlibs @@ -496,6 +496,8 @@ libKF5SendLater.so.5 kdepim-apps-libs-17.12.3_1 libKF5KaddressbookImportExport.so.5 kdepim-apps-libs-17.12.3_1 libKF5Gravatar.so.5 libgravatar-17.12.3_1 libKPimSMTP.so.5 ksmtp-17.12.3_1 +libKF5MailTransport.so.5 kmailtransport-17.12.3_1 +libKF5MailTransportAkonadi.so.5 kmailtransport-17.12.3_1 libbabl-0.1.so.0 babl-0.1.10_1 libbamf3.so.2 bamf-0.5.1_1 libgegl-0.2.so.0 gegl-0.2.0_1 diff --git a/srcpkgs/kmailtransport-devel b/srcpkgs/kmailtransport-devel new file mode 120000 index 00000000000..e68226412fd --- /dev/null +++ b/srcpkgs/kmailtransport-devel @@ -0,0 +1 @@ +kmailtransport \ No newline at end of file diff --git a/srcpkgs/kmailtransport/template b/srcpkgs/kmailtransport/template new file mode 100644 index 00000000000..7d27e31a408 --- /dev/null +++ b/srcpkgs/kmailtransport/template @@ -0,0 +1,24 @@ +# Template file for 'kmailtransport' +pkgname=kmailtransport +version=17.12.3 +revision=1 +build_style=cmake +hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools python kconfig" +makedepends="akonadi-mime-devel kcmutils-devel ksmtp-devel" +short_desc="Mail Transport Service" +maintainer="John " +license="LGPL-2.1-or-later" +homepage="https://community.kde.org/KDE_PIM" +distfiles="https://download.kde.org/stable/applications/${version}/src/kmailtransport-${version}.tar.xz" +checksum=c09d049e3f0285b8809662ce2c76d2c4d1848abb0a8f956b13d105a3baf03e8c + +kmailtransport-devel_package() { + depends="${sourcepkg}>=${version}_${revision} ${makedepends}" + short_desc+=" - development files" + pkg_install() { + vmove usr/include + vmove usr/lib/cmake + vmove usr/lib/qt5/mkspecs + vmove "usr/lib/*.so" + } +} diff --git a/srcpkgs/kmailtransport/update b/srcpkgs/kmailtransport/update new file mode 100644 index 00000000000..0bfbdced6f9 --- /dev/null +++ b/srcpkgs/kmailtransport/update @@ -0,0 +1,2 @@ +site="https://download.kde.org/stable/applications/" +pattern='href="\K[\d\.]+(?=/")'