New package: kguiaddons-5.6.0.

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

View File

@ -1909,3 +1909,4 @@ 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
libKF5GuiAddons.so.5 kguiaddons-5.6.0_1

1
srcpkgs/kguiaddons-devel Symbolic link
View File

@ -0,0 +1 @@
kguiaddons

View File

@ -0,0 +1,25 @@
# Template file for 'kguiaddons'
pkgname=kguiaddons
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 xcb-util-devel"
short_desc="KDE frameworks - Addons to QtGui"
maintainer="Juan RP <xtraeme@gmail.com>"
license="LGPL-2.1"
homepage="https://projects.kde.org/projects/frameworks/kguiaddons"
distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=7104ad239c4e8ae062ea252b3334391bef00838a86bcc0b84fad3100d90aad22
kguiaddons-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
}
}