From adac5afd500d4ee3a65035e1cf5353ae236b4a61 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 24 Mar 2012 00:01:22 +0000 Subject: Sat Mar 24 00:01:22 UTC 2012 --- kde-unstable/calligra/PKGBUILD | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) (limited to 'kde-unstable/calligra/PKGBUILD') diff --git a/kde-unstable/calligra/PKGBUILD b/kde-unstable/calligra/PKGBUILD index 4e62c1805..1708ce18f 100644 --- a/kde-unstable/calligra/PKGBUILD +++ b/kde-unstable/calligra/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 149336 2012-02-06 20:49:48Z andrea $ +# $Id: PKGBUILD 154086 2012-03-22 22:09:51Z andrea $ # Maintainer: Ronald van Haren # Maintainer: Andrea Scarpino @@ -17,13 +17,13 @@ pkgname=('calligra-filters' 'calligra-plan' 'calligra-stage' 'calligra-krita' - 'calligra-tables' + 'calligra-sheets' 'calligra-words' 'calligra-handbook' 'calligra-thesaurus-doc' 'calligra-braindump' 'calligra-flow') -pkgver=2.3.87 +pkgver=2.3.92 pkgrel=1 arch=('i686' 'x86_64') url='http://www.calligra-suite.org' @@ -33,7 +33,7 @@ makedepends=('kdepimlibs' 'eigen2' 'freetds' 'kdegraphics-okular' 'libgsf' 'boost' 'libkdcraw' 'libpqxx' 'fftw' 'opengtl' 'lcms2') groups=('calligra') source=("http://download.kde.org/unstable/${pkgbase}-${pkgver}/${pkgbase}-${pkgver}.tar.bz2") -md5sums=('c4c7f802f04c86cd4265829900d2fd10') +md5sums=('4121631cf148e801cca29e2167b1806d') build() { cd "${srcdir}" @@ -209,17 +209,15 @@ package_calligra-krita() { make DESTDIR="${pkgdir}" install } -package_calligra-tables() { +package_calligra-sheets() { pkgdesc="Write spreadsheet documents" depends=('calligra-libs' 'calligra-templates' 'calligra-plugins' 'gsl') optdepends=('calligra-filters: import/export filters') - conflicts=('koffice-kspread' 'koffice-kspread-doc' 'calligra-tables-doc') - replaces=('koffice-kspread' 'koffice-kspread-doc' 'calligra-tables-doc') - install=calligra-tables.install + conflicts=('koffice-kspread' 'koffice-kspread-doc' 'calligra-tables-doc' 'calligra-tables') + replaces=('koffice-kspread' 'koffice-kspread-doc' 'calligra-tables-doc' 'calligra-tables') + install=calligra-sheets.install - cd "${srcdir}"/build/tables - make DESTDIR="${pkgdir}" install - cd "${srcdir}"/build/doc/tables + cd "${srcdir}"/build/sheets make DESTDIR="${pkgdir}" install } -- cgit v1.2.3-54-g00ecf