[arch-commits] Commit in calligra/repos (4 files)

2018-11-01 Thread Felix Yan via arch-commits
Date: Thursday, November 1, 2018 @ 12:55:48
  Author: felixonmars
Revision: 337686

archrelease: copy trunk to staging-x86_64

Added:
  calligra/repos/staging-x86_64/
  calligra/repos/staging-x86_64/PKGBUILD
(from rev 337685, calligra/trunk/PKGBUILD)
  calligra/repos/staging-x86_64/calligra-poppler-0.71.patch
(from rev 337685, calligra/trunk/calligra-poppler-0.71.patch)
  calligra/repos/staging-x86_64/calligra-qt5.11.patch
(from rev 337685, calligra/trunk/calligra-qt5.11.patch)

-+
 PKGBUILD|   74 +++
 calligra-poppler-0.71.patch |  131 
 calligra-qt5.11.patch   |  135 ++
 3 files changed, 340 insertions(+)

Copied: calligra/repos/staging-x86_64/PKGBUILD (from rev 337685, 
calligra/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-11-01 12:55:48 UTC (rev 337686)
@@ -0,0 +1,74 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Ronald van Haren 
+
+pkgname=calligra
+pkgdesc="A set of applications for productivity and creative usage"
+pkgver=3.1.0
+pkgrel=12
+arch=(x86_64)
+url='https://www.calligra-suite.org/'
+license=(FDL1.2 GPL2 LGPL)
+depends=(kcmutils knotifyconfig kross kactivities kdiagram libspnav 
kdelibs4support
+ gsl openexr kcontacts qca-qt5 poppler-qt5 libodfgen qt5-webkit cauchy 
khtml)
+makedepends=(extra-cmake-modules kdoctools kdesignerplugin boost openjpeg 
akonadi-contacts
+ libwpg okular eigen marble-common pstoedit libvisio libetonyek 
libwps vc libgit2)
+optdepends=('libwpg: Corel WordPerfect Graphics image importer'
+'libwps: Microsoft Works file word processor format import'
+'libvisio: Microsoft Visio import filter'
+'libetonyek: Apple Keynote import filter'
+'pstoedit: EPS to SVG filter'
+'poppler: PDF to SVG filter'
+'openjpeg: PDF to SVG filer'
+'libgit2: Calligra Gemini git plugin'
+'kirigami2: for Calligra Gemini'
+'qt5-quickcontrols: for Calligra Gemini'
+'qt5-webengine: for Calligra Gemini')
+conflicts=(calligra-devtools calligra-extras calligra-filters calligra-karbon 
karbon calligra-libs
+   calligra-plugins calligra-sheets calligra-stage calligra-words 
calligra-l10n calligra-meta
+   calligra-flow calligra-braindump calligra-gemini calligra-handbook)
+replaces=(calligra-devtools calligra-extras calligra-filters calligra-karbon 
karbon calligra-libs
+  calligra-plugins calligra-sheets calligra-stage calligra-words 
calligra-l10n calligra-meta)
+for _lang in bs ca ca@valencia cs da de el en_gb es et fi fr gl hu it ja kk nb 
nl \
+ pl pt pt_br ru sk sv uk zh_cn zh_tw; do
+  conflicts+=(calligra-l10n-$_lang)
+  replaces+=(calligra-l10n-$_lang)
+done
+source=("https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}
+calligra-qt5.11.patch
+
calligra-poppler-0.69.patch::"https://cgit.kde.org/calligra.git/patch/?id=a6157182;
+calligra-poppler-0.71.patch)
+sha256sums=('6818cd6e64136321be217eb57cc7d6ac7c7035191fdb1ee336ebe60bc114e870'
+'SKIP'
+'40ac9fabed8e13c31f6f243bd7e9083c3ec322568991ba84987106b982ffc10a'
+'b6b3dc44606aa4243cd0da23819f3bad9953d0542b87d3b4e04113f431f2598c'
+'052adc4ea812d7667812ff7867e703327dbe7c1ecad86094fd6772dc09782d87')
+validpgpkeys=(05D00A8B73A686789E0A156858B9596C722EA3BD  # Boudewijn Rempt 

+  42A60D06F449E895F40F09C01638B8A616108B8A) # Dag Andersen 

+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+# Fix build with Qt 5.11
+  patch -p1 -i ../calligra-qt5.11.patch
+# Fix build with poppler 0.69
+  patch -p1 -i ../calligra-poppler-0.69.patch
+# Fix build with poppler 0.71
+  patch -p1 -i ../calligra-poppler-0.71.patch
+}
+
+build() {
+  cd build
+  cmake ../$pkgbase-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: calligra/repos/staging-x86_64/calligra-poppler-0.71.patch (from rev 
337685, calligra/trunk/calligra-poppler-0.71.patch)
===
--- staging-x86_64/calligra-poppler-0.71.patch  (rev 0)
+++ staging-x86_64/calligra-poppler-0.71.patch  2018-11-01 12:55:48 UTC (rev 
337686)
@@ -0,0 +1,131 @@
+diff --git a/filters/karbon/pdf/PdfImport.cpp 
b/filters/karbon/pdf/PdfImport.cpp
+index 48b08dfa32d..e910dae0756 100644
+--- a/filters/karbon/pdf/PdfImport.cpp
 b/filters/karbon/pdf/PdfImport.cpp
+@@ -88,9 +88,9 @@ KoFilter::ConversionStatus PdfImport::convert(const 
QByteArray& from, const 

[arch-commits] Commit in calligra/repos (4 files)

2018-10-23 Thread Felix Yan via arch-commits
Date: Tuesday, October 23, 2018 @ 15:05:08
  Author: felixonmars
Revision: 337188

archrelease: copy trunk to staging-x86_64

Added:
  calligra/repos/staging-x86_64/
  calligra/repos/staging-x86_64/PKGBUILD
(from rev 337187, calligra/trunk/PKGBUILD)
  calligra/repos/staging-x86_64/calligra-poppler-0.69.patch
(from rev 337187, calligra/trunk/calligra-poppler-0.69.patch)
  calligra/repos/staging-x86_64/calligra-qt5.11.patch
(from rev 337187, calligra/trunk/calligra-qt5.11.patch)

-+
 PKGBUILD|   69 +
 calligra-poppler-0.69.patch |   67 
 calligra-qt5.11.patch   |  135 ++
 3 files changed, 271 insertions(+)

Copied: calligra/repos/staging-x86_64/PKGBUILD (from rev 337187, 
calligra/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-10-23 15:05:08 UTC (rev 337188)
@@ -0,0 +1,69 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Ronald van Haren 
+
+pkgname=calligra
+pkgdesc="A set of applications for productivity and creative usage"
+pkgver=3.1.0
+pkgrel=10
+arch=(x86_64)
+url='https://www.calligra-suite.org/'
+license=(FDL1.2 GPL2 LGPL)
+depends=(kcmutils knotifyconfig kross kactivities kdiagram libspnav 
kdelibs4support
+ gsl openexr kcontacts qca-qt5 poppler-qt5 libodfgen qt5-webkit cauchy 
khtml)
+makedepends=(extra-cmake-modules kdoctools kdesignerplugin boost openjpeg 
akonadi-contacts
+ libwpg okular eigen marble-common pstoedit libvisio libetonyek 
libwps vc libgit2)
+optdepends=('libwpg: Corel WordPerfect Graphics image importer'
+'libwps: Microsoft Works file word processor format import'
+'libvisio: Microsoft Visio import filter'
+'libetonyek: Apple Keynote import filter'
+'pstoedit: EPS to SVG filter'
+'poppler: PDF to SVG filter'
+'openjpeg: PDF to SVG filer'
+'libgit2: Calligra Gemini git plugin'
+'kirigami2: for Calligra Gemini'
+'qt5-quickcontrols: for Calligra Gemini'
+'qt5-webengine: for Calligra Gemini')
+conflicts=(calligra-devtools calligra-extras calligra-filters calligra-karbon 
karbon calligra-libs
+   calligra-plugins calligra-sheets calligra-stage calligra-words 
calligra-l10n calligra-meta
+   calligra-flow calligra-braindump calligra-gemini calligra-handbook)
+replaces=(calligra-devtools calligra-extras calligra-filters calligra-karbon 
karbon calligra-libs
+  calligra-plugins calligra-sheets calligra-stage calligra-words 
calligra-l10n calligra-meta)
+for _lang in bs ca ca@valencia cs da de el en_gb es et fi fr gl hu it ja kk nb 
nl \
+ pl pt pt_br ru sk sv uk zh_cn zh_tw; do
+  conflicts+=(calligra-l10n-$_lang)
+  replaces+=(calligra-l10n-$_lang)
+done
+source=("https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}
+calligra-qt5.11.patch calligra-poppler-0.69.patch)
+sha256sums=('6818cd6e64136321be217eb57cc7d6ac7c7035191fdb1ee336ebe60bc114e870'
+'SKIP'
+'40ac9fabed8e13c31f6f243bd7e9083c3ec322568991ba84987106b982ffc10a'
+'7a29c220b3871569cb16390261951481341b7e5923ed5c95aa4188286b2ba56d')
+validpgpkeys=(05D00A8B73A686789E0A156858B9596C722EA3BD  # Boudewijn Rempt 

+  42A60D06F449E895F40F09C01638B8A616108B8A) # Dag Andersen 

+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+# Fix build with Qt 5.11
+  patch -p1 -i ../calligra-qt5.11.patch
+# Fix build with poppler 0.69
+  patch -p1 -i ../calligra-poppler-0.69.patch
+}
+
+build() {
+  cd build
+  cmake ../$pkgbase-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: calligra/repos/staging-x86_64/calligra-poppler-0.69.patch (from rev 
337187, calligra/trunk/calligra-poppler-0.69.patch)
===
--- staging-x86_64/calligra-poppler-0.69.patch  (rev 0)
+++ staging-x86_64/calligra-poppler-0.69.patch  2018-10-23 15:05:08 UTC (rev 
337188)
@@ -0,0 +1,67 @@
+diff --git a/filters/karbon/pdf/PdfImport.cpp 
b/filters/karbon/pdf/PdfImport.cpp
+index c3e96b0cd28..48b08dfa32d 100644
+--- a/filters/karbon/pdf/PdfImport.cpp
 b/filters/karbon/pdf/PdfImport.cpp
+@@ -102,9 +102,6 @@ KoFilter::ConversionStatus PdfImport::convert(const 
QByteArray& from, const QByt
+ delete globalParams;
+ globalParams = 0;
+ 
+-// check for memory leaks
+-Object::memCheck(stderr);
+-
+ return KoFilter::OK;
+ }
+ 
+diff --git a/filters/karbon/pdf/SvgOutputDev.cpp 
b/filters/karbon/pdf/SvgOutputDev.cpp
+index 931917ae15d..7901317ebd0 

[arch-commits] Commit in calligra/repos (4 files)

2017-10-05 Thread Evangelos Foutras
Date: Thursday, October 5, 2017 @ 21:52:38
  Author: foutrelis
Revision: 306873

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  calligra/repos/staging-i686/
  calligra/repos/staging-i686/PKGBUILD
(from rev 306872, calligra/trunk/PKGBUILD)
  calligra/repos/staging-x86_64/
  calligra/repos/staging-x86_64/PKGBUILD
(from rev 306872, calligra/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   58 ++
 staging-x86_64/PKGBUILD |   58 ++
 2 files changed, 116 insertions(+)

Copied: calligra/repos/staging-i686/PKGBUILD (from rev 306872, 
calligra/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-10-05 21:52:38 UTC (rev 306873)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Ronald van Haren 
+
+pkgname=calligra
+pkgdesc="A set of applications for productivity and creative usage"
+pkgver=3.0.1
+pkgrel=7
+arch=('i686' 'x86_64')
+url='https://www.calligra-suite.org/'
+license=('FDL1.2' 'GPL2' 'LGPL')
+depends=('kcmutils' 'knotifyconfig' 'kross' 'kactivities' 'kdiagram' 'kreport' 
'libspnav'
+ 'gsl' 'openexr' 'kcontacts' 'kcalcore' 'qca-qt5' 'poppler-qt5' 
'libodfgen' 'qt5-webkit' 'cauchy' 'khtml')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'kdesignerplugin' 
'boost' 'openjpeg'
+ 'libwpg' 'okular' 'eigen' 'marble-common' 'pstoedit' 'libvisio' 
'libetonyek' 'libwps' 'vc')
+optdepends=('libwpg: Corel WordPerfect Graphics image importer'
+'libwps: Microsoft Works file word processor format import'
+'libvisio: Microsoft Visio import filter'
+'libetonyek: Apple Keynote import filter'
+'pstoedit: EPS to SVG filter'
+'poppler: PDF to SVG filter'
+'openjpeg: PDF to SVG filer')
+conflicts=('calligra-devtools' 'calligra-extras' 'calligra-filters' 
'calligra-karbon' 'karbon' 'calligra-libs' 'calligra-plan'
+  'calligra-plugins' 'calligra-sheets' 'calligra-stage' 
'calligra-words' 'calligra-l10n' 'calligra-meta'
+  'calligra-flow' 'calligra-braindump' 'calligra-gemini' 
'calligra-handbook')
+replaces=('calligra-devtools' 'calligra-extras' 'calligra-filters' 
'calligra-karbon' 'karbon' 'calligra-libs' 'calligra-plan'
+  'calligra-plugins' 'calligra-sheets' 'calligra-stage' 
'calligra-words' 'calligra-l10n' 'calligra-meta')
+for _lang in bs ca ca@valencia cs da de el en_gb es et fi fr gl hu it ja kk nb 
nl \
+ pl pt pt_br ru sk sv uk zh_cn zh_tw; do
+  conflicts+=(calligra-l10n-$_lang)
+  replaces+=(calligra-l10n-$_lang)
+done
+source=("https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('452bddc4e03cfbf48de508b991dc94209d386d86bf010ea9d10afed0f5694db2'
+'SKIP')
+validpgpkeys=(05D00A8B73A686789E0A156858B9596C722EA3BD  # Boudewijn Rempt 

+  42A60D06F449E895F40F09C01638B8A616108B8A) # Dag Andersen 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: calligra/repos/staging-x86_64/PKGBUILD (from rev 306872, 
calligra/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-10-05 21:52:38 UTC (rev 306873)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Ronald van Haren 
+
+pkgname=calligra
+pkgdesc="A set of applications for productivity and creative usage"
+pkgver=3.0.1
+pkgrel=7
+arch=('i686' 'x86_64')
+url='https://www.calligra-suite.org/'
+license=('FDL1.2' 'GPL2' 'LGPL')
+depends=('kcmutils' 'knotifyconfig' 'kross' 'kactivities' 'kdiagram' 'kreport' 
'libspnav'
+ 'gsl' 'openexr' 'kcontacts' 'kcalcore' 'qca-qt5' 'poppler-qt5' 
'libodfgen' 'qt5-webkit' 'cauchy' 'khtml')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'kdesignerplugin' 
'boost' 'openjpeg'
+ 'libwpg' 'okular' 'eigen' 'marble-common' 'pstoedit' 'libvisio' 
'libetonyek' 'libwps' 'vc')
+optdepends=('libwpg: Corel WordPerfect Graphics image importer'
+'libwps: Microsoft Works file word processor format import'
+'libvisio: Microsoft Visio import filter'
+'libetonyek: Apple Keynote import filter'
+'pstoedit: 

[arch-commits] Commit in calligra/repos (4 files)

2017-10-05 Thread Evangelos Foutras
Date: Thursday, October 5, 2017 @ 09:22:28
  Author: foutrelis
Revision: 306791

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  calligra/repos/staging-i686/
  calligra/repos/staging-i686/PKGBUILD
(from rev 306790, calligra/trunk/PKGBUILD)
  calligra/repos/staging-x86_64/
  calligra/repos/staging-x86_64/PKGBUILD
(from rev 306790, calligra/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   58 ++
 staging-x86_64/PKGBUILD |   58 ++
 2 files changed, 116 insertions(+)

Copied: calligra/repos/staging-i686/PKGBUILD (from rev 306790, 
calligra/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-10-05 09:22:28 UTC (rev 306791)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Ronald van Haren 
+
+pkgname=calligra
+pkgdesc="A set of applications for productivity and creative usage"
+pkgver=3.0.1
+pkgrel=6
+arch=('i686' 'x86_64')
+url='https://www.calligra-suite.org/'
+license=('FDL1.2' 'GPL2' 'LGPL')
+depends=('kcmutils' 'knotifyconfig' 'kross' 'kactivities' 'kdiagram' 'kreport' 
'libspnav'
+ 'gsl' 'openexr' 'kcontacts' 'kcalcore' 'qca-qt5' 'poppler-qt5' 
'libodfgen' 'qt5-webkit' 'cauchy' 'khtml')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'kdesignerplugin' 
'boost' 'openjpeg'
+ 'libwpg' 'okular' 'eigen' 'marble-common' 'pstoedit' 'libvisio' 
'libetonyek' 'libwps' 'vc')
+optdepends=('libwpg: Corel WordPerfect Graphics image importer'
+'libwps: Microsoft Works file word processor format import'
+'libvisio: Microsoft Visio import filter'
+'libetonyek: Apple Keynote import filter'
+'pstoedit: EPS to SVG filter'
+'poppler: PDF to SVG filter'
+'openjpeg: PDF to SVG filer')
+conflicts=('calligra-devtools' 'calligra-extras' 'calligra-filters' 
'calligra-karbon' 'karbon' 'calligra-libs' 'calligra-plan'
+  'calligra-plugins' 'calligra-sheets' 'calligra-stage' 
'calligra-words' 'calligra-l10n' 'calligra-meta'
+  'calligra-flow' 'calligra-braindump' 'calligra-gemini' 
'calligra-handbook')
+replaces=('calligra-devtools' 'calligra-extras' 'calligra-filters' 
'calligra-karbon' 'karbon' 'calligra-libs' 'calligra-plan'
+  'calligra-plugins' 'calligra-sheets' 'calligra-stage' 
'calligra-words' 'calligra-l10n' 'calligra-meta')
+for _lang in bs ca ca@valencia cs da de el en_gb es et fi fr gl hu it ja kk nb 
nl \
+ pl pt pt_br ru sk sv uk zh_cn zh_tw; do
+  conflicts+=(calligra-l10n-$_lang)
+  replaces+=(calligra-l10n-$_lang)
+done
+source=("https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('452bddc4e03cfbf48de508b991dc94209d386d86bf010ea9d10afed0f5694db2'
+'SKIP')
+validpgpkeys=(05D00A8B73A686789E0A156858B9596C722EA3BD  # Boudewijn Rempt 

+  42A60D06F449E895F40F09C01638B8A616108B8A) # Dag Andersen 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: calligra/repos/staging-x86_64/PKGBUILD (from rev 306790, 
calligra/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-10-05 09:22:28 UTC (rev 306791)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Ronald van Haren 
+
+pkgname=calligra
+pkgdesc="A set of applications for productivity and creative usage"
+pkgver=3.0.1
+pkgrel=6
+arch=('i686' 'x86_64')
+url='https://www.calligra-suite.org/'
+license=('FDL1.2' 'GPL2' 'LGPL')
+depends=('kcmutils' 'knotifyconfig' 'kross' 'kactivities' 'kdiagram' 'kreport' 
'libspnav'
+ 'gsl' 'openexr' 'kcontacts' 'kcalcore' 'qca-qt5' 'poppler-qt5' 
'libodfgen' 'qt5-webkit' 'cauchy' 'khtml')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'kdesignerplugin' 
'boost' 'openjpeg'
+ 'libwpg' 'okular' 'eigen' 'marble-common' 'pstoedit' 'libvisio' 
'libetonyek' 'libwps' 'vc')
+optdepends=('libwpg: Corel WordPerfect Graphics image importer'
+'libwps: Microsoft Works file word processor format import'
+'libvisio: Microsoft Visio import filter'
+'libetonyek: Apple Keynote import filter'
+'pstoedit: 

[arch-commits] Commit in calligra/repos (4 files)

2017-09-15 Thread Antonio Rojas
Date: Friday, September 15, 2017 @ 20:37:45
  Author: arojas
Revision: 305622

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  calligra/repos/staging-i686/
  calligra/repos/staging-i686/PKGBUILD
(from rev 305621, calligra/trunk/PKGBUILD)
  calligra/repos/staging-x86_64/
  calligra/repos/staging-x86_64/PKGBUILD
(from rev 305621, calligra/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   58 ++
 staging-x86_64/PKGBUILD |   58 ++
 2 files changed, 116 insertions(+)

Copied: calligra/repos/staging-i686/PKGBUILD (from rev 305621, 
calligra/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-09-15 20:37:45 UTC (rev 305622)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Ronald van Haren 
+
+pkgname=calligra
+pkgdesc="A set of applications for productivity and creative usage"
+pkgver=3.0.1
+pkgrel=5
+arch=('i686' 'x86_64')
+url='https://www.calligra-suite.org/'
+license=('FDL1.2' 'GPL2' 'LGPL')
+depends=('kcmutils' 'knotifyconfig' 'kross' 'kactivities' 'kdiagram' 'kreport' 
'libspnav'
+ 'gsl' 'openexr' 'kcontacts' 'kcalcore' 'qca-qt5' 'poppler-qt5' 
'libodfgen' 'qt5-webkit' 'cauchy' 'khtml')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'kdesignerplugin' 
'boost' 'openjpeg'
+ 'libwpg' 'okular' 'eigen' 'marble-common' 'pstoedit' 'libvisio' 
'libetonyek' 'libwps' 'vc')
+optdepends=('libwpg: Corel WordPerfect Graphics image importer'
+'libwps: Microsoft Works file word processor format import'
+'libvisio: Microsoft Visio import filter'
+'libetonyek: Apple Keynote import filter'
+'pstoedit: EPS to SVG filter'
+'poppler: PDF to SVG filter'
+'openjpeg: PDF to SVG filer')
+conflicts=('calligra-devtools' 'calligra-extras' 'calligra-filters' 
'calligra-karbon' 'karbon' 'calligra-libs' 'calligra-plan'
+  'calligra-plugins' 'calligra-sheets' 'calligra-stage' 
'calligra-words' 'calligra-l10n' 'calligra-meta'
+  'calligra-flow' 'calligra-braindump' 'calligra-gemini' 
'calligra-handbook')
+replaces=('calligra-devtools' 'calligra-extras' 'calligra-filters' 
'calligra-karbon' 'karbon' 'calligra-libs' 'calligra-plan'
+  'calligra-plugins' 'calligra-sheets' 'calligra-stage' 
'calligra-words' 'calligra-l10n' 'calligra-meta')
+for _lang in bs ca ca@valencia cs da de el en_gb es et fi fr gl hu it ja kk nb 
nl \
+ pl pt pt_br ru sk sv uk zh_cn zh_tw; do
+  conflicts+=(calligra-l10n-$_lang)
+  replaces+=(calligra-l10n-$_lang)
+done
+source=("https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('452bddc4e03cfbf48de508b991dc94209d386d86bf010ea9d10afed0f5694db2'
+'SKIP')
+validpgpkeys=(05D00A8B73A686789E0A156858B9596C722EA3BD  # Boudewijn Rempt 

+  42A60D06F449E895F40F09C01638B8A616108B8A) # Dag Andersen 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: calligra/repos/staging-x86_64/PKGBUILD (from rev 305621, 
calligra/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-09-15 20:37:45 UTC (rev 305622)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Ronald van Haren 
+
+pkgname=calligra
+pkgdesc="A set of applications for productivity and creative usage"
+pkgver=3.0.1
+pkgrel=5
+arch=('i686' 'x86_64')
+url='https://www.calligra-suite.org/'
+license=('FDL1.2' 'GPL2' 'LGPL')
+depends=('kcmutils' 'knotifyconfig' 'kross' 'kactivities' 'kdiagram' 'kreport' 
'libspnav'
+ 'gsl' 'openexr' 'kcontacts' 'kcalcore' 'qca-qt5' 'poppler-qt5' 
'libodfgen' 'qt5-webkit' 'cauchy' 'khtml')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'kdesignerplugin' 
'boost' 'openjpeg'
+ 'libwpg' 'okular' 'eigen' 'marble-common' 'pstoedit' 'libvisio' 
'libetonyek' 'libwps' 'vc')
+optdepends=('libwpg: Corel WordPerfect Graphics image importer'
+'libwps: Microsoft Works file word processor format import'
+'libvisio: Microsoft Visio import filter'
+'libetonyek: Apple Keynote import filter'
+'pstoedit: 

[arch-commits] Commit in calligra/repos (4 files)

2017-08-01 Thread Evangelos Foutras
Date: Tuesday, August 1, 2017 @ 13:44:22
  Author: foutrelis
Revision: 301462

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  calligra/repos/staging-i686/
  calligra/repos/staging-i686/PKGBUILD
(from rev 301461, calligra/trunk/PKGBUILD)
  calligra/repos/staging-x86_64/
  calligra/repos/staging-x86_64/PKGBUILD
(from rev 301461, calligra/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   58 ++
 staging-x86_64/PKGBUILD |   58 ++
 2 files changed, 116 insertions(+)

Copied: calligra/repos/staging-i686/PKGBUILD (from rev 301461, 
calligra/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-08-01 13:44:22 UTC (rev 301462)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Ronald van Haren 
+
+pkgname=calligra
+pkgdesc="A set of applications for productivity and creative usage"
+pkgver=3.0.1
+pkgrel=4
+arch=('i686' 'x86_64')
+url='http://www.calligra-suite.org/'
+license=('FDL1.2' 'GPL2' 'LGPL')
+depends=('kcmutils' 'knotifyconfig' 'kross' 'kactivities' 'kdiagram' 'kreport' 
'libspnav'
+ 'gsl' 'openexr' 'kcontacts' 'kcalcore' 'qca-qt5' 'poppler-qt5' 
'libodfgen' 'qt5-webkit' 'cauchy' 'khtml')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'kdesignerplugin' 
'boost' 'openjpeg'
+ 'libwpg' 'okular' 'eigen' 'marble-common' 'pstoedit' 'libvisio' 
'libetonyek' 'libwps' 'vc')
+optdepends=('libwpg: Corel WordPerfect Graphics image importer'
+'libwps: Microsoft Works file word processor format import'
+'libvisio: Microsoft Visio import filter'
+'libetonyek: Apple Keynote import filter'
+'pstoedit: EPS to SVG filter'
+'poppler: PDF to SVG filter'
+'openjpeg: PDF to SVG filer')
+conflicts=('calligra-devtools' 'calligra-extras' 'calligra-filters' 
'calligra-karbon' 'karbon' 'calligra-libs' 'calligra-plan'
+  'calligra-plugins' 'calligra-sheets' 'calligra-stage' 
'calligra-words' 'calligra-l10n' 'calligra-meta'
+  'calligra-flow' 'calligra-braindump' 'calligra-gemini' 
'calligra-handbook')
+replaces=('calligra-devtools' 'calligra-extras' 'calligra-filters' 
'calligra-karbon' 'karbon' 'calligra-libs' 'calligra-plan'
+  'calligra-plugins' 'calligra-sheets' 'calligra-stage' 
'calligra-words' 'calligra-l10n' 'calligra-meta')
+for _lang in bs ca ca@valencia cs da de el en_gb es et fi fr gl hu it ja kk nb 
nl \
+ pl pt pt_br ru sk sv uk zh_cn zh_tw; do
+  conflicts+=(calligra-l10n-$_lang)
+  replaces+=(calligra-l10n-$_lang)
+done
+source=("http://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('452bddc4e03cfbf48de508b991dc94209d386d86bf010ea9d10afed0f5694db2'
+'SKIP')
+validpgpkeys=(05D00A8B73A686789E0A156858B9596C722EA3BD  # Boudewijn Rempt 

+  42A60D06F449E895F40F09C01638B8A616108B8A) # Dag Andersen 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: calligra/repos/staging-x86_64/PKGBUILD (from rev 301461, 
calligra/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-08-01 13:44:22 UTC (rev 301462)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Ronald van Haren 
+
+pkgname=calligra
+pkgdesc="A set of applications for productivity and creative usage"
+pkgver=3.0.1
+pkgrel=4
+arch=('i686' 'x86_64')
+url='http://www.calligra-suite.org/'
+license=('FDL1.2' 'GPL2' 'LGPL')
+depends=('kcmutils' 'knotifyconfig' 'kross' 'kactivities' 'kdiagram' 'kreport' 
'libspnav'
+ 'gsl' 'openexr' 'kcontacts' 'kcalcore' 'qca-qt5' 'poppler-qt5' 
'libodfgen' 'qt5-webkit' 'cauchy' 'khtml')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'kdesignerplugin' 
'boost' 'openjpeg'
+ 'libwpg' 'okular' 'eigen' 'marble-common' 'pstoedit' 'libvisio' 
'libetonyek' 'libwps' 'vc')
+optdepends=('libwpg: Corel WordPerfect Graphics image importer'
+'libwps: Microsoft Works file word processor format import'
+'libvisio: Microsoft Visio import filter'
+'libetonyek: Apple Keynote import filter'
+'pstoedit: EPS 

[arch-commits] Commit in calligra/repos (4 files)

2017-06-20 Thread Antonio Rojas
Date: Tuesday, June 20, 2017 @ 06:08:51
  Author: arojas
Revision: 299019

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  calligra/repos/staging-i686/
  calligra/repos/staging-i686/PKGBUILD
(from rev 299016, calligra/trunk/PKGBUILD)
  calligra/repos/staging-x86_64/
  calligra/repos/staging-x86_64/PKGBUILD
(from rev 299018, calligra/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   58 ++
 staging-x86_64/PKGBUILD |   58 ++
 2 files changed, 116 insertions(+)

Copied: calligra/repos/staging-i686/PKGBUILD (from rev 299016, 
calligra/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-06-20 06:08:51 UTC (rev 299019)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Ronald van Haren 
+
+pkgname=calligra
+pkgdesc="A set of applications for productivity and creative usage"
+pkgver=3.0.1
+pkgrel=3
+arch=('i686' 'x86_64')
+url='http://www.calligra-suite.org/'
+license=('FDL1.2' 'GPL2' 'LGPL')
+depends=('kcmutils' 'knotifyconfig' 'kross' 'kactivities' 'kdiagram' 'kreport' 
'libspnav'
+ 'gsl' 'openexr' 'kcontacts' 'kcalcore' 'qca-qt5' 'poppler-qt5' 
'libodfgen' 'qt5-webkit' 'cauchy' 'khtml')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'kdesignerplugin' 
'boost' 'openjpeg'
+ 'libwpg' 'okular' 'eigen' 'marble-common' 'pstoedit' 'libvisio' 
'libetonyek' 'libwps' 'vc')
+optdepends=('libwpg: Corel WordPerfect Graphics image importer'
+'libwps: Microsoft Works file word processor format import'
+'libvisio: Microsoft Visio import filter'
+'libetonyek: Apple Keynote import filter'
+'pstoedit: EPS to SVG filter'
+'poppler: PDF to SVG filter'
+'openjpeg: PDF to SVG filer')
+conflicts=('calligra-devtools' 'calligra-extras' 'calligra-filters' 
'calligra-karbon' 'karbon' 'calligra-libs' 'calligra-plan'
+  'calligra-plugins' 'calligra-sheets' 'calligra-stage' 
'calligra-words' 'calligra-l10n' 'calligra-meta'
+  'calligra-flow' 'calligra-braindump' 'calligra-gemini' 
'calligra-handbook')
+replaces=('calligra-devtools' 'calligra-extras' 'calligra-filters' 
'calligra-karbon' 'karbon' 'calligra-libs' 'calligra-plan'
+  'calligra-plugins' 'calligra-sheets' 'calligra-stage' 
'calligra-words' 'calligra-l10n' 'calligra-meta')
+for _lang in bs ca ca@valencia cs da de el en_gb es et fi fr gl hu it ja kk nb 
nl \
+ pl pt pt_br ru sk sv uk zh_cn zh_tw; do
+  conflicts+=(calligra-l10n-$_lang)
+  replaces+=(calligra-l10n-$_lang)
+done
+source=("http://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('452bddc4e03cfbf48de508b991dc94209d386d86bf010ea9d10afed0f5694db2'
+'SKIP')
+validpgpkeys=(05D00A8B73A686789E0A156858B9596C722EA3BD  # Boudewijn Rempt 

+  42A60D06F449E895F40F09C01638B8A616108B8A) # Dag Andersen 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: calligra/repos/staging-x86_64/PKGBUILD (from rev 299018, 
calligra/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-06-20 06:08:51 UTC (rev 299019)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Ronald van Haren 
+
+pkgname=calligra
+pkgdesc="A set of applications for productivity and creative usage"
+pkgver=3.0.1
+pkgrel=3
+arch=('i686' 'x86_64')
+url='http://www.calligra-suite.org/'
+license=('FDL1.2' 'GPL2' 'LGPL')
+depends=('kcmutils' 'knotifyconfig' 'kross' 'kactivities' 'kdiagram' 'kreport' 
'libspnav'
+ 'gsl' 'openexr' 'kcontacts' 'kcalcore' 'qca-qt5' 'poppler-qt5' 
'libodfgen' 'qt5-webkit' 'cauchy' 'khtml')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'kdesignerplugin' 
'boost' 'openjpeg'
+ 'libwpg' 'okular' 'eigen' 'marble-common' 'pstoedit' 'libvisio' 
'libetonyek' 'libwps' 'vc')
+optdepends=('libwpg: Corel WordPerfect Graphics image importer'
+'libwps: Microsoft Works file word processor format import'
+'libvisio: Microsoft Visio import filter'
+'libetonyek: Apple Keynote import filter'
+'pstoedit: EPS to 

[arch-commits] Commit in calligra/repos (4 files)

2017-04-26 Thread Felix Yan
Date: Thursday, April 27, 2017 @ 05:50:37
  Author: felixonmars
Revision: 294882

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  calligra/repos/staging-i686/
  calligra/repos/staging-i686/PKGBUILD
(from rev 294881, calligra/trunk/PKGBUILD)
  calligra/repos/staging-x86_64/
  calligra/repos/staging-x86_64/PKGBUILD
(from rev 294881, calligra/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   58 ++
 staging-x86_64/PKGBUILD |   58 ++
 2 files changed, 116 insertions(+)

Copied: calligra/repos/staging-i686/PKGBUILD (from rev 294881, 
calligra/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-04-27 05:50:37 UTC (rev 294882)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Ronald van Haren 
+
+pkgname=calligra
+pkgdesc="A set of applications for productivity and creative usage"
+pkgver=3.0.1
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://www.calligra-suite.org/'
+license=('FDL1.2' 'GPL2' 'LGPL')
+depends=('kcmutils' 'knotifyconfig' 'kross' 'kactivities' 'kdiagram' 'kreport' 
'libspnav'
+ 'gsl' 'openexr' 'kcontacts' 'kcalcore' 'qca-qt5' 'poppler-qt5' 
'libodfgen' 'qt5-webkit' 'cauchy' 'khtml')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'kdesignerplugin' 
'boost' 'openjpeg'
+ 'libwpg' 'okular' 'eigen' 'marble-common' 'pstoedit' 'libvisio' 
'libetonyek' 'libwps' 'vc')
+optdepends=('libwpg: Corel WordPerfect Graphics image importer'
+'libwps: Microsoft Works file word processor format import'
+'libvisio: Microsoft Visio import filter'
+'libetonyek: Apple Keynote import filter'
+'pstoedit: EPS to SVG filter'
+'poppler: PDF to SVG filter'
+'openjpeg: PDF to SVG filer')
+conflicts=('calligra-devtools' 'calligra-extras' 'calligra-filters' 
'calligra-karbon' 'karbon' 'calligra-libs' 'calligra-plan'
+  'calligra-plugins' 'calligra-sheets' 'calligra-stage' 
'calligra-words' 'calligra-l10n' 'calligra-meta'
+  'calligra-flow' 'calligra-braindump' 'calligra-gemini' 
'calligra-handbook')
+replaces=('calligra-devtools' 'calligra-extras' 'calligra-filters' 
'calligra-karbon' 'karbon' 'calligra-libs' 'calligra-plan'
+  'calligra-plugins' 'calligra-sheets' 'calligra-stage' 
'calligra-words' 'calligra-l10n' 'calligra-meta')
+for _lang in bs ca ca@valencia cs da de el en_gb es et fi fr gl hu it ja kk nb 
nl \
+ pl pt pt_br ru sk sv uk zh_cn zh_tw; do
+  conflicts+=(calligra-l10n-$_lang)
+  replaces+=(calligra-l10n-$_lang)
+done
+source=("http://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('452bddc4e03cfbf48de508b991dc94209d386d86bf010ea9d10afed0f5694db2'
+'SKIP')
+validpgpkeys=(05D00A8B73A686789E0A156858B9596C722EA3BD  # Boudewijn Rempt 

+  42A60D06F449E895F40F09C01638B8A616108B8A) # Dag Andersen 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: calligra/repos/staging-x86_64/PKGBUILD (from rev 294881, 
calligra/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-04-27 05:50:37 UTC (rev 294882)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Ronald van Haren 
+
+pkgname=calligra
+pkgdesc="A set of applications for productivity and creative usage"
+pkgver=3.0.1
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://www.calligra-suite.org/'
+license=('FDL1.2' 'GPL2' 'LGPL')
+depends=('kcmutils' 'knotifyconfig' 'kross' 'kactivities' 'kdiagram' 'kreport' 
'libspnav'
+ 'gsl' 'openexr' 'kcontacts' 'kcalcore' 'qca-qt5' 'poppler-qt5' 
'libodfgen' 'qt5-webkit' 'cauchy' 'khtml')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'kdesignerplugin' 
'boost' 'openjpeg'
+ 'libwpg' 'okular' 'eigen' 'marble-common' 'pstoedit' 'libvisio' 
'libetonyek' 'libwps' 'vc')
+optdepends=('libwpg: Corel WordPerfect Graphics image importer'
+'libwps: Microsoft Works file word processor format import'
+'libvisio: Microsoft Visio import filter'
+'libetonyek: Apple Keynote import filter'
+'pstoedit: 

[arch-commits] Commit in calligra/repos (4 files)

2017-03-31 Thread Antonio Rojas
Date: Friday, March 31, 2017 @ 12:21:29
  Author: arojas
Revision: 291941

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  calligra/repos/extra-i686/PKGBUILD
(from rev 291940, calligra/trunk/PKGBUILD)
  calligra/repos/extra-x86_64/PKGBUILD
(from rev 291940, calligra/trunk/PKGBUILD)
Deleted:
  calligra/repos/extra-i686/PKGBUILD
  calligra/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  116 
 extra-i686/PKGBUILD   |   58 
 extra-x86_64/PKGBUILD |   58 
 3 files changed, 116 insertions(+), 116 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-03-31 12:20:57 UTC (rev 291940)
+++ extra-i686/PKGBUILD 2017-03-31 12:21:29 UTC (rev 291941)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Ronald van Haren 
-
-pkgname=calligra
-pkgdesc="A set of applications for productivity and creative usage"
-pkgver=3.0.0.1
-pkgrel=5
-arch=('i686' 'x86_64')
-url='http://www.calligra-suite.org/'
-license=('FDL1.2' 'GPL2' 'LGPL')
-depends=('kcmutils' 'knotifyconfig' 'kross' 'ktexteditor' 'threadweaver' 
'kactivities' 'kdiagram' 'kreport' 'libspnav'
- 'gsl' 'openexr' 'kcontacts' 'kcalcore' 'qca-qt5' 'poppler-qt5' 
'libodfgen' 'qt5-webkit' 'cauchy')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'kdesignerplugin' 
'khtml' 'boost' 'openjpeg'
- 'libwpg' 'okular' 'eigen' 'marble' 'pstoedit' 'libvisio' 
'libetonyek' 'libodfgen' 'libwps' 'vc')
-optdepends=('libwpg: Corel WordPerfect Graphics image importer'
-'libwps: Microsoft Works file word processor format import'
-'libvisio: Microsoft Visio import filter'
-'libetonyek: Apple Keynote import filter'
-'pstoedit: EPS to SVG filter'
-'poppler: PDF to SVG filter'
-'khtml: HTML to ODS filter'
-'openjpeg: PDF to SVG filer')
-conflicts=('calligra-devtools' 'calligra-extras' 'calligra-filters' 
'calligra-karbon' 'karbon' 'calligra-libs' 'calligra-plan'
-  'calligra-plugins' 'calligra-sheets' 'calligra-stage' 
'calligra-words' 'calligra-l10n' 'calligra-meta'
-  'calligra-flow' 'calligra-braindump' 'calligra-gemini' 
'calligra-handbook')
-replaces=('calligra-devtools' 'calligra-extras' 'calligra-filters' 
'calligra-karbon' 'karbon' 'calligra-libs' 'calligra-plan'
-  'calligra-plugins' 'calligra-sheets' 'calligra-stage' 
'calligra-words' 'calligra-l10n' 'calligra-meta')
-for _lang in bs ca ca@valencia cs da de el en_gb es et fi fr gl hu it ja kk nb 
nl \
- pl pt pt_br ru sk sv uk zh_cn zh_tw; do
-  conflicts+=(calligra-l10n-$_lang)
-  replaces+=(calligra-l10n-$_lang)
-done
-source=("http://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('dedc51efc42f7dda37514d450cb772d9db37a658e0abbcf0f513712a04c1f011'
-'SKIP')
-validpgpkeys=(05D00A8B73A686789E0A156858B9596C722EA3BD) # Boudewijn Rempt 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: calligra/repos/extra-i686/PKGBUILD (from rev 291940, 
calligra/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-03-31 12:21:29 UTC (rev 291941)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Ronald van Haren 
+
+pkgname=calligra
+pkgdesc="A set of applications for productivity and creative usage"
+pkgver=3.0.1
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.calligra-suite.org/'
+license=('FDL1.2' 'GPL2' 'LGPL')
+depends=('kcmutils' 'knotifyconfig' 'kross' 'kactivities' 'kdiagram' 'kreport' 
'libspnav'
+ 'gsl' 'openexr' 'kcontacts' 'kcalcore' 'qca-qt5' 'poppler-qt5' 
'libodfgen' 'qt5-webkit' 'cauchy' 'khtml')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'kdesignerplugin' 
'boost' 'openjpeg'
+ 'libwpg' 'okular' 'eigen' 'marble-common' 'pstoedit' 'libvisio' 
'libetonyek' 'libwps' 'vc')
+optdepends=('libwpg: Corel WordPerfect Graphics image importer'
+'libwps: Microsoft Works file word processor format import'
+'libvisio: Microsoft Visio import filter'
+'libetonyek: Apple Keynote import filter'
+'pstoedit: EPS to SVG filter'
+'poppler: PDF to SVG 

[arch-commits] Commit in calligra/repos (4 files)

2017-02-07 Thread Antonio Rojas
Date: Tuesday, February 7, 2017 @ 13:29:16
  Author: arojas
Revision: 288158

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  calligra/repos/extra-i686/PKGBUILD
(from rev 288157, calligra/trunk/PKGBUILD)
  calligra/repos/extra-x86_64/PKGBUILD
(from rev 288157, calligra/trunk/PKGBUILD)
Deleted:
  calligra/repos/extra-i686/PKGBUILD
  calligra/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  116 
 extra-i686/PKGBUILD   |   58 
 extra-x86_64/PKGBUILD |   58 
 3 files changed, 116 insertions(+), 116 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-07 13:27:24 UTC (rev 288157)
+++ extra-i686/PKGBUILD 2017-02-07 13:29:16 UTC (rev 288158)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Ronald van Haren 
-
-pkgname=calligra
-pkgdesc="A set of applications for productivity and creative usage"
-pkgver=3.0.0.1
-pkgrel=4
-arch=('i686' 'x86_64')
-url='http://www.calligra-suite.org/'
-license=('FDL1.2' 'GPL2' 'LGPL')
-depends=('kcmutils' 'knotifyconfig' 'kross' 'ktexteditor' 'threadweaver' 
'kactivities' 'kdiagram' 'kreport' 'libspnav'
- 'gsl' 'openexr' 'akonadi-contacts' 'kcalcore' 'qca-qt5' 'poppler-qt5' 
'libodfgen' 'qt5-webkit' 'cauchy')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'kdesignerplugin' 
'khtml' 'boost' 'openjpeg'
- 'libwpg' 'okular' 'eigen' 'marble' 'pstoedit' 'libvisio' 
'libetonyek' 'libodfgen' 'libwps' 'vc')
-optdepends=('libwpg: Corel WordPerfect Graphics image importer'
-'libwps: Microsoft Works file word processor format import'
-'libvisio: Microsoft Visio import filter'
-'libetonyek: Apple Keynote import filter'
-'pstoedit: EPS to SVG filter'
-'poppler: PDF to SVG filter'
-'khtml: HTML to ODS filter'
-'openjpeg: PDF to SVG filer')
-conflicts=('calligra-devtools' 'calligra-extras' 'calligra-filters' 
'calligra-karbon' 'karbon' 'calligra-libs' 'calligra-plan'
-  'calligra-plugins' 'calligra-sheets' 'calligra-stage' 
'calligra-words' 'calligra-l10n' 'calligra-meta'
-  'calligra-flow' 'calligra-braindump' 'calligra-gemini' 
'calligra-handbook')
-replaces=('calligra-devtools' 'calligra-extras' 'calligra-filters' 
'calligra-karbon' 'karbon' 'calligra-libs' 'calligra-plan'
-  'calligra-plugins' 'calligra-sheets' 'calligra-stage' 
'calligra-words' 'calligra-l10n' 'calligra-meta')
-for _lang in bs ca ca@valencia cs da de el en_gb es et fi fr gl hu it ja kk nb 
nl \
- pl pt pt_br ru sk sv uk zh_cn zh_tw; do
-  conflicts+=(calligra-l10n-$_lang)
-  replaces+=(calligra-l10n-$_lang)
-done
-source=("http://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('dedc51efc42f7dda37514d450cb772d9db37a658e0abbcf0f513712a04c1f011'
-'SKIP')
-validpgpkeys=(05D00A8B73A686789E0A156858B9596C722EA3BD) # Boudewijn Rempt 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: calligra/repos/extra-i686/PKGBUILD (from rev 288157, 
calligra/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-02-07 13:29:16 UTC (rev 288158)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Ronald van Haren 
+
+pkgname=calligra
+pkgdesc="A set of applications for productivity and creative usage"
+pkgver=3.0.0.1
+pkgrel=5
+arch=('i686' 'x86_64')
+url='http://www.calligra-suite.org/'
+license=('FDL1.2' 'GPL2' 'LGPL')
+depends=('kcmutils' 'knotifyconfig' 'kross' 'ktexteditor' 'threadweaver' 
'kactivities' 'kdiagram' 'kreport' 'libspnav'
+ 'gsl' 'openexr' 'kcontacts' 'kcalcore' 'qca-qt5' 'poppler-qt5' 
'libodfgen' 'qt5-webkit' 'cauchy')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'kdesignerplugin' 
'khtml' 'boost' 'openjpeg'
+ 'libwpg' 'okular' 'eigen' 'marble' 'pstoedit' 'libvisio' 
'libetonyek' 'libodfgen' 'libwps' 'vc')
+optdepends=('libwpg: Corel WordPerfect Graphics image importer'
+'libwps: Microsoft Works file word processor format import'
+'libvisio: Microsoft Visio import filter'
+'libetonyek: Apple Keynote import filter'
+'pstoedit: EPS to SVG 

[arch-commits] Commit in calligra/repos (4 files)

2017-01-04 Thread Antonio Rojas
Date: Wednesday, January 4, 2017 @ 09:48:15
  Author: arojas
Revision: 285271

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  calligra/repos/extra-i686/PKGBUILD
(from rev 285270, calligra/trunk/PKGBUILD)
  calligra/repos/extra-x86_64/PKGBUILD
(from rev 285270, calligra/trunk/PKGBUILD)
Deleted:
  calligra/repos/extra-i686/PKGBUILD
  calligra/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  116 
 extra-i686/PKGBUILD   |   59 
 extra-x86_64/PKGBUILD |   59 
 3 files changed, 116 insertions(+), 118 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-01-04 09:47:37 UTC (rev 285270)
+++ extra-i686/PKGBUILD 2017-01-04 09:48:15 UTC (rev 285271)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Ronald van Haren 
-
-pkgname=calligra
-pkgdesc="A set of applications for productivity and creative usage"
-pkgver=3.0.0.1
-pkgrel=3
-arch=('i686' 'x86_64')
-url='http://www.calligra-suite.org/'
-license=('FDL1.2' 'GPL2' 'LGPL')
-depends=('kcmutils' 'knotifyconfig' 'kross' 'ktexteditor' 'threadweaver' 
'kactivities' 'kdiagram' 'kreport' 'libspnav'
- 'gsl' 'openexr' 'akonadi-contacts' 'kcalcore' 'qca-qt5' 'poppler-qt5' 
'libodfgen' 'qt5-webkit' 'cauchy')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'kdesignerplugin' 
'khtml' 'boost' 'openjpeg'
- 'libwpg' 'okular' 'eigen' 'marble' 'pstoedit' 'libvisio' 
'libetonyek' 'libodfgen' 'libwps' 'vc')
-optdepends=('libwpg: Corel WordPerfect Graphics image importer'
-'libwps: Microsoft Works file word processor format import'
-'libvisio: Microsoft Visio import filter'
-'libetonyek: Apple Keynote import filter'
-'pstoedit: EPS to SVG filter'
-'poppler: PDF to SVG filter'
-'khtml: HTML to ODS filter'
-'openjpeg: PDF to SVG filer'
-'cauchy: formula shape')
-conflicts=('calligra-devtools' 'calligra-extras' 'calligra-filters' 
'calligra-karbon' 'karbon' 'calligra-libs' 'calligra-plan'
-  'calligra-plugins' 'calligra-sheets' 'calligra-stage' 
'calligra-words' 'calligra-l10n' 'calligra-meta'
-  'calligra-flow' 'calligra-braindump' 'calligra-gemini' 
'calligra-handbook')
-replaces=('calligra-devtools' 'calligra-extras' 'calligra-filters' 
'calligra-karbon' 'karbon' 'calligra-libs' 'calligra-plan'
-  'calligra-plugins' 'calligra-sheets' 'calligra-stage' 
'calligra-words' 'calligra-l10n' 'calligra-meta')
-for _lang in bs ca ca@valencia cs da de el en_gb es et fi fr gl hu it ja kk nb 
nl \
- pl pt pt_br ru sk sv uk zh_cn zh_tw; do
-  conflicts+=(calligra-l10n-$_lang)
-  replaces+=(calligra-l10n-$_lang)
-done
-source=("http://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('dedc51efc42f7dda37514d450cb772d9db37a658e0abbcf0f513712a04c1f011'
-'SKIP')
-validpgpkeys=(05D00A8B73A686789E0A156858B9596C722EA3BD) # Boudewijn Rempt 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Debug \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: calligra/repos/extra-i686/PKGBUILD (from rev 285270, 
calligra/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-01-04 09:48:15 UTC (rev 285271)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Ronald van Haren 
+
+pkgname=calligra
+pkgdesc="A set of applications for productivity and creative usage"
+pkgver=3.0.0.1
+pkgrel=4
+arch=('i686' 'x86_64')
+url='http://www.calligra-suite.org/'
+license=('FDL1.2' 'GPL2' 'LGPL')
+depends=('kcmutils' 'knotifyconfig' 'kross' 'ktexteditor' 'threadweaver' 
'kactivities' 'kdiagram' 'kreport' 'libspnav'
+ 'gsl' 'openexr' 'akonadi-contacts' 'kcalcore' 'qca-qt5' 'poppler-qt5' 
'libodfgen' 'qt5-webkit' 'cauchy')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'kdesignerplugin' 
'khtml' 'boost' 'openjpeg'
+ 'libwpg' 'okular' 'eigen' 'marble' 'pstoedit' 'libvisio' 
'libetonyek' 'libodfgen' 'libwps' 'vc')
+optdepends=('libwpg: Corel WordPerfect Graphics image importer'
+'libwps: Microsoft Works file word processor format import'
+'libvisio: Microsoft Visio import filter'
+'libetonyek: Apple Keynote import 

[arch-commits] Commit in calligra/repos (4 files)

2017-01-03 Thread Antonio Rojas
Date: Tuesday, January 3, 2017 @ 21:59:30
  Author: arojas
Revision: 285268

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  calligra/repos/extra-i686/PKGBUILD
(from rev 285267, calligra/trunk/PKGBUILD)
  calligra/repos/extra-x86_64/PKGBUILD
(from rev 285267, calligra/trunk/PKGBUILD)
Deleted:
  calligra/repos/extra-i686/PKGBUILD
  calligra/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  118 
 extra-i686/PKGBUILD   |   59 
 extra-x86_64/PKGBUILD |   59 
 3 files changed, 118 insertions(+), 118 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-01-03 21:58:55 UTC (rev 285267)
+++ extra-i686/PKGBUILD 2017-01-03 21:59:30 UTC (rev 285268)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Ronald van Haren 
-
-pkgname=calligra
-pkgdesc="A set of applications for productivity and creative usage"
-pkgver=3.0.0.1
-pkgrel=2
-arch=('i686' 'x86_64')
-url='http://www.calligra-suite.org/'
-license=('FDL1.2' 'GPL2' 'LGPL')
-depends=('kcmutils' 'knotifyconfig' 'kross' 'ktexteditor' 'threadweaver' 
'kactivities' 'kdiagram' 'kreport' 'libspnav'
- 'gsl' 'openexr' 'akonadi-contacts' 'kcalcore' 'qca-qt5' 'poppler-qt5' 
'libodfgen' 'qt5-webkit' 'cauchy')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'kdesignerplugin' 
'khtml' 'boost' 'openjpeg'
- 'libwpg' 'okular' 'eigen' 'marble' 'pstoedit' 'libvisio' 
'libetonyek' 'libodfgen' 'libwps' 'vc')
-optdepends=('libwpg: Corel WordPerfect Graphics image importer'
-'libwps: Microsoft Works file word processor format import'
-'libvisio: Microsoft Visio import filter'
-'libetonyek: Apple Keynote import filter'
-'pstoedit: EPS to SVG filter'
-'poppler: PDF to SVG filter'
-'khtml: HTML to ODS filter'
-'openjpeg: PDF to SVG filer'
-'cauchy: formula shape')
-conflicts=('calligra-devtools' 'calligra-extras' 'calligra-filters' 
'calligra-karbon' 'karbon' 'calligra-libs' 'calligra-plan'
-  'calligra-plugins' 'calligra-sheets' 'calligra-stage' 
'calligra-words' 'calligra-l10n' 'calligra-meta'
-  'calligra-flow' 'calligra-braindump' 'calligra-gemini')
-replaces=('calligra-devtools' 'calligra-extras' 'calligra-filters' 
'calligra-karbon' 'karbon' 'calligra-libs' 'calligra-plan'
-  'calligra-plugins' 'calligra-sheets' 'calligra-stage' 
'calligra-words' 'calligra-l10n' 'calligra-meta')
-for _lang in bs ca ca@valencia cs da de el en_gb es et fi fr gl hu it ja kk nb 
nl \
- pl pt pt_br ru sk sv uk zh_cn zh_tw; do
-  conflicts+=(calligra-l10n-$_lang)
-  replaces+=(calligra-l10n-$_lang)
-done
-source=("http://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('dedc51efc42f7dda37514d450cb772d9db37a658e0abbcf0f513712a04c1f011'
-'SKIP')
-validpgpkeys=(05D00A8B73A686789E0A156858B9596C722EA3BD) # Boudewijn Rempt 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Debug \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: calligra/repos/extra-i686/PKGBUILD (from rev 285267, 
calligra/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-01-03 21:59:30 UTC (rev 285268)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Ronald van Haren 
+
+pkgname=calligra
+pkgdesc="A set of applications for productivity and creative usage"
+pkgver=3.0.0.1
+pkgrel=3
+arch=('i686' 'x86_64')
+url='http://www.calligra-suite.org/'
+license=('FDL1.2' 'GPL2' 'LGPL')
+depends=('kcmutils' 'knotifyconfig' 'kross' 'ktexteditor' 'threadweaver' 
'kactivities' 'kdiagram' 'kreport' 'libspnav'
+ 'gsl' 'openexr' 'akonadi-contacts' 'kcalcore' 'qca-qt5' 'poppler-qt5' 
'libodfgen' 'qt5-webkit' 'cauchy')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'kdesignerplugin' 
'khtml' 'boost' 'openjpeg'
+ 'libwpg' 'okular' 'eigen' 'marble' 'pstoedit' 'libvisio' 
'libetonyek' 'libodfgen' 'libwps' 'vc')
+optdepends=('libwpg: Corel WordPerfect Graphics image importer'
+'libwps: Microsoft Works file word processor format import'
+'libvisio: Microsoft Visio import filter'
+'libetonyek: Apple Keynote import filter'
+

[arch-commits] Commit in calligra/repos (4 files)

2017-01-03 Thread Antonio Rojas
Date: Tuesday, January 3, 2017 @ 20:38:57
  Author: arojas
Revision: 285260

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  calligra/repos/extra-i686/PKGBUILD
(from rev 285259, calligra/trunk/PKGBUILD)
  calligra/repos/extra-x86_64/PKGBUILD
(from rev 285259, calligra/trunk/PKGBUILD)
Deleted:
  calligra/repos/extra-i686/PKGBUILD
  calligra/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  118 
 extra-i686/PKGBUILD   |   58 ---
 extra-x86_64/PKGBUILD |   58 ---
 3 files changed, 118 insertions(+), 116 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-01-03 20:37:32 UTC (rev 285259)
+++ extra-i686/PKGBUILD 2017-01-03 20:38:57 UTC (rev 285260)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Ronald van Haren 
-
-pkgname=calligra
-pkgdesc="A set of applications for productivity and creative usage"
-pkgver=3.0.0.1
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.calligra-suite.org/'
-license=('FDL1.2' 'GPL2' 'LGPL')
-depends=('kcmutils' 'knotifyconfig' 'kross' 'ktexteditor' 'threadweaver' 
'kactivities' 'kdiagram' 'kreport' 'libspnav'
- 'gsl' 'openexr' 'akonadi-contacts' 'kcalcore' 'qca-qt5' 'poppler-qt5' 
'libodfgen' 'qt5-webkit' 'cauchy')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'kdesignerplugin' 
'khtml' 'boost' 'openjpeg'
- 'libwpg' 'okular' 'eigen' 'marble' 'pstoedit' 'libvisio' 
'libetonyek' 'libodfgen' 'libwps' 'vc')
-optdepends=('libwpg: Corel WordPerfect Graphics image importer'
-'libwps: Microsoft Works file word processor format import'
-'libvisio: Microsoft Visio import filter'
-'libetonyek: Apple Keynote import filter'
-'pstoedit: EPS to SVG filter'
-'poppler: PDF to SVG filter'
-'khtml: HTML to ODS filter'
-'openjpeg: PDF to SVG filer'
-'cauchy: formula shape')
-conflicts=('calligra-devtools' 'calligra-extras' 'calligra-filters' 
'calligra-karbon' 'karbon' 'calligra-libs' 'calligra-plan'
- 'calligra-plugins' 'calligra-sheets' 'calligra-stage' 
'calligra-words' 'calligra-l10n' 'calligra-meta')
-replaces=('calligra-devtools' 'calligra-extras' 'calligra-filters' 
'calligra-karbon' 'karbon' 'calligra-libs' 'calligra-plan'
- 'calligra-plugins' 'calligra-sheets' 'calligra-stage' 
'calligra-words' 'calligra-l10n' 'calligra-meta')
-for _lang in bs ca ca@valencia cs da de el en_gb es et fi fr gl hu it ja kk nb 
nl \
- pl pt pt_br ru sk sv uk zh_cn zh_tw; do
-  conflicts+=(calligra-l10n-$_lang)
-  replaces+=(calligra-l10n-$_lang)
-done
-source=("http://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('dedc51efc42f7dda37514d450cb772d9db37a658e0abbcf0f513712a04c1f011'
-'SKIP')
-validpgpkeys=(05D00A8B73A686789E0A156858B9596C722EA3BD) # Boudewijn Rempt 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Debug \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: calligra/repos/extra-i686/PKGBUILD (from rev 285259, 
calligra/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-01-03 20:38:57 UTC (rev 285260)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Ronald van Haren 
+
+pkgname=calligra
+pkgdesc="A set of applications for productivity and creative usage"
+pkgver=3.0.0.1
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://www.calligra-suite.org/'
+license=('FDL1.2' 'GPL2' 'LGPL')
+depends=('kcmutils' 'knotifyconfig' 'kross' 'ktexteditor' 'threadweaver' 
'kactivities' 'kdiagram' 'kreport' 'libspnav'
+ 'gsl' 'openexr' 'akonadi-contacts' 'kcalcore' 'qca-qt5' 'poppler-qt5' 
'libodfgen' 'qt5-webkit' 'cauchy')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'kdesignerplugin' 
'khtml' 'boost' 'openjpeg'
+ 'libwpg' 'okular' 'eigen' 'marble' 'pstoedit' 'libvisio' 
'libetonyek' 'libodfgen' 'libwps' 'vc')
+optdepends=('libwpg: Corel WordPerfect Graphics image importer'
+'libwps: Microsoft Works file word processor format import'
+'libvisio: Microsoft Visio import filter'
+'libetonyek: Apple Keynote import filter'
+'pstoedit: EPS to SVG filter'
+'poppler: PDF to SVG filter'

[arch-commits] Commit in calligra/repos (4 files)

2017-01-03 Thread Antonio Rojas
Date: Tuesday, January 3, 2017 @ 17:51:52
  Author: arojas
Revision: 285251

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  calligra/repos/testing-i686/PKGBUILD
(from rev 285250, calligra/trunk/PKGBUILD)
  calligra/repos/testing-x86_64/PKGBUILD
(from rev 285250, calligra/trunk/PKGBUILD)
Deleted:
  calligra/repos/testing-i686/PKGBUILD
  calligra/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |  116 
 testing-i686/PKGBUILD   |  162 --
 testing-x86_64/PKGBUILD |  162 --
 3 files changed, 116 insertions(+), 324 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-01-03 17:51:07 UTC (rev 285250)
+++ testing-i686/PKGBUILD   2017-01-03 17:51:52 UTC (rev 285251)
@@ -1,162 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Ronald van Haren 
-
-pkgbase=calligra
-pkgname=('calligra-devtools'
- 'calligra-extras'
- 'calligra-filters'
- 'karbon'
- 'calligra-libs'
- 'calligra-plan'
- 'calligra-plugins'
- 'calligra-sheets'
- 'calligra-stage'
- 'calligra-words'
- 'calligra-l10n')
-pkgver=3.0.0.1
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.calligra-suite.org/'
-license=('FDL1.2' 'GPL2' 'LGPL')
-makedepends=('extra-cmake-modules' 'kcmutils' 'kdoctools' 'python' 
'kdelibs4support' 'knotifyconfig'
- 'kdesignerplugin' 'kross' 'ktexteditor' 'threadweaver' 
'kactivities' 'khtml' 'boost'
- 'libwpg' 'okular' 'kdiagram' 'kreport' 'eigen' 'marble' 
'openjpeg' 'pstoedit' 'libspnav' 'cauchy'
- 'libvisio' 'libetonyek' 'libodfgen' 'libwps' 'gsl' 'openexr' 
'akonadi-contacts' 'kcalcore' 'vc' 'qca-qt5')
-groups=('calligra')
-source=("http://download.kde.org/stable/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.xz"{,.sig})
-md5sums=('c4cffca0a8008b5efd285414eeeddcff'
- 'SKIP')
-validpgpkeys=(05D00A8B73A686789E0A156858B9596C722EA3BD) # Boudewijn Rempt 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package_calligra-filters() {
-  pkgdesc="Filters for the Calligra office suite"
-  depends=('calligra-sheets' 'calligra-words' 'karbon' 'libodfgen')
-  optdepends=('libwpg: Corel WordPerfect Graphics image importer'
-  'libwps: Microsoft Works file word processor format import'
-  'libvisio: Microsoft Visio import filter'
-  'libetonyek: Apple Keynote import filter'
-  'pstoedit: EPS to SVG filter'
-  'poppler: PDF to SVG filter'
-  'khtml: HTML to ODS filter'
-  'openjpeg: PDF to SVG filer')
-  cd build/filters
-  make DESTDIR="$pkgdir" install
-}
-
-package_calligra-libs() {
-  pkgdesc="Libraries for the Calligra office suite"
-  depends=('akonadi-contacts' 'ilmbase' 'kactivities' 'qca-qt5' 'kross')
-
-  for _d in interfaces libs pics servicetypes; do
-cd "$srcdir"/build/$_d
-make DESTDIR="$pkgdir" install
-  done
-}
-
-package_calligra-plugins() {
-  pkgdesc="Plugins for the Calligra office suite"
-  depends=('calligra-filters' 'libspnav' 'kdiagram')
-  optdepends=('cauchy: formula shape')
-
-  cd build/plugins
-  make DESTDIR="$pkgdir" install
-}
-
-package_karbon() {
-  pkgdesc="Create scalable vector drawings"
-  depends=('calligra-libs' 'hicolor-icon-theme')
-  optdepends=('calligra-filters: import/export filters'
-  'calligra-extras: extra calligra tools')
-  conflicts=('calligra-karbon')
-  replaces=('calligra-karbon')
-
-  cd build/karbon
-  make DESTDIR="$pkgdir" install
-}
-
-package_calligra-plan() {
-  pkgdesc="Calligra Project Management Component"
-  depends=('calligra-words' 'kreport' 'kcalcore' 'khtml' 'kdiagram')
-
-  cd build/plan
-  make DESTDIR="$pkgdir" install
-}
-
-package_calligra-stage() {
-  pkgdesc="Write presentation documents"
-  depends=('calligra-libs' 'qt5-webkit' 'hicolor-icon-theme')
-
-  cd build/stage
-  make DESTDIR="$pkgdir" install
-}
-
-package_calligra-sheets() {
-  pkgdesc="Write spreadsheet documents"
-  depends=('calligra-libs' 'gsl' 'kdelibs4support' 'kcmutils' 'knotifyconfig' 
'hicolor-icon-theme')
-  optdepends=('calligra-filters: import/export filters'
-  'calligra-plugins: extra calligra plugins'
-  'calligra-extras: extra calligra tools')
-
-  cd build/sheets
-  make DESTDIR="$pkgdir" install
-}
-
-package_calligra-words() {
-  pkgdesc="Word Processor"
-  depends=('calligra-libs' 'hicolor-icon-theme')
-  

[arch-commits] Commit in calligra/repos (4 files)

2017-01-03 Thread Antonio Rojas
Date: Tuesday, January 3, 2017 @ 14:09:21
  Author: arojas
Revision: 285241

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  calligra/repos/testing-i686/PKGBUILD
(from rev 285240, calligra/trunk/PKGBUILD)
  calligra/repos/testing-x86_64/PKGBUILD
(from rev 285240, calligra/trunk/PKGBUILD)
Deleted:
  calligra/repos/testing-i686/PKGBUILD
  calligra/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |  324 ++
 testing-i686/PKGBUILD   |  165 ---
 testing-x86_64/PKGBUILD |  165 ---
 3 files changed, 324 insertions(+), 330 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-01-03 14:08:50 UTC (rev 285240)
+++ testing-i686/PKGBUILD   2017-01-03 14:09:21 UTC (rev 285241)
@@ -1,165 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Ronald van Haren 
-
-pkgbase=calligra
-pkgname=('braindump'
- 'calligra-devtools'
- 'calligra-extras'
- 'calligra-filters'
- 'calligra-handbook'
- 'karbon'
- 'calligra-libs'
- 'calligra-plan'
- 'calligra-plugins'
- 'calligra-sheets'
- 'calligra-stage'
- 'calligra-words')
-pkgver=3.0.0
-pkgrel=4
-arch=('i686' 'x86_64')
-url='http://www.calligra-suite.org/'
-license=('FDL1.2' 'GPL2' 'LGPL')
-makedepends=('extra-cmake-modules' 'kcmutils' 'kdoctools' 'python' 
'kdelibs4support' 'knotifyconfig'
- 'kdesignerplugin' 'kross' 'ktexteditor' 'threadweaver' 
'kactivities' 'khtml' 'boost'
- 'libwpg' 'poppler-qt5' 'kdiagram' 'kreport' 'eigen' 'marble' 
'openjpeg' 'pstoedit' 'libspnav'
- 'libvisio' 'libetonyek' 'libodfgen' 'libwps' 'gsl' 'openexr' 
'akonadi-contacts' 'kcalcore'
- 'vc' 'qca-qt5' 'git')
-groups=('calligra')
-source=("http://download.kde.org/stable/${pkgbase}-${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
-md5sums=('e1380e00acb92db59d4a24ee856acaa9')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF \
--DBUILD_UNMAINTAINED=ON
-  make
-}
-
-package_calligra-filters() {
-  pkgdesc="Filters for the Calligra office suite"
-  depends=('calligra-sheets' 'calligra-words' 'karbon' 'libodfgen')
-  optdepends=('libwpg: Corel WordPerfect Graphics image importer'
-  'libwps: Microsoft Works file word processor format import'
-  'libvisio: Microsoft Visio import filter'
-  'libetonyek: Apple Keynote import filter'
-  'pstoedit: EPS to SVG filter'
-  'poppler: PDF to SVG filter'
-  'khtml: HTML to ODS filter'
-  'openjpeg: PDF to SVG filer')
-  cd build/filters
-  make DESTDIR="$pkgdir" install
-}
-
-package_braindump() {
-  pkgdesc="Notes and idea gathering"
-  depends=('qt5-webkit' 'hicolor-icon-theme' 'calligra-libs')
-  conflicts=('calligra-braindump')
-  replaces=('calligra-braindump')
-
-  cd build/braindump
-  make DESTDIR="$pkgdir" install
-}
-
-package_calligra-libs() {
-  pkgdesc="Libraries for the Calligra office suite"
-  depends=('akonadi-contacts' 'ilmbase' 'kactivities' 'qca-qt5')
-
-  for _d in interfaces libs pics servicetypes; do
-cd "$srcdir"/build/$_d
-make DESTDIR="$pkgdir" install
-  done
-}
-
-package_calligra-plugins() {
-  pkgdesc="Plugins for the Calligra office suite"
-  depends=('calligra-filters' 'libspnav' 'kdiagram')
-
-  cd build/plugins
-  make DESTDIR="$pkgdir" install
-}
-
-package_karbon() {
-  pkgdesc="Create scalable vector drawings"
-  depends=('calligra-libs' 'hicolor-icon-theme')
-  optdepends=('calligra-filters: import/export filters'
-  'calligra-extras: extra calligra tools')
-  conflicts=('calligra-karbon')
-  replaces=('calligra-karbon')
-
-  cd build/karbon
-  make DESTDIR="$pkgdir" install
-}
-
-package_calligra-plan() {
-  pkgdesc="Calligra Project Management Component"
-  depends=('calligra-words' 'kreport' 'kcalcore' 'khtml' 'kdiagram')
-
-  cd build/plan
-  make DESTDIR="$pkgdir" install
-}
-
-package_calligra-stage() {
-  pkgdesc="Write presentation documents"
-  depends=('calligra-libs' 'qt5-webkit' 'hicolor-icon-theme')
-
-  cd build/stage
-  make DESTDIR="$pkgdir" install
-}
-
-package_calligra-sheets() {
-  pkgdesc="Write spreadsheet documents"
-  depends=('calligra-libs' 'gsl' 'kdelibs4support' 'kcmutils' 'knotifyconfig' 
'hicolor-icon-theme')
-  optdepends=('calligra-filters: import/export filters'
-  'calligra-plugins: extra calligra plugins'
-  'calligra-extras: extra calligra tools')
-
-  cd build/sheets
-  make DESTDIR="$pkgdir" 

[arch-commits] Commit in calligra/repos (4 files)

2016-12-16 Thread Evangelos Foutras
Date: Friday, December 16, 2016 @ 23:29:36
  Author: foutrelis
Revision: 283864

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  calligra/repos/staging-i686/
  calligra/repos/staging-i686/PKGBUILD
(from rev 283863, calligra/trunk/PKGBUILD)
  calligra/repos/staging-x86_64/
  calligra/repos/staging-x86_64/PKGBUILD
(from rev 283863, calligra/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |  165 ++
 staging-x86_64/PKGBUILD |  165 ++
 2 files changed, 330 insertions(+)

Copied: calligra/repos/staging-i686/PKGBUILD (from rev 283863, 
calligra/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-12-16 23:29:36 UTC (rev 283864)
@@ -0,0 +1,165 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Ronald van Haren 
+
+pkgbase=calligra
+pkgname=('braindump'
+ 'calligra-devtools'
+ 'calligra-extras'
+ 'calligra-filters'
+ 'calligra-handbook'
+ 'karbon'
+ 'calligra-libs'
+ 'calligra-plan'
+ 'calligra-plugins'
+ 'calligra-sheets'
+ 'calligra-stage'
+ 'calligra-words')
+pkgver=3.0.0
+pkgrel=4
+arch=('i686' 'x86_64')
+url='http://www.calligra-suite.org/'
+license=('FDL1.2' 'GPL2' 'LGPL')
+makedepends=('extra-cmake-modules' 'kcmutils' 'kdoctools' 'python' 
'kdelibs4support' 'knotifyconfig'
+ 'kdesignerplugin' 'kross' 'ktexteditor' 'threadweaver' 
'kactivities' 'khtml' 'boost'
+ 'libwpg' 'poppler-qt5' 'kdiagram' 'kreport' 'eigen' 'marble' 
'openjpeg' 'pstoedit' 'libspnav'
+ 'libvisio' 'libetonyek' 'libodfgen' 'libwps' 'gsl' 'openexr' 
'akonadi-contacts' 'kcalcore'
+ 'vc' 'qca-qt5' 'git')
+groups=('calligra')
+source=("http://download.kde.org/stable/${pkgbase}-${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+md5sums=('e1380e00acb92db59d4a24ee856acaa9')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF \
+-DBUILD_UNMAINTAINED=ON
+  make
+}
+
+package_calligra-filters() {
+  pkgdesc="Filters for the Calligra office suite"
+  depends=('calligra-sheets' 'calligra-words' 'karbon' 'libodfgen')
+  optdepends=('libwpg: Corel WordPerfect Graphics image importer'
+  'libwps: Microsoft Works file word processor format import'
+  'libvisio: Microsoft Visio import filter'
+  'libetonyek: Apple Keynote import filter'
+  'pstoedit: EPS to SVG filter'
+  'poppler: PDF to SVG filter'
+  'khtml: HTML to ODS filter'
+  'openjpeg: PDF to SVG filer')
+  cd build/filters
+  make DESTDIR="$pkgdir" install
+}
+
+package_braindump() {
+  pkgdesc="Notes and idea gathering"
+  depends=('qt5-webkit' 'hicolor-icon-theme' 'calligra-libs')
+  conflicts=('calligra-braindump')
+  replaces=('calligra-braindump')
+
+  cd build/braindump
+  make DESTDIR="$pkgdir" install
+}
+
+package_calligra-libs() {
+  pkgdesc="Libraries for the Calligra office suite"
+  depends=('akonadi-contacts' 'ilmbase' 'kactivities' 'qca-qt5')
+
+  for _d in interfaces libs pics servicetypes; do
+cd "$srcdir"/build/$_d
+make DESTDIR="$pkgdir" install
+  done
+}
+
+package_calligra-plugins() {
+  pkgdesc="Plugins for the Calligra office suite"
+  depends=('calligra-filters' 'libspnav' 'kdiagram')
+
+  cd build/plugins
+  make DESTDIR="$pkgdir" install
+}
+
+package_karbon() {
+  pkgdesc="Create scalable vector drawings"
+  depends=('calligra-libs' 'hicolor-icon-theme')
+  optdepends=('calligra-filters: import/export filters'
+  'calligra-extras: extra calligra tools')
+  conflicts=('calligra-karbon')
+  replaces=('calligra-karbon')
+
+  cd build/karbon
+  make DESTDIR="$pkgdir" install
+}
+
+package_calligra-plan() {
+  pkgdesc="Calligra Project Management Component"
+  depends=('calligra-words' 'kreport' 'kcalcore' 'khtml' 'kdiagram')
+
+  cd build/plan
+  make DESTDIR="$pkgdir" install
+}
+
+package_calligra-stage() {
+  pkgdesc="Write presentation documents"
+  depends=('calligra-libs' 'qt5-webkit' 'hicolor-icon-theme')
+
+  cd build/stage
+  make DESTDIR="$pkgdir" install
+}
+
+package_calligra-sheets() {
+  pkgdesc="Write spreadsheet documents"
+  depends=('calligra-libs' 'gsl' 'kdelibs4support' 'kcmutils' 'knotifyconfig' 
'hicolor-icon-theme')
+  optdepends=('calligra-filters: import/export filters'
+  'calligra-plugins: extra calligra plugins'
+  'calligra-extras: extra calligra tools')
+
+  cd build/sheets
+  make DESTDIR="$pkgdir" install
+}
+

[arch-commits] Commit in calligra/repos (4 files)

2016-12-05 Thread Antonio Rojas
Date: Monday, December 5, 2016 @ 22:09:25
  Author: arojas
Revision: 282856

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  calligra/repos/testing-i686/PKGBUILD
(from rev 282855, calligra/trunk/PKGBUILD)
  calligra/repos/testing-x86_64/PKGBUILD
(from rev 282855, calligra/trunk/PKGBUILD)
Deleted:
  calligra/repos/testing-i686/PKGBUILD
  calligra/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |  330 ++
 testing-i686/PKGBUILD   |  165 ---
 testing-x86_64/PKGBUILD |  165 ---
 3 files changed, 330 insertions(+), 330 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-12-05 22:06:16 UTC (rev 282855)
+++ testing-i686/PKGBUILD   2016-12-05 22:09:25 UTC (rev 282856)
@@ -1,165 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Ronald van Haren 
-
-pkgbase=calligra
-pkgname=('braindump'
- 'calligra-devtools'
- 'calligra-extras'
- 'calligra-filters'
- 'calligra-handbook'
- 'karbon'
- 'calligra-libs'
- 'calligra-plan'
- 'calligra-plugins'
- 'calligra-sheets'
- 'calligra-stage'
- 'calligra-words')
-pkgver=3.0.0
-pkgrel=2
-arch=('i686' 'x86_64')
-url='http://www.calligra-suite.org/'
-license=('FDL1.2' 'GPL2' 'LGPL')
-makedepends=('extra-cmake-modules' 'kcmutils' 'kdoctools' 'python' 
'kdelibs4support' 'knotifyconfig'
- 'kdesignerplugin' 'kross' 'ktexteditor' 'threadweaver' 
'kactivities' 'khtml' 'boost'
- 'libwpg' 'poppler-qt5' 'kdiagram' 'kreport' 'eigen' 'marble' 
'openjpeg' 'pstoedit' 'libspnav'
- 'libvisio' 'libetonyek' 'libodfgen' 'libwps' 'gsl' 'openexr' 
'akonadi-contacts' 'kcalcore'
- 'vc' 'qca-qt5' 'git')
-groups=('calligra')
-source=("http://download.kde.org/stable/${pkgbase}-${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
-md5sums=('d658ed72aa7d5f2b0ebd8844007d4ac6')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF \
--DBUILD_UNMAINTAINED=ON
-  make
-}
-
-package_calligra-filters() {
-  pkgdesc="Filters for the Calligra office suite"
-  depends=('calligra-sheets' 'calligra-words' 'calligra-karbon' 'libodfgen')
-  optdepends=('libwpg: Corel WordPerfect Graphics image importer'
-  'libwps: Microsoft Works file word processor format import'
-  'libvisio: Microsoft Visio import filter'
-  'libetonyek: Apple Keynote import filter'
-  'pstoedit: EPS to SVG filter'
-  'poppler: PDF to SVG filter'
-  'khtml: HTML to ODS filter'
-  'openjpeg: PDF to SVG filer')
-  cd build/filters
-  make DESTDIR="$pkgdir" install
-}
-
-package_braindump() {
-  pkgdesc="Notes and idea gathering"
-  depends=('qt5-webkit' 'hicolor-icon-theme' 'calligra-libs')
-  conflicts=('calligra-braindump')
-  replaces=('calligra-braindump')
-
-  cd build/braindump
-  make DESTDIR="$pkgdir" install
-}
-
-package_calligra-libs() {
-  pkgdesc="Libraries for the Calligra office suite"
-  depends=('akonadi-contacts' 'ilmbase' 'kactivities' 'qca-qt5')
-
-  for _d in interfaces libs pics servicetypes; do
-cd "$srcdir"/build/$_d
-make DESTDIR="$pkgdir" install
-  done
-}
-
-package_calligra-plugins() {
-  pkgdesc="Plugins for the Calligra office suite"
-  depends=('calligra-filters' 'libspnav' 'kdiagram')
-
-  cd build/plugins
-  make DESTDIR="$pkgdir" install
-}
-
-package_karbon() {
-  pkgdesc="Create scalable vector drawings"
-  depends=('calligra-libs' 'hicolor-icon-theme')
-  optdepends=('calligra-filters: import/export filters'
-  'calligra-extras: extra calligra tools')
-  conflicts=('calligra-karbon')
-  replaces=('calligra-karbon')
-
-  cd build/karbon
-  make DESTDIR="$pkgdir" install
-}
-
-package_calligra-plan() {
-  pkgdesc="Calligra Project Management Component"
-  depends=('calligra-words' 'kreport' 'kcalcore' 'khtml' 'kdiagram')
-
-  cd build/plan
-  make DESTDIR="$pkgdir" install
-}
-
-package_calligra-stage() {
-  pkgdesc="Write presentation documents"
-  depends=('calligra-libs' 'qt5-webkit' 'hicolor-icon-theme')
-
-  cd build/stage
-  make DESTDIR="$pkgdir" install
-}
-
-package_calligra-sheets() {
-  pkgdesc="Write spreadsheet documents"
-  depends=('calligra-libs' 'gsl' 'kdelibs4support' 'kcmutils' 'knotifyconfig' 
'hicolor-icon-theme')
-  optdepends=('calligra-filters: import/export filters'
-  'calligra-plugins: extra calligra plugins'
-  'calligra-extras: extra calligra tools')
-
-  cd build/sheets
-  make