Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/calligra/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'calligra'
pkgname=calligra
version=4.0.1
revision=3
revision=4
build_style=cmake
configure_args="-DCALLIGRA_SHOULD_BUILD_UNMAINTAINED=ON
-DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins
Expand All @@ -27,7 +27,7 @@ makedepends="ecm-devel eigen boost-headers zlib-devel
libodfgen-devel libwpd-devel libwpg-devel libwps-devel
libvisio-devel libetonyek-devel"
depends="calligra-filters calligra-libs calligra-plugins calligra-karbon
calligra-kexi calligra-stage calligra-sheets calligra-extras
kexi calligra-stage calligra-sheets calligra-extras
calligra-words calligra-handbook calligra-gemini calligra-plan"
short_desc="Illustration application"
maintainer="John <me@johnnynator.dev>"
Expand Down
3 changes: 1 addition & 2 deletions srcpkgs/kexi/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'kexi'
pkgname=kexi
version=3.2.0
revision=3
revision=4
build_style=cmake
hostmakedepends="extra-cmake-modules gettext kdoctools doxygen pkg-config"
makedepends="ktexteditor-devel kdb-devel kreport-devel qt5-webkit-devel
Expand All @@ -13,7 +13,6 @@ license="GPL-2.0-or-later, LGPL-2.0-or-later"
homepage="http://www.kexi-project.org/"
distfiles="${KDE_SITE}/kexi/src/kexi-${version}.tar.xz"
checksum=7a813f9ea815a09c1e733d0e7dc879c64eee85f075389e87e6aab99cf0c1c1ff
replaces="calligra-kexi>=0"

if [ "$CROSS_BUILD" ];then
hostmakedepends+=" qt5-qmake qt5-host-tools python3 kcoreaddons"
Expand Down