New package: kwindowsystem-5.6.0.

This commit is contained in:
Juan RP 2015-02-08 19:11:02 +01:00
parent 5ca47bf508
commit 3532471d06
3 changed files with 27 additions and 0 deletions

View File

@ -1908,3 +1908,4 @@ libtomahawk.so.0.8.2 tomahawk-0.8.2_1
libtomahawk-playdarapi.so.0.8.2 tomahawk-0.8.2_1
libtomahawk-widgets.so.0.8.2 tomahawk-0.8.2_1
libuecc.so.0 libuecc-5_1
libKF5WindowSystem.so.5 kwindowsystem-5.6.0_1

1
srcpkgs/kwindowsystem-devel Symbolic link
View File

@ -0,0 +1 @@
kwindowsystem

View File

@ -0,0 +1,25 @@
# Template file for 'kwindowsystem'
pkgname=kwindowsystem
version=5.6.0
revision=1
build_style=cmake
configure_args="-DKDE_INSTALL_USE_QT_SYS_PATHS=ON -DBUILD_TESTING=OFF"
hostmakedepends="cmake qt5-qmake pkg-config extra-cmake-modules"
makedepends="qt5-tools-devel qt5-x11extras-devel libXfixes-devel xcb-util-keysyms-devel"
short_desc="KDE frameworks - Access to the windowing system"
maintainer="Juan RP <xtraeme@gmail.com>"
license="LGPL-2.1"
homepage="https://projects.kde.org/projects/frameworks/kwindowsystem"
distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=bf52735dd6302e5a2ab2d322eb8cb644d599bf8ea2fe5b7517558a1549540f13
kwindowsystem-devel_package() {
short_desc+=" - development"
depends="${makedepends} ${sourcepkg}-${version}_${revision}"
pkg_install() {
vmove usr/include
vmove usr/lib/cmake
vmove usr/lib/qt5/mkspecs
vmove usr/lib/*.so
}
}