mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
Merge pull request #5842 from dutsky/kde-dep-fixes
KF5 dependencies fixes
This commit is contained in:
commit
8bff1a38a9
2 changed files with 4 additions and 2 deletions
|
@ -1,12 +1,13 @@
|
||||||
# Template file for 'kactivities5'
|
# Template file for 'kactivities5'
|
||||||
pkgname=kactivities5
|
pkgname=kactivities5
|
||||||
version=5.29.0
|
version=5.29.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DBUILD_TESTING=OFF"
|
configure_args="-DBUILD_TESTING=OFF"
|
||||||
wrksrc="${pkgname%5}-${version}"
|
wrksrc="${pkgname%5}-${version}"
|
||||||
hostmakedepends="extra-cmake-modules"
|
hostmakedepends="extra-cmake-modules"
|
||||||
makedepends="boost-devel kio-devel qt5-plugin-mysql qt5-plugin-odbc qt5-plugin-pgsql qt5-plugin-sqlite qt5-plugin-tds"
|
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"
|
short_desc="KDE API for using and interacting with the Activity Manager"
|
||||||
maintainer="Denis Revin <denis.revin@gmail.com>"
|
maintainer="Denis Revin <denis.revin@gmail.com>"
|
||||||
license="LGPL-2"
|
license="LGPL-2"
|
||||||
|
|
|
@ -1,11 +1,12 @@
|
||||||
# Template file for 'plasma-framework'
|
# Template file for 'plasma-framework'
|
||||||
pkgname=plasma-framework
|
pkgname=plasma-framework
|
||||||
version=5.29.0
|
version=5.29.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DBUILD_TESTING=OFF"
|
configure_args="-DBUILD_TESTING=OFF"
|
||||||
hostmakedepends="extra-cmake-modules pkg-config"
|
hostmakedepends="extra-cmake-modules pkg-config"
|
||||||
makedepends="kactivities5-devel kdeclarative-devel kdoctools-devel"
|
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"
|
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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue