knotifyconfig: update to 5.48.0.

This commit is contained in:
John 2018-08-02 10:00:18 +02:00 committed by maxice8
parent 4f1510817b
commit c013ff0e88

View file

@ -1,6 +1,6 @@
# Template file for 'knotifyconfig'
pkgname=knotifyconfig
version=5.47.0
version=5.48.0
revision=1
build_style=cmake
configure_args="-DBUILD_TESTING=OFF"
@ -8,12 +8,12 @@ hostmakedepends="extra-cmake-modules"
makedepends="kio-devel"
short_desc="KDE Configuration dialog for desktop notifications"
maintainer="Denis Revin <denis.revin@gmail.com>"
license="LGPL-2"
license="LGPL-2.1-or-later"
homepage="https://projects.kde.org/projects/frameworks/knotifyconfig"
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=546b099c5257e2d59b92c0350415824754cba9f789d767d160bd2ea54b505b7d
checksum=95c12bf941a8607c2fd6340b755b8987d45607815fead2c456d1e64fc3ad9fe6
if [ -n "$CROSS_BUILD" ]; then
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-qmake python"
fi
@ -24,6 +24,6 @@ knotifyconfig-devel_package() {
vmove usr/include
vmove usr/lib/qt5/mkspecs
vmove usr/lib/cmake
vmove usr/lib/*.so
vmove "usr/lib/*.so"
}
}