Merge pull request #5842 from dutsky/kde-dep-fixes
KF5 dependencies fixes
This commit is contained in:
commit
8bff1a38a9
@ -1,12 +1,13 @@
|
||||
# Template file for 'kactivities5'
|
||||
pkgname=kactivities5
|
||||
version=5.29.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cmake
|
||||
configure_args="-DBUILD_TESTING=OFF"
|
||||
wrksrc="${pkgname%5}-${version}"
|
||||
hostmakedepends="extra-cmake-modules"
|
||||
makedepends="boost-devel kio-devel qt5-plugin-mysql qt5-plugin-odbc qt5-plugin-pgsql qt5-plugin-sqlite qt5-plugin-tds"
|
||||
depends="qt5-plugin-mysql qt5-plugin-odbc qt5-plugin-pgsql qt5-plugin-sqlite qt5-plugin-tds"
|
||||
short_desc="KDE API for using and interacting with the Activity Manager"
|
||||
maintainer="Denis Revin <denis.revin@gmail.com>"
|
||||
license="LGPL-2"
|
||||
|
@ -1,11 +1,12 @@
|
||||
# Template file for 'plasma-framework'
|
||||
pkgname=plasma-framework
|
||||
version=5.29.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cmake
|
||||
configure_args="-DBUILD_TESTING=OFF"
|
||||
hostmakedepends="extra-cmake-modules pkg-config"
|
||||
makedepends="kactivities5-devel kdeclarative-devel kdoctools-devel"
|
||||
depends="qt5-quickcontrols qt5-graphicaleffects qt5-multimedia"
|
||||
short_desc="Foundational libraries, components, and tools of the Plasma workspaces"
|
||||
maintainer="Denis Revin <denis.revin@gmail.com>"
|
||||
license="LGPL-2"
|
||||
|
Loading…
Reference in New Issue
Block a user