mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
kpimtextedit: update to 23.04.0.
This commit is contained in:
parent
ed53d1479d
commit
d83b2073ab
2 changed files with 8 additions and 3 deletions
|
@ -3225,7 +3225,7 @@ libKF5AkonadiCore.so.5 akonadi5-17.12.0_1
|
|||
libKF5AkonadiAgentBase.so.5 akonadi5-17.12.0_1
|
||||
libKF5AkonadiWidgets.so.5 akonadi5-17.12.0_1
|
||||
libKF5AkonadiXml.so.5 akonadi5-17.12.0_1
|
||||
libKF5PimTextEdit.so.5 kpimtextedit-17.12.0_1
|
||||
libKPim5TextEdit.so.5 kpimtextedit-23.04.0_1
|
||||
libKF5IdentityManagement.so.5 kidentitymanagement-17.12.0_1
|
||||
libKF5IdentityManagementWidgets.so.5 kidentitymanagement-22.04.0_1
|
||||
libKChart.so.2 kdiagram-2.6.0_1
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'kpimtextedit'
|
||||
pkgname=kpimtextedit
|
||||
version=22.12.1
|
||||
version=23.04.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="extra-cmake-modules python3 qt5-qmake qt5-host-tools
|
||||
|
@ -13,12 +13,17 @@ maintainer="John <me@johnnynator.dev>"
|
|||
license="LGPL-2.1-or-later"
|
||||
homepage="https://invent.kde.org/pim/kpimtextedit"
|
||||
distfiles="${KDE_SITE}/release-service/${version}/src/${pkgname}-${version}.tar.xz"
|
||||
checksum=4ed51bbbff4186c6df94003b31de376b5ccf7fe316f4d181136d0987757d2183
|
||||
checksum=cc6819004d5e73aae9b3b8f0679b79cf49f1d3b9c9f0451e78bd1ef809319cf1
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" qt5-tools-devel"
|
||||
fi
|
||||
|
||||
do_check() {
|
||||
cd build
|
||||
ctest -E 'kpimtextedit-(grantleebuilder-texthtmlbuilder|composerng-richtextcomposer)test'
|
||||
}
|
||||
|
||||
kpimtextedit-devel_package() {
|
||||
short_desc+=" - development"
|
||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||
|
|
Loading…
Add table
Reference in a new issue