New package: kdb-3.1.0

This commit is contained in:
John 2018-03-08 16:02:14 +01:00 committed by Michael Gehring
parent 8bf06a6235
commit 64791078dc
3 changed files with 38 additions and 0 deletions

View File

@ -2725,6 +2725,13 @@ libkmm_mymoney.so.5 kmymoney-5.0.0_1
libpayeeidentifier_nationalAccount.so.5 kmymoney-5.0.0_1
libpayeeidentifier_iban_bic.so.5 kmymoney-5.0.0_1
libkmm_payeeidentifier.so.5 kmymoney-5.0.0_1
libKDb3.so.4 kdb-3.1.0_1
libKPropertyWidgets3.so.4 kproperty-3.1.0_1
libKPropertyCore3.so.4 kproperty-3.1.0_1
libKReport3.so.4 kreport-3.1.0_1
libKPropertyWidgets3.so.4 kproperty-3.1.0_1
libKPropertyCore3.so.4 kproperty-3.1.0_1
libKReport3.so.4 kreport-3.1.0_1
libbotan-2.so.4 botan-2.4.0_1
libswipl.so.7.6 swi-prolog-7.6.0_1
libpcre2-16.so.0 libpcre2-10.22_1

1
srcpkgs/kdb-devel Symbolic link
View File

@ -0,0 +1 @@
kdb

30
srcpkgs/kdb/template Normal file
View File

@ -0,0 +1,30 @@
# Template file for 'kdb'
pkgname=kdb
version=3.1.0
revision=1
build_style=cmake
hostmakedepends="extra-cmake-modules doxygen pkg-config"
makedepends="kcoreaddons-devel postgresql-libs-devel libmariadbclient-devel
sqlite-devel"
short_desc="Database connectivity and creation framework"
maintainer="John <johnz@posteo.net>"
license="LGPL-2.0-or-later"
homepage="http://www.kexi-project.org/"
distfiles="https://download.kde.org/stable/kdb/src/kdb-${version}.tar.xz"
checksum=175645a149ae4d758ff2746900f6eabe4734b2bdac4d8c95893c650be4f929f2
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-qmake qt5-host-tools python3"
fi
kdb-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove usr/lib/cmake
vmove usr/lib/qt5/mkspecs
vmove "usr/lib/*.so"
}
}