2016-10-13 13:00:08 +02:00
|
|
|
# Template file for 'plasma-framework'
|
|
|
|
pkgname=plasma-framework
|
2016-12-08 01:09:42 +01:00
|
|
|
version=5.29.0
|
2016-10-13 13:00:08 +02:00
|
|
|
revision=1
|
|
|
|
build_style=cmake
|
|
|
|
configure_args="-DBUILD_TESTING=OFF"
|
|
|
|
hostmakedepends="extra-cmake-modules pkg-config"
|
|
|
|
makedepends="kactivities5-devel kdeclarative-devel kdoctools-devel"
|
|
|
|
short_desc="Foundational libraries, components, and tools of the Plasma workspaces"
|
|
|
|
maintainer="Denis Revin <denis.revin@gmail.com>"
|
|
|
|
license="LGPL-2"
|
|
|
|
homepage="https://projects.kde.org/projects/frameworks/plasma-framework"
|
|
|
|
distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
|
2016-12-08 01:09:42 +01:00
|
|
|
checksum=303b65207bd3fae01ff89cd521f7b58141c0ab0bc672d8d0acc5d4fd4a0c64b0
|
2016-10-13 13:00:08 +02:00
|
|
|
|
|
|
|
plasma-framework-devel_package() {
|
|
|
|
short_desc+=" - development"
|
|
|
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove usr/lib/cmake
|
|
|
|
vmove usr/lib/*.so
|
|
|
|
}
|
|
|
|
}
|