kio: update to 5.48.0.

This commit is contained in:
John 2018-08-02 09:59:53 +02:00 committed by maxice8
parent 2467284ae0
commit 3a91b1e400

View File

@ -1,6 +1,6 @@
# Template file for 'kio'
pkgname=kio
version=5.47.0
version=5.48.0
revision=1
build_style=cmake
configure_args="-DBUILD_TESTING=OFF"
@ -9,14 +9,14 @@ makedepends="kdoctools-devel ksolid-devel kbookmarks-devel kjobwidgets-devel kwa
depends="desktop-file-utils"
short_desc="KDE Network transparent access to files and data"
maintainer="Denis Revin <denis.revin@gmail.com>"
license="LGPL-2"
license="LGPL-2.0-or-later"
homepage="https://projects.kde.org/projects/frameworks/kio"
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=51122eae0b32cb11a20e2c4862c9770d55aac1a1c6d969b6e899fb06736f8720
checksum=40b9b04dc1e53a4e752e234c5dceee47b34aac521849a47b2bab45b7b81da02a
CXXFLAGS+=" -fpermissive"
if [ -n "$CROSS_BUILD" ]; then
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-qmake python kdoctools libxml2 kcoreaddons"
configure_args+=" -DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"
fi
@ -28,6 +28,6 @@ kio-devel_package() {
vmove usr/include
vmove usr/lib/qt5/mkspecs
vmove usr/lib/cmake
vmove usr/lib/*.so
vmove "usr/lib/*.so"
}
}