mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 00:27:16 +08:00
kdb: update to 3.1.0
This commit is contained in:
parent
762a6c9cba
commit
b233b572e3
13
kdb/PKGBUILD
13
kdb/PKGBUILD
@ -2,17 +2,17 @@
|
||||
# Maintainer: Antonio Rojas <arojas@archlinux.org>
|
||||
|
||||
pkgname=kdb
|
||||
pkgver=3.0.2
|
||||
pkgver=3.1.0
|
||||
pkgrel=1
|
||||
pkgdesc="A database connectivity and creation framework for various database vendors"
|
||||
arch=(i686 x86_64)
|
||||
arch=(x86_64)
|
||||
url="http://www.kexi-project.org/"
|
||||
license=(GPL2)
|
||||
depends=(kcoreaddons)
|
||||
makedepends=(extra-cmake-modules python2 libmariadbclient postgresql qt5-tools)
|
||||
makedepends=(extra-cmake-modules python2 libmariadbclient postgresql qt5-tools doxygen)
|
||||
optdepends=('mariadb: MySQL plugin' 'postgresql: PostgreSQL plugin')
|
||||
source=("http://download.kde.org/stable/$pkgname/src/$pkgname-$pkgver.tar.xz")
|
||||
sha1sums=('d8dc8c65a93408736ccc9b78dcd81a482cbf114b')
|
||||
source=("https://download.kde.org/stable/$pkgname/src/$pkgname-$pkgver.tar.xz")
|
||||
sha1sums=('5dc8275617998cb2c68526883a4670b0de518c55')
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
@ -23,8 +23,9 @@ build() {
|
||||
cmake ../$pkgname-${pkgver} \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_INSTALL_LIBDIR=lib \
|
||||
-DBUILD_TESTING=OFF \
|
||||
-DKDE_INSTALL_LIBDIR=lib
|
||||
-DBUILD_QCH=ON
|
||||
make
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user