[arch-commits] Commit in calligra/trunk (PKGBUILD)
Andrea Scarpino
andrea at archlinux.org
Thu Sep 29 13:57:47 UTC 2011
Date: Thursday, September 29, 2011 @ 09:57:47
Author: andrea
Revision: 139109
Disable marble
Modified:
calligra/trunk/PKGBUILD
----------+
PKGBUILD | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-09-29 13:54:55 UTC (rev 139108)
+++ PKGBUILD 2011-09-29 13:57:47 UTC (rev 139109)
@@ -24,13 +24,13 @@
'calligra-braindump'
'calligra-flow')
pkgver=2.3.81
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
url='http://www.calligra-suite.org'
license=('FDL1.2' 'GPL2' 'LGPL')
makedepends=('kdepimlibs' 'eigen2' 'freetds' 'kdegraphics-okular' 'libgsf'
'libwpd' 'libwpg' 'pstoedit' 'glew' 'gsl' 'cmake' 'automoc4'
- 'boost' 'libkdcraw' 'libpqxx' 'fftw' 'opengtl' 'kdeedu-marble')
+ 'boost' 'libkdcraw' 'libpqxx' 'fftw' 'opengtl' 'lcms2')
groups=('calligra')
source=("http://download.kde.org/unstable/${pkgbase}-${pkgver}/${pkgbase}-${pkgver}.tar.bz2")
md5sums=('7f475e22fa3740b2da2f6478880d6341')
@@ -43,7 +43,11 @@
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_SKIP_RPATH=ON \
-DCMAKE_INSTALL_PREFIX=/usr \
- -DBUILD_mobile=OFF
+ -DBUILD_active=OFF \
+ -DBUILD_mobile=OFF \
+ -DBUILD_mysql=OFF \
+ -DKDCRAW_LOCAL_FOUND=/usr/lib/libkdcraw.so \
+ -DWITH_Marble=OFF
make
}
@@ -150,7 +154,7 @@
package_calligra-kexi() {
pkgdesc="Develop desktop database applications"
- depends=('calligra-libs' 'calligra-templates' 'kdeedu-marble')
+ depends=('calligra-libs' 'calligra-templates')
conflicts=('koffice-kexi' 'koffice-kexi-doc' 'calligra-kexi-doc')
replaces=('koffice-kexi' 'koffice-kexi-doc' 'calligra-kexi-doc')
install=calligra-kexi.install
More information about the arch-commits
mailing list