diff --git a/common/shlibs b/common/shlibs index a0fe7cb540..de5fa94520 100644 --- a/common/shlibs +++ b/common/shlibs @@ -2612,6 +2612,8 @@ libKF5WaylandClient.so.5 kwayland-5.26.0_1 libKF5IdleTime.so.5 kidletime-5.26.0_1 libKF5Archive.so.5 karchive-5.26.0_1 libKF5Codecs.so.5 kcodecs-5.26.0_1 +libKF5ConfigCore.so.5 kconfig-5.26.0_1 +libKF5ConfigGui.so.5 kconfig-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 diff --git a/srcpkgs/kconfig-devel b/srcpkgs/kconfig-devel new file mode 120000 index 0000000000..d9af5b2b14 --- /dev/null +++ b/srcpkgs/kconfig-devel @@ -0,0 +1 @@ +kconfig \ No newline at end of file diff --git a/srcpkgs/kconfig/template b/srcpkgs/kconfig/template new file mode 100644 index 0000000000..b84de83cff --- /dev/null +++ b/srcpkgs/kconfig/template @@ -0,0 +1,25 @@ +# Template file for 'kconfig' +pkgname=kconfig +version=5.26.0 +revision=1 +build_style=cmake +configure_args="-DBUILD_TESTING=OFF" +hostmakedepends="extra-cmake-modules" +makedepends="qt5-devel qt5-tools-devel" +short_desc="KDE Persistent platform-independent application settings" +maintainer="Denis Revin " +license="LGPL-2" +homepage="https://projects.kde.org/projects/frameworks/kconfig" +distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname}-${version}.tar.xz" +checksum=8d3070a475e0784d7727a0ff90f8b659ed47b1dedcffee7efffd299342a95e67 + +kconfig-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 + } +}