From 2d50f456561af78d367a295988dcef3370d20960 Mon Sep 17 00:00:00 2001 From: Denis Revin Date: Thu, 6 Oct 2016 11:25:58 +0400 Subject: [PATCH] New package: kdbusaddons-5.26.0 --- common/shlibs | 1 + srcpkgs/kdbusaddons-devel | 1 + srcpkgs/kdbusaddons/template | 25 +++++++++++++++++++++++++ 3 files changed, 27 insertions(+) create mode 120000 srcpkgs/kdbusaddons-devel create mode 100644 srcpkgs/kdbusaddons/template diff --git a/common/shlibs b/common/shlibs index de5fa945207..3384dd76960 100644 --- a/common/shlibs +++ b/common/shlibs @@ -2587,6 +2587,7 @@ liballegro_memfile.so.5.2 allegro5-5.2.1_1 liballegro_physfs.so.5.2 allegro5-5.2.1_1 liballegro_video.so.5.2 allegro5-5.2.1_1 liballegro_main.so.5.2 allegro5-5.2.1_1 +libKF5DBusAddons.so.5 kdbusaddons-5.26.0_1 libmono-profiler-cov.so.0 mono-4.0.1.44_2 libmono-profiler-aot.so.0 mono-4.0.1.44_2 libmono-profiler-iomap.so.0 mono-4.0.1.44_2 diff --git a/srcpkgs/kdbusaddons-devel b/srcpkgs/kdbusaddons-devel new file mode 120000 index 00000000000..46036e6fb4d --- /dev/null +++ b/srcpkgs/kdbusaddons-devel @@ -0,0 +1 @@ +kdbusaddons \ No newline at end of file diff --git a/srcpkgs/kdbusaddons/template b/srcpkgs/kdbusaddons/template new file mode 100644 index 00000000000..bf224ca15ca --- /dev/null +++ b/srcpkgs/kdbusaddons/template @@ -0,0 +1,25 @@ +# Template file for 'kdbusaddons' +pkgname=kdbusaddons +version=5.26.0 +revision=1 +build_style=cmake +configure_args="-DBUILD_TESTING=OFF" +hostmakedepends="extra-cmake-modules" +makedepends="qt5-devel qt5-tools-devel qt5-x11extras-devel" +short_desc="KDE Convenience classes for DBus" +maintainer="Denis Revin " +license="LGPL-2" +homepage="https://projects.kde.org/projects/frameworks/kdbusaddons" +distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname}-${version}.tar.xz" +checksum=1c6bda5ca7978e373dffe8a0293bb1930312afe2e13b3c0700763286f1a58572 + +kdbusaddons-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 + } +}