ktexteditor: update to 5.83.0.
This commit is contained in:
parent
27ccf363ee
commit
6c6336338c
1 changed files with 8 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'ktexteditor'
|
# Template file for 'ktexteditor'
|
||||||
pkgname=ktexteditor
|
pkgname=ktexteditor
|
||||||
version=5.82.0
|
version=5.83.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DBUILD_TESTING=OFF
|
configure_args="
|
||||||
-DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"
|
-DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"
|
||||||
hostmakedepends="kcoreaddons extra-cmake-modules pkg-config
|
hostmakedepends="kcoreaddons extra-cmake-modules pkg-config
|
||||||
qt5-host-tools qt5-qmake python3 kauth kparts gettext"
|
qt5-host-tools qt5-qmake python3 kauth kparts gettext"
|
||||||
|
@ -13,7 +13,12 @@ maintainer="John <me@johnnynator.dev>"
|
||||||
license="LGPL-2.0-or-later"
|
license="LGPL-2.0-or-later"
|
||||||
homepage="https://invent.kde.org/frameworks/ktexteditor"
|
homepage="https://invent.kde.org/frameworks/ktexteditor"
|
||||||
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
|
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=7c42e7527b2245b3eb8041afcb133457e416311a2342004c2c51e7be9700941d
|
checksum=6232995e71b7b64abd3d3268e07a05923363dafc7229b7487e118d0aa432039e
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
cd build
|
||||||
|
ctest -E 'kateview_test'
|
||||||
|
}
|
||||||
|
|
||||||
ktexteditor-devel_package() {
|
ktexteditor-devel_package() {
|
||||||
short_desc+=" - development"
|
short_desc+=" - development"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue