calligra: versioned kexi dependency
resolves #12904 Closes: #12905 [via git-merge-pr] Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
84be21c4bd
commit
bcc6ee1e95
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'calligra'
|
||||
pkgname=calligra
|
||||
version=3.1.0
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=cmake
|
||||
configure_args="-Wno-dev -DCALLIGRA_SHOULD_BUILD_UNMAINTAINED=ON"
|
||||
hostmakedepends="automoc4 perl pkg-config extra-cmake-modules"
|
||||
|
@ -77,7 +77,7 @@ calligra-karbon_package() {
|
|||
}
|
||||
calligra-kexi_package() {
|
||||
build_style=meta
|
||||
depends="kexi>=${version}_${revision}"
|
||||
depends="kexi"
|
||||
short_desc+=" - Develop desktop db apps (transitional dummy package)"
|
||||
}
|
||||
calligra-stage_package() {
|
||||
|
|
Loading…
Reference in New Issue