ktexteditor: update to 5.66.0
[ci skip]
This commit is contained in:
parent
d1165e9eed
commit
32e1887a25
1 changed files with 6 additions and 9 deletions
|
@ -1,22 +1,19 @@
|
|||
# Template file for 'ktexteditor'
|
||||
pkgname=ktexteditor
|
||||
version=5.65.0
|
||||
version=5.66.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DBUILD_TESTING=OFF"
|
||||
hostmakedepends="kcoreaddons extra-cmake-modules pkg-config"
|
||||
configure_args="-DBUILD_TESTING=OFF
|
||||
-DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"
|
||||
hostmakedepends="kcoreaddons extra-cmake-modules pkg-config
|
||||
qt5-host-tools qt5-qmake python3 kauth kparts gettext"
|
||||
makedepends="kparts-devel libgit2-devel qt5-xmlpatterns-devel syntax-highlighting-devel"
|
||||
short_desc="KDE Full text editor component"
|
||||
maintainer="John <johnz@posteo.net>"
|
||||
license="LGPL-2.0-or-later"
|
||||
homepage="https://projects.kde.org/projects/frameworks/ktexteditor"
|
||||
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=830aed1f7d181bf79e57a11373046baf762507a30fe1adc19cb2fc13d9be60c0
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" qt5-host-tools qt5-qmake python kauth kparts"
|
||||
configure_args+=" -DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"
|
||||
fi
|
||||
checksum=9156e5e554b17d73078e4df09ae524a684f6adff8c2bbd40705b67fd30a6cc0b
|
||||
|
||||
ktexteditor-devel_package() {
|
||||
short_desc+=" - development"
|
||||
|
|
Loading…
Reference in a new issue