From 3ed5e3020c51d02425230c7d7de1d19c6ad49a81 Mon Sep 17 00:00:00 2001 From: Denis Revin Date: Tue, 18 Oct 2016 09:20:32 +0400 Subject: [PATCH] New package: kdecoration-5.8.7 --- common/shlibs | 2 ++ srcpkgs/kdecoration-devel | 1 + srcpkgs/kdecoration/template | 24 ++++++++++++++++++++++++ 3 files changed, 27 insertions(+) create mode 120000 srcpkgs/kdecoration-devel create mode 100644 srcpkgs/kdecoration/template diff --git a/common/shlibs b/common/shlibs index c974d9692b8..0a7fd837825 100644 --- a/common/shlibs +++ b/common/shlibs @@ -885,6 +885,8 @@ libprotoc.so.13 protobuf-3.3.0_1 libprotobuf.so.13 protobuf-3.3.0_1 libprotobuf-lite.so.13 protobuf-lite-3.3.0_1 libmcpp.so.0 libmcpp-2.7.2_1 +libkdecorations2.so.5 kdecoration-5.8.4_1 +libkdecorations2private.so.5 kdecoration-5.8.4_1 libGlacier2.so.35 libIce-3.5.0_1 libIce.so.35 libIce-3.5.0_1 libIceSSL.so.35 libIce-3.5.0_1 diff --git a/srcpkgs/kdecoration-devel b/srcpkgs/kdecoration-devel new file mode 120000 index 00000000000..576f2ee6da0 --- /dev/null +++ b/srcpkgs/kdecoration-devel @@ -0,0 +1 @@ +kdecoration \ No newline at end of file diff --git a/srcpkgs/kdecoration/template b/srcpkgs/kdecoration/template new file mode 100644 index 00000000000..cdaf2ca7574 --- /dev/null +++ b/srcpkgs/kdecoration/template @@ -0,0 +1,24 @@ +# Template file for 'kdecoration' +pkgname=kdecoration +version=5.8.7 +revision=1 +build_style=cmake +configure_args="-DBUILD_TESTING=OFF" +hostmakedepends="extra-cmake-modules" +makedepends="qt5-devel" +short_desc="KDE Plugin based library to create window decorations" +maintainer="Denis Revin " +license="LGPL-2" +homepage="https://projects.kde.org/projects/plasma/kdecoration" +distfiles="http://download.kde.org/stable/plasma/${version}/${pkgname}-${version}.tar.xz" +checksum=3736940fb1d07048757e7fdff3d68f3770d328a2e60d2e24875bb27f8166fae7 + +kdecoration-devel_package() { + short_desc+=" - development" + depends="${makedepends} ${sourcepkg}>=${version}_${revision}" + pkg_install() { + vmove usr/include + vmove usr/lib/cmake + vmove usr/lib/*.so + } +}