From 32d1751539115f2e74cac4ab12990003f3344eee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Wed, 15 May 2024 10:04:37 +0700 Subject: [PATCH] New package: kmime6-24.02.2 --- common/shlibs | 1 + srcpkgs/kmime6-devel | 1 + srcpkgs/kmime6/template | 27 +++++++++++++++++++++++++++ 3 files changed, 29 insertions(+) create mode 120000 srcpkgs/kmime6-devel create mode 100644 srcpkgs/kmime6/template diff --git a/common/shlibs b/common/shlibs index d561e05a5d1..dfb9922f915 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1576,6 +1576,7 @@ libKPim5AkonadiContact.so.5 akonadi-contacts-23.04.0_1 libKF5Prison.so.5 prison-5.43.0_1 libKPim5AkonadiMime.so.5 akonadi-mime-23.04.0_1 libKPim5Mime.so.5 kmime-23.04.0_1 +libKPim6Mime.so.6 kmime6-24.02.0_1 libKF5Kirigami2.so.5 kirigami2-5.47.0_1 libtaskmanager.so.6 plasma-workspace-5.8.4_1 libnotificationmanager.so.1 plasma-workspace-5.15.90_1 diff --git a/srcpkgs/kmime6-devel b/srcpkgs/kmime6-devel new file mode 120000 index 00000000000..f9e73e9f71e --- /dev/null +++ b/srcpkgs/kmime6-devel @@ -0,0 +1 @@ +kmime6 \ No newline at end of file diff --git a/srcpkgs/kmime6/template b/srcpkgs/kmime6/template new file mode 100644 index 00000000000..a705c821d15 --- /dev/null +++ b/srcpkgs/kmime6/template @@ -0,0 +1,27 @@ +# Template file for 'kmime6' +pkgname=kmime6 +version=24.02.2 +revision=1 +build_style=cmake +configure_args="-DBUILD_TESTING=OFF -DKF6_HOST_TOOLING=/usr/lib/cmake + -DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins + -DKDE_INSTALL_QMLDIR=lib/qt6/qml + -DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt6/mkspecs/modules" +hostmakedepends="extra-cmake-modules python3 qt6-base gettext" +makedepends="kf6-kcodecs-devel kf6-ki18n-devel" +short_desc="Library for handling mail messages and newsgroup articles" +maintainer="John " +license="LGPL-2.1-or-later" +homepage="https://community.kde.org/KDE_PIM" +distfiles="${KDE_SITE}/release-service/${version}/src/kmime-${version}.tar.xz" +checksum=434dc6f6d23d668836b794e63660a4dbf3e9399e84fcea1d19577a4a09e64ae2 + +kmime6-devel_package() { + depends="${sourcepkg}>=${version}_${revision} ${makedepends}" + short_desc+=" - development files" + pkg_install() { + vmove usr/include + vmove usr/lib/cmake + vmove "usr/lib/*.so" + } +}