plasma-framework: update to 5.48.0.

This commit is contained in:
John 2018-08-02 10:01:58 +02:00 committed by maxice8
parent a300b2d2ce
commit f1aafdb004

View file

@ -1,6 +1,6 @@
# Template file for 'plasma-framework' # Template file for 'plasma-framework'
pkgname=plasma-framework pkgname=plasma-framework
version=5.47.0 version=5.48.0
revision=1 revision=1
build_style=cmake build_style=cmake
configure_args="-DBUILD_TESTING=OFF" configure_args="-DBUILD_TESTING=OFF"
@ -10,12 +10,12 @@ makedepends="kactivities5-devel kdeclarative-devel kdoctools-devel kwayland-deve
depends="qt5-quickcontrols qt5-graphicaleffects qt5-multimedia" depends="qt5-quickcontrols qt5-graphicaleffects qt5-multimedia"
short_desc="Foundational libraries, components, and tools of the Plasma workspaces" short_desc="Foundational libraries, components, and tools of the Plasma workspaces"
maintainer="Denis Revin <denis.revin@gmail.com>" maintainer="Denis Revin <denis.revin@gmail.com>"
license="LGPL-2" license="LGPL-2.1-or-later"
homepage="https://projects.kde.org/projects/frameworks/plasma-framework" homepage="https://projects.kde.org/projects/frameworks/plasma-framework"
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz" distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=4a43bb699e2d6e004b0d218c98079eea329d3a2d3de82b33b7d298e4cb146eb4 checksum=02c1c73265db705b0cd360c5a9c493340717babcd92d51ff0202d78976c081c2
if [ -n "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
configure_args=" -DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson" configure_args=" -DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"
hostmakedepends+=" kconfig kcoreaddons kdoctools python qt5-host-tools qt5-qmake" hostmakedepends+=" kconfig kcoreaddons kdoctools python qt5-host-tools qt5-qmake"
fi fi
@ -26,6 +26,6 @@ plasma-framework-devel_package() {
pkg_install() { pkg_install() {
vmove usr/include vmove usr/include
vmove usr/lib/cmake vmove usr/lib/cmake
vmove usr/lib/*.so vmove "usr/lib/*.so"
} }
} }