Remove package: kmime
This commit is contained in:
parent
3f479f6077
commit
06d179fb6a
|
@ -1573,7 +1573,6 @@ libdovecot-lda.so.0 dovecot-2.3.13_3
|
|||
libKPim6AkonadiContactCore.so.6 akonadi-contacts-24.02.0_1
|
||||
libKPim6AkonadiContactWidgets.so.6 akonadi-contacts-24.02.0_1
|
||||
libKPim6AkonadiMime.so.6 akonadi-mime-24.02.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
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
kmime
|
|
@ -1,28 +0,0 @@
|
|||
# Template file for 'kmime'
|
||||
pkgname=kmime
|
||||
version=23.08.5
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="extra-cmake-modules python3 gettext"
|
||||
makedepends="kcodecs-devel 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=b6894e733abf3a8fb4fc7de37b7cbf15cbebdc737b80f7fe632bdf61e5da3fda
|
||||
|
||||
if [ "$CROSS_BUILD" ];then
|
||||
hostmakedepends+=" qt5-qmake qt5-host-tools"
|
||||
fi
|
||||
|
||||
kmime-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/cmake
|
||||
vmove usr/lib/qt5/mkspecs
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
|
@ -318,6 +318,7 @@ replaces="
|
|||
kimageformats<=5.115.0_1
|
||||
kjsembed<=5.115.0_1
|
||||
kmediaplayer<=5.115.0_1
|
||||
kmime<=23.08.5_1
|
||||
kpty<=5.115.0_1
|
||||
kquickcharts<=5.115.0_1
|
||||
kxmlrpcclient<5.115.0_1
|
||||
|
|
Loading…
Reference in New Issue