From 2250eb290e9336371d8926ea1819e761d49ccd4f Mon Sep 17 00:00:00 2001 From: Denis Revin Date: Thu, 13 Oct 2016 14:46:19 +0400 Subject: [PATCH] New package: frameworkintegration-5.26.0 --- common/shlibs | 1 + srcpkgs/frameworkintegration-devel | 1 + srcpkgs/frameworkintegration/template | 24 ++++++++++++++++++++++++ 3 files changed, 26 insertions(+) create mode 120000 srcpkgs/frameworkintegration-devel create mode 100644 srcpkgs/frameworkintegration/template diff --git a/common/shlibs b/common/shlibs index 51e136a236..54eb80e72b 100644 --- a/common/shlibs +++ b/common/shlibs @@ -2661,6 +2661,7 @@ libKF5Declarative.so.5 kdeclarative-5.26.0_1 libKF5QuickAddons.so.5 kdeclarative-5.26.0_1 libKF5CalendarEvents.so.5 kdeclarative-5.26.0_1 libKF5KCMUtils.so.5 kcmutils-5.26.0_1 +libKF5Style.so.5 frameworkintegration-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/frameworkintegration-devel b/srcpkgs/frameworkintegration-devel new file mode 120000 index 0000000000..33184a1b69 --- /dev/null +++ b/srcpkgs/frameworkintegration-devel @@ -0,0 +1 @@ +frameworkintegration \ No newline at end of file diff --git a/srcpkgs/frameworkintegration/template b/srcpkgs/frameworkintegration/template new file mode 100644 index 0000000000..29128bfea0 --- /dev/null +++ b/srcpkgs/frameworkintegration/template @@ -0,0 +1,24 @@ +# Template file for 'frameworkintegration' +pkgname=frameworkintegration +version=5.26.0 +revision=1 +build_style=cmake +configure_args="-DBUILD_TESTING=OFF" +hostmakedepends="extra-cmake-modules" +makedepends="kiconthemes-devel knotifications-devel" +short_desc="Integration of Qt application with KDE workspaces" +maintainer="Denis Revin " +license="LGPL-2" +homepage="https://projects.kde.org/projects/frameworks/frameworkintegration" +distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname}-${version}.tar.xz" +checksum=374db7d9b69486aa16fccf1391869f058679bf2aa7adf6f109ba29d3f4e31653 + +frameworkintegration-devel_package() { + short_desc+=" - development" + depends="${makedepends} ${sourcepkg}>=${version}_${revision}" + pkg_install() { + vmove usr/include + vmove usr/lib/cmake + vmove usr/lib/*.so + } +}