python-texttable: update to 1.3.1
[void-packages.git] / srcpkgs / kactivities5 / template
blob6c4150fb0629bd7135cfd81451ea43742c03429a
1 # Template file for 'kactivities5'
2 pkgname=kactivities5
3 version=5.43.0
4 revision=1
5 build_style=cmake
6 configure_args="-DBUILD_TESTING=OFF"
7 wrksrc="${pkgname%5}-${version}"
8 hostmakedepends="extra-cmake-modules qt5-qmake"
9 makedepends="boost-devel qt5-declarative-devel kconfig-devel kcoreaddons-devel kwindowsystem-devel
10  qt5-plugin-mysql qt5-plugin-odbc qt5-plugin-pgsql qt5-plugin-sqlite qt5-plugin-tds"
11 depends="qt5-plugin-mysql qt5-plugin-odbc qt5-plugin-pgsql qt5-plugin-sqlite qt5-plugin-tds"
12 short_desc="KDE API for using and interacting with the Activity Manager"
13 maintainer="Denis Revin <denis.revin@gmail.com>"
14 license="LGPL-2"
15 homepage="https://projects.kde.org/projects/frameworks/kactivities"
16 distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname%5}-${version}.tar.xz"
17 checksum=7e496d94d544071511b596be0d79bdfdc7fe80d5cde2755fdbcba3ff9cf4b566
19 if [ -n "$CROSS_BUILD" ]; then
20         hostmakedepends+=" qt5-host-tools"
23 kactivities5-devel_package() {
24         short_desc+=" - development"
25         depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
26         pkg_install() {
27                 vmove usr/include
28                 vmove usr/lib/qt5/mkspecs
29                 vmove usr/lib/cmake
30                 vmove usr/lib/*.so
31         }