khtml: update to 5.36.0.
This commit is contained in:
parent
dc37de6491
commit
ffaff9f57d
1 changed files with 8 additions and 3 deletions
|
@ -1,17 +1,22 @@
|
|||
# Template file for 'khtml'
|
||||
pkgname=khtml
|
||||
version=5.29.0
|
||||
version=5.36.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DBUILD_TESTING=OFF"
|
||||
hostmakedepends="extra-cmake-modules"
|
||||
hostmakedepends="extra-cmake-modules gperf"
|
||||
makedepends="kjs-devel kparts-devel jasper-devel giflib-devel libpng-devel"
|
||||
short_desc="KDE HTML rendering engine"
|
||||
maintainer="Denis Revin <denis.revin@gmail.com>"
|
||||
license="LGPL-2"
|
||||
homepage="https://projects.kde.org/projects/frameworks/khtml"
|
||||
distfiles="http://download.kde.org/stable/frameworks/${version%.*}/portingAids/${pkgname}-${version}.tar.xz"
|
||||
checksum=dbe7511be3efa00914e523fac828da7df9292c715f942f1ab4c8206f4bbf30e7
|
||||
checksum=fad99c7f46f4ad932300d0ad9dafeb9b18fc32de05efa937e9df0f7b138c5395
|
||||
|
||||
if [ -n "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" qt5-host-tools qt5-qmake python perl kcoreaddons"
|
||||
configure_args+=" -DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"
|
||||
fi
|
||||
|
||||
khtml-devel_package() {
|
||||
short_desc+=" - development"
|
||||
|
|
Loading…
Reference in a new issue