From b0a06c121e62fd1754051c6d0d78c37783f35f59 Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Mon, 8 Jan 2018 18:58:53 +0100 Subject: [PATCH] libalkimia: update to 7.0 --- common/shlibs | 2 +- srcpkgs/libalkimia/template | 12 +++++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/common/shlibs b/common/shlibs index 565f038d3a4..2a719e77968 100644 --- a/common/shlibs +++ b/common/shlibs @@ -2724,7 +2724,7 @@ libz80ex_dasm.so.1 z80ex-1.1.21_1 libqmmp.so.1 qmmp-1.1.4_1 libqmmpui.so.1 qmmp-1.1.4_1 libksignalplotter.so.4 kde-workspace-4.11.22_1 -libalkimia.so.5 libalkimia-5.0.0_1 +libalkimia5.so.7 libalkimia-7.0_1 libpayeeidentifier_iban_bic_widgets.so.4 kmymoney-4.8.0_1 libkmm_plugin.so.4 kmymoney-4.8.0_1 libkmm_widgets.so.4 kmymoney-4.8.0_1 diff --git a/srcpkgs/libalkimia/template b/srcpkgs/libalkimia/template index 221553eed6f..5b85de14ba5 100644 --- a/srcpkgs/libalkimia/template +++ b/srcpkgs/libalkimia/template @@ -1,16 +1,17 @@ # Template file for 'libalkimia' pkgname=libalkimia -version=5.0.0 +version=7.0 revision=1 build_style=cmake -hostmakedepends="pkg-config qt-qmake automoc4" -makedepends="kdelibs-devel gmp-devel qt-devel phonon-devel gmpxx-devel" +hostmakedepends="extra-cmake-modules pkg-config qt5-qmake qt5-host-tools" +makedepends="qt5-devel gmp-devel gmpxx-devel" homepage="https://www.linux-apps.com/content/show.php/libalkimia?content=137323" short_desc="Library used by KDE finance applications" maintainer="Helmut Pozimski " license="LGPL-2.1" -distfiles="http://download.kde.org/stable/alkimia/${version}/src/${pkgname}-${version}.tar.xz" -checksum="eea8a2a0f6788a1b9fd464b370598ed6e55353fb40da53375e6f022e71526cb5" +distfiles="http://download.kde.org/stable/alkimia/${version}/src/alkimia-${version}.tar.xz" +wrksrc="alkimia-${version}" +checksum=0c70d0d3b6c020d5bcf92b6f1c395f3bad53a08d4e2b2c17e70c2079e9f43158 libalkimia-devel_package() { short_desc+=" - development files" @@ -19,5 +20,6 @@ libalkimia-devel_package() { vmove usr/include vmove usr/lib/pkgconfig vmove usr/lib/cmake + vmove usr/lib/*.so } }