New package: kconfigwidgets-5.26.0

This commit is contained in:
Denis Revin 2016-10-13 14:14:13 +04:00
parent 0744991eab
commit 268d21f8a9
3 changed files with 27 additions and 0 deletions

View file

@ -2640,6 +2640,7 @@ libKF5ConfigCore.so.5 kconfig-5.26.0_1
libKF5ConfigGui.so.5 kconfig-5.26.0_1
libKF5Completion.so.5 kcompletion-5.26.0_1
libKF5Crash.so.5 kcrash-5.26.0_1
libKF5ConfigWidgets.so.5 kconfigwidgets-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 @@
kconfigwidgets

View file

@ -0,0 +1,25 @@
# Template file for 'kconfigwidgets'
pkgname=kconfigwidgets
version=5.26.0
revision=1
build_style=cmake
configure_args="-DBUILD_TESTING=OFF"
hostmakedepends="extra-cmake-modules"
makedepends="qt5-devel kauth-devel kcodecs-devel kconfig-devel kguiaddons-devel kdoctools-devel ki18n-devel kwidgetsaddons-devel"
short_desc="KDE Widgets for configuration dialogs"
maintainer="Denis Revin <denis.revin@gmail.com>"
license="LGPL-2"
homepage="https://projects.kde.org/projects/frameworks/kconfigwidgets"
distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=9111a98a6436e77d1dc37bf13f451c066f75c946b0e375042a283a0461365922
kconfigwidgets-devel_package() {
short_desc+=" - development"
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/include
vmove usr/lib/qt5/mkspecs
vmove usr/lib/cmake
vmove usr/lib/*.so
}
}