mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/calligra to 2.9.3-1
This commit is contained in:
parent
893e3590a9
commit
c20372e34d
1 changed files with 5 additions and 4 deletions
|
@ -23,8 +23,8 @@ pkgname=('calligra-braindump'
|
||||||
'calligra-sheets'
|
'calligra-sheets'
|
||||||
'calligra-stage'
|
'calligra-stage'
|
||||||
'calligra-words')
|
'calligra-words')
|
||||||
pkgver=2.9.2
|
pkgver=2.9.3
|
||||||
pkgrel=3
|
pkgrel=1
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url='http://www.calligra-suite.org/'
|
url='http://www.calligra-suite.org/'
|
||||||
license=('FDL1.2' 'GPL2' 'LGPL')
|
license=('FDL1.2' 'GPL2' 'LGPL')
|
||||||
|
@ -32,10 +32,10 @@ makedepends=('cmake' 'automoc4' 'boost' 'kdepimlibs' 'eigen' 'kdeedu-marble'
|
||||||
'lcms2' 'libmariadbclient' 'freetds' 'xbase' 'libwpg' 'opencolorio'
|
'lcms2' 'libmariadbclient' 'freetds' 'xbase' 'libwpg' 'opencolorio'
|
||||||
'libwps' 'gsl' 'glew' 'fftw' 'poppler-qt' 'libkdcraw' 'libodfgen'
|
'libwps' 'gsl' 'glew' 'fftw' 'poppler-qt' 'libkdcraw' 'libodfgen'
|
||||||
'openjpeg' 'kdegraphics-okular' 'pstoedit' 'libvisio'
|
'openjpeg' 'kdegraphics-okular' 'pstoedit' 'libvisio'
|
||||||
'libetonyek' 'libpqxx' 'libspnav' 'postgresql')
|
'libetonyek' 'libpqxx' 'libspnav' 'postgresql') # 'libqgit2'
|
||||||
groups=('calligra')
|
groups=('calligra')
|
||||||
source=("http://download.kde.org/stable/${pkgbase}-${pkgver}/${pkgbase}-${pkgver}.tar.xz")
|
source=("http://download.kde.org/stable/${pkgbase}-${pkgver}/${pkgbase}-${pkgver}.tar.xz")
|
||||||
md5sums=('a293d85b288468c14c8638ad0dc37947')
|
md5sums=('9242b44eeeb7f13f72aeafb8e9365c07')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
mkdir build
|
mkdir build
|
||||||
|
@ -255,6 +255,7 @@ package_calligra-devtools() {
|
||||||
package_calligra-gemini() {
|
package_calligra-gemini() {
|
||||||
pkgdesc="QML interface for Calligra Words and Stage"
|
pkgdesc="QML interface for Calligra Words and Stage"
|
||||||
depends=('calligra-words' 'calligra-stage')
|
depends=('calligra-words' 'calligra-stage')
|
||||||
|
# optdepends=('libqgit2: GIT plugin')
|
||||||
install=calligra-gemini.install
|
install=calligra-gemini.install
|
||||||
|
|
||||||
cd build/qtquick
|
cd build/qtquick
|
||||||
|
|
Loading…
Reference in a new issue