diff --git a/common/shlibs b/common/shlibs index 06952d2347d..943af503849 100644 --- a/common/shlibs +++ b/common/shlibs @@ -2657,6 +2657,9 @@ libKF5Bookmarks.so.5 kbookmarks-5.26.0_1 libKF5KIOWidgets.so.5 kio-5.26.0_1 libKF5KIOCore.so.5 kio-5.26.0_1 libKF5KIOFileWidgets.so.5 kio-5.26.0_1 +libKF5Declarative.so.5 kdeclarative-5.26.0_1 +libKF5QuickAddons.so.5 kdeclarative-5.26.0_1 +libKF5CalendarEvents.so.5 kdeclarative-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/kdeclarative-devel b/srcpkgs/kdeclarative-devel new file mode 120000 index 00000000000..fa0893747e8 --- /dev/null +++ b/srcpkgs/kdeclarative-devel @@ -0,0 +1 @@ +kdeclarative \ No newline at end of file diff --git a/srcpkgs/kdeclarative/template b/srcpkgs/kdeclarative/template new file mode 100644 index 00000000000..55b7b55a8a5 --- /dev/null +++ b/srcpkgs/kdeclarative/template @@ -0,0 +1,25 @@ +# Template file for 'kdeclarative' +pkgname=kdeclarative +version=5.26.0 +revision=1 +build_style=cmake +configure_args="-DBUILD_TESTING=OFF" +hostmakedepends="extra-cmake-modules pkg-config" +makedepends="kio-devel kpackage-devel libepoxy-devel" +short_desc="KDE Integration of QML and KDE work spaces" +maintainer="Denis Revin " +license="LGPL-2" +homepage="https://projects.kde.org/projects/frameworks/kdeclarative" +distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname}-${version}.tar.xz" +checksum=6872df49e35e6556b9d1398700f1b75295a4c5e2ff8bc3357529a652a402b242 + +kdeclarative-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 + } +}