New package: frameworkintegration-5.26.0

This commit is contained in:
Denis Revin 2016-10-13 14:46:19 +04:00
parent f2212a1db0
commit 2250eb290e
3 changed files with 26 additions and 0 deletions

View File

@ -2661,6 +2661,7 @@ libKF5Declarative.so.5 kdeclarative-5.26.0_1
libKF5QuickAddons.so.5 kdeclarative-5.26.0_1
libKF5CalendarEvents.so.5 kdeclarative-5.26.0_1
libKF5KCMUtils.so.5 kcmutils-5.26.0_1
libKF5Style.so.5 frameworkintegration-5.26.0_1
liblmdb.so.0 lmdb-0.9.18_2
libisns.so.0 libisns-0.96_1
libz80ex.so.1 z80ex-1.1.21_1

View File

@ -0,0 +1 @@
frameworkintegration

View File

@ -0,0 +1,24 @@
# Template file for 'frameworkintegration'
pkgname=frameworkintegration
version=5.26.0
revision=1
build_style=cmake
configure_args="-DBUILD_TESTING=OFF"
hostmakedepends="extra-cmake-modules"
makedepends="kiconthemes-devel knotifications-devel"
short_desc="Integration of Qt application with KDE workspaces"
maintainer="Denis Revin <denis.revin@gmail.com>"
license="LGPL-2"
homepage="https://projects.kde.org/projects/frameworks/frameworkintegration"
distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=374db7d9b69486aa16fccf1391869f058679bf2aa7adf6f109ba29d3f4e31653
frameworkintegration-devel_package() {
short_desc+=" - development"
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/include
vmove usr/lib/cmake
vmove usr/lib/*.so
}
}