[arch-commits] Commit in calligra/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Wed Oct 5 11:24:09 UTC 2016
Date: Wednesday, October 5, 2016 @ 11:24:08
Author: arojas
Revision: 277760
Split kexi
Modified:
calligra/trunk/PKGBUILD
----------+
PKGBUILD | 37 +++++--------------------------------
1 file changed, 5 insertions(+), 32 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-10-05 11:23:40 UTC (rev 277759)
+++ PKGBUILD 2016-10-05 11:24:08 UTC (rev 277760)
@@ -13,7 +13,6 @@
'calligra-gemini'
'calligra-handbook'
'calligra-karbon'
- 'calligra-kexi'
'calligra-libs'
'calligra-plan'
'calligra-plugins'
@@ -21,15 +20,13 @@
'calligra-stage'
'calligra-words')
pkgver=2.9.11
-pkgrel=5
+pkgrel=6
arch=('i686' 'x86_64')
url='http://www.calligra-suite.org/'
license=('FDL1.2' 'GPL2' 'LGPL')
-makedepends=('cmake' 'automoc4' 'boost' 'kdepimlibs4' 'eigen' 'libmarble4'
- 'lcms2' 'libmariadbclient' 'freetds' 'xbase' 'libwpg'
- 'libwps' 'gsl' 'glew' 'fftw' 'poppler-qt4' 'libodfgen'
- 'openjpeg' 'kdegraphics-okular' 'pstoedit' 'libvisio'
- 'libetonyek' 'libpqxx' 'libspnav' 'postgresql') # 'libqgit2'
+makedepends=('cmake' 'automoc4' 'boost' 'kdepimlibs4' 'eigen'
+ 'lcms2' 'libwpg' 'libwps' 'gsl' 'glew' 'fftw' 'poppler-qt4' 'libodfgen'
+ 'openjpeg' 'kdegraphics-okular' 'pstoedit' 'libvisio' 'libetonyek' 'libspnav')
groups=('calligra')
source=("http://download.kde.org/stable/${pkgbase}-${pkgver}/${pkgbase}-${pkgver}.tar.xz" 'libwps-0.4.patch')
md5sums=('a1a4935debae64724cd4c0d17d61ae4e'
@@ -41,11 +38,6 @@
# Fix build against libwps 0.4
cd $pkgbase-$pkgver
patch -p1 -i "$srcdir"/libwps-0.4.patch
-
-# Fix build against libmarble4
- sed -e 's|PATH_SUFFIXES marble|PATH_SUFFIXES marble4|g' -i CMakeLists.txt
- sed -e 's|#include <marble/|#include <marble4/|g' -e 's|#include "marble/|#include "marble4/|g' \
- -i plugins/reporting/maps/{*.cpp,*.h,marble/*.h} -i kexi/plugins/forms/widgets/mapbrowser/{*.cpp,*.h}
}
build() {
@@ -57,9 +49,7 @@
-DBUILD_active=OFF \
-DWITH_Soprano=OFF \
-DBUILD_krita=OFF \
- -DMARBLE_INCLUDE_DIR=/usr/include/marble4 \
- -DMARBLE_GLOBAL_HEADER=/usr/include/marble4/MarbleGlobal.h \
- -DMARBLE_LIBRARIES=/usr/lib/libmarblewidget.so
+ -DBUILD_kexi=OFF
make
}
@@ -109,23 +99,6 @@
make DESTDIR="${pkgdir}" install
}
-package_calligra-kexi() {
- pkgdesc="Develop desktop database applications"
- depends=('calligra-libs' 'glew' 'fftw')
- optdepends=('libmariadbclient: MariaDB driver'
- 'libpqxx: PostgreSQL driver'
- 'freetds: Sybase & MS SQL driver'
- 'xbase: XBase driver'
- 'calligra-sheets: Spreadsheet-to-Kexi-table import plugin'
- 'libmarble4: map form widget'
- 'calligra-plugins: extra calligra plugins')
-
- cd build/kexi
- make DESTDIR="${pkgdir}" install
- cd ../doc/kexi
- make DESTDIR="${pkgdir}" install
-}
-
package_calligra-plan() {
pkgdesc="Calligra Project Management Component"
depends=('calligra-words')
More information about the arch-commits
mailing list