calligra: add missing calligra-plugins dependecy to calligra-words (#459)
This commit is contained in:
parent
956fb479af
commit
a8c4c4e172
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'calligra'
|
||||
pkgname=calligra
|
||||
version=3.1.0
|
||||
revision=4
|
||||
revision=5
|
||||
build_style=cmake
|
||||
configure_args="-Wno-dev -DCALLIGRA_SHOULD_BUILD_UNMAINTAINED=ON"
|
||||
hostmakedepends="automoc4 perl pkg-config extra-cmake-modules"
|
||||
|
@ -16,7 +16,7 @@ makedepends="akonadi-contacts-devel akonadi5-devel ecm-devel eigen3.2
|
|||
poppler-qt5-devel qca-qt5-devel threadweaver-devel marble5-devel"
|
||||
license="GPL-2.0-or-later LGPL-2.0-or-later GFDL-1.2-or-later"
|
||||
homepage="http://www.calligra-suite.org/"
|
||||
distfiles="http://download.kde.org/stable/calligra/${version}/calligra-${version}.tar.xz"
|
||||
distfiles="${KDE_SITE}/calligra/${version}/calligra-${version}.tar.xz"
|
||||
checksum=6818cd6e64136321be217eb57cc7d6ac7c7035191fdb1ee336ebe60bc114e870
|
||||
|
||||
replaces="calligra-braindump>=0 calligra-flow>=0"
|
||||
|
@ -105,6 +105,7 @@ calligra-sheets_package() {
|
|||
}
|
||||
calligra-words_package() {
|
||||
short_desc+=" - Word Processor"
|
||||
depends="calligra-plugins"
|
||||
pkg_install() {
|
||||
cd ${wrksrc}/build/words
|
||||
make DESTDIR=$PKGDESTDIR install
|
||||
|
|
Loading…
Reference in a new issue