mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 03:17:15 +08:00
[skip-ci] kreport: update to 3.1.0
This commit is contained in:
parent
552eeb5835
commit
762a6c9cba
@ -2,17 +2,17 @@
|
|||||||
# Maintainer: Antonio Rojas <arojas@archlinux.org>
|
# Maintainer: Antonio Rojas <arojas@archlinux.org>
|
||||||
|
|
||||||
pkgname=kreport
|
pkgname=kreport
|
||||||
pkgver=3.0.2
|
pkgver=3.1.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A framework for creation and generation of reports in multiple formats"
|
pkgdesc="A framework for creation and generation of reports in multiple formats"
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url="http://www.kexi-project.org/"
|
url="http://www.kexi-project.org/"
|
||||||
license=(GPL2)
|
license=(GPL2)
|
||||||
depends=(kproperty qt5-declarative)
|
depends=(kproperty qt5-declarative)
|
||||||
makedepends=(extra-cmake-modules python2 ki18n marble)
|
makedepends=(extra-cmake-modules python3 qt5-tools marble)
|
||||||
optdepends=('marble: support for maps in reports')
|
optdepends=('marble: support for maps in reports')
|
||||||
source=("http://download.kde.org/stable/$pkgname/src/$pkgname-$pkgver.tar.xz")
|
source=("https://download.kde.org/stable/$pkgname/src/$pkgname-$pkgver.tar.xz")
|
||||||
sha1sums=('86605f456da9fb7b541756a6a4ad47cdcc8a0098')
|
sha1sums=('d029cd1c6719952696121cd4e5095db4d09c794d')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
mkdir -p build
|
mkdir -p build
|
||||||
@ -23,8 +23,9 @@ build() {
|
|||||||
cmake ../$pkgname-$pkgver \
|
cmake ../$pkgname-$pkgver \
|
||||||
-DCMAKE_BUILD_TYPE=Release \
|
-DCMAKE_BUILD_TYPE=Release \
|
||||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||||
|
-DKDE_INSTALL_LIBDIR=lib \
|
||||||
-DBUILD_TESTING=OFF \
|
-DBUILD_TESTING=OFF \
|
||||||
-DKDE_INSTALL_LIBDIR=lib
|
-DBUILD_QCH=ON
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user