libalkimia: update to 7.0

This commit is contained in:
Helmut Pozimski 2018-01-08 18:58:53 +01:00 committed by Michael Gehring
parent 6128667093
commit b0a06c121e
2 changed files with 8 additions and 6 deletions

View File

@ -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

View File

@ -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 <helmut@pozimski.eu>"
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
}
}