New package: kpimtextedit-17.12.1

Closes: #10660 [via git-merge-pr]
This commit is contained in:
Helmut Pozimski 2018-01-08 21:50:39 +01:00 committed by Jürgen Buchmüller
parent 2dbc93bf32
commit cf60f11edc
4 changed files with 34 additions and 0 deletions

View File

@ -3062,3 +3062,4 @@ 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

1
srcpkgs/kpimtextedit-devel Symbolic link
View File

@ -0,0 +1 @@
kpimtextedit

View File

@ -0,0 +1,30 @@
# Template file for 'kpimtextedit'
pkgname=kpimtextedit
version=17.12.1
revision=1
build_style=cmake
hostmakedepends="extra-cmake-modules python qt5-qmake qt5-host-tools"
makedepends="qt5-devel grantlee5-devel kcodecs-devel kconfig-devel kconfigwidgets-devel
kemoticons-devel kiconthemes-devel kio-devel syntax-highlighting-devel
qt5-speech-devel"
short_desc="A textedit with PIM-specific features"
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
license="LGPL-2.1"
homepage="https://projects.kde.org/projects/applications/kpimtextedit"
distfiles="https://download.kde.org/stable/applications/${version}/src/${pkgname}-${version}.tar.xz"
checksum=972e850b1448d3af2162747e4bcdf0cdfabe29314f4c2e9d421782184dcb0c23
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-tools-devel"
fi
kpimtextedit-devel_package() {
short_desc+=" - development"
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/include
vmove usr/lib/qt5/mkspecs
vmove usr/lib/cmake
vmove usr/lib/*.so
}
}

View File

@ -0,0 +1,2 @@
site="https://download.kde.org/stable/applications/"
pattern='href="\K[\d\.]+(?=/")'