mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
ksmtp: update to 24.02.2.
This commit is contained in:
parent
8ee0c4c3c2
commit
d3d4f81cc4
2 changed files with 10 additions and 7 deletions
|
@ -493,7 +493,7 @@ libKSaneCore.so.1 ksanecore-22.12.1_1
|
|||
libKSaneCore6.so.1 ksanecore6-24.02.0_1
|
||||
libKF5Sane.so.5 libksane-18.04.2_1
|
||||
libKSaneWidgets6.so.6 libksane6-24.02.0_1
|
||||
libKPim5SMTP.so.5 ksmtp-23.04.0_1
|
||||
libKPim6SMTP.so.6 ksmtp-24.02.0_1
|
||||
libKPim6MailTransport.so.6 kmailtransport-24.02.0_1
|
||||
libKPim6Mbox.so.6 kmbox-24.02.0_1
|
||||
libKPim6MessageComposer.so.6 messagelib-24.02.0_1
|
||||
|
|
|
@ -1,17 +1,21 @@
|
|||
# Template file for 'ksmtp'
|
||||
pkgname=ksmtp
|
||||
version=23.08.5
|
||||
version=24.02.2
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools python3
|
||||
gettext kcoreaddons"
|
||||
makedepends="kmime-devel kio-devel"
|
||||
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 qt6-base qt6-tools kf6-kconfig
|
||||
gettext kf6-kcoreaddons"
|
||||
makedepends="kmime6-devel kf6-kio-devel"
|
||||
short_desc="Job-based library to send email through an SMTP server"
|
||||
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/ksmtp-${version}.tar.xz"
|
||||
checksum=dd0698955b1ec0455246df69d2ff1a12643119702a60fab24294c6cac2ac1bc5
|
||||
checksum=b522e0e5b7288777ccef5a1550276e782fa4d4de0d4dfd70f3acce4b77783598
|
||||
make_check=no # XXX: requires smtp server?
|
||||
|
||||
ksmtp-devel_package() {
|
||||
|
@ -20,7 +24,6 @@ ksmtp-devel_package() {
|
|||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/cmake
|
||||
vmove usr/lib/qt5/mkspecs
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue