New package: kmime6-24.02.2

This commit is contained in:
Đoàn Trần Công Danh 2024-05-15 10:04:37 +07:00
parent 2b3e644997
commit 32d1751539
3 changed files with 29 additions and 0 deletions

View File

@ -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

1
srcpkgs/kmime6-devel Symbolic link
View File

@ -0,0 +1 @@
kmime6

27
srcpkgs/kmime6/template Normal file
View File

@ -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 <me@johnnynator.dev>"
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"
}
}