From 1269d27ee0c430c8a243cedb12299d72ead64feb Mon Sep 17 00:00:00 2001 From: Denis Revin Date: Thu, 13 Oct 2016 15:00:08 +0400 Subject: [PATCH] New package: plasma-framework-5.26.0 --- common/shlibs | 2 ++ srcpkgs/plasma-framework-devel | 1 + srcpkgs/plasma-framework/template | 24 ++++++++++++++++++++++++ 3 files changed, 27 insertions(+) create mode 120000 srcpkgs/plasma-framework-devel create mode 100644 srcpkgs/plasma-framework/template diff --git a/common/shlibs b/common/shlibs index 7733a02434..814b3057bc 100644 --- a/common/shlibs +++ b/common/shlibs @@ -2670,6 +2670,8 @@ libKF5Activities.so.5 kactivities5-5.26.0_1 libkdeinit5_kded5.so kded-5.26.0_1 libKF5WebKit.so.5 kdewebkit-5.26.0_1 libKF5TextEditor.so.5 ktexteditor-5.26.0_1 +libKF5Plasma.so.5 plasma-framework-5.26.0_1 +libKF5PlasmaQuick.so.5 plasma-framework-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/plasma-framework-devel b/srcpkgs/plasma-framework-devel new file mode 120000 index 0000000000..d57fab7fac --- /dev/null +++ b/srcpkgs/plasma-framework-devel @@ -0,0 +1 @@ +plasma-framework \ No newline at end of file diff --git a/srcpkgs/plasma-framework/template b/srcpkgs/plasma-framework/template new file mode 100644 index 0000000000..fd47d8a73b --- /dev/null +++ b/srcpkgs/plasma-framework/template @@ -0,0 +1,24 @@ +# Template file for 'plasma-framework' +pkgname=plasma-framework +version=5.26.0 +revision=1 +build_style=cmake +configure_args="-DBUILD_TESTING=OFF" +hostmakedepends="extra-cmake-modules pkg-config" +makedepends="kactivities5-devel kdeclarative-devel kdoctools-devel" +short_desc="Foundational libraries, components, and tools of the Plasma workspaces" +maintainer="Denis Revin " +license="LGPL-2" +homepage="https://projects.kde.org/projects/frameworks/plasma-framework" +distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname}-${version}.tar.xz" +checksum=4a828398fdc9545979fb804bc76ffb7fef26a2eb56f5fe92e73b140b14fb5556 + +plasma-framework-devel_package() { + short_desc+=" - development" + depends="${makedepends} ${sourcepkg}>=${version}_${revision}" + pkg_install() { + vmove usr/include + vmove usr/lib/cmake + vmove usr/lib/*.so + } +}