mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/calligra to 2.8.3-1
This commit is contained in:
parent
f343654772
commit
45983222a1
1 changed files with 4 additions and 8 deletions
|
@ -22,8 +22,8 @@ pkgname=('calligra-braindump'
|
||||||
'calligra-sheets'
|
'calligra-sheets'
|
||||||
'calligra-stage'
|
'calligra-stage'
|
||||||
'calligra-words')
|
'calligra-words')
|
||||||
pkgver=2.8.2
|
pkgver=2.8.3
|
||||||
pkgrel=2
|
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')
|
||||||
|
@ -35,15 +35,11 @@ makedepends=('cmake' 'automoc4' 'boost' 'kdepimlibs' 'eigen2' 'kdeedu-marble'
|
||||||
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"
|
||||||
'arm.patch')
|
'arm.patch')
|
||||||
md5sums=('adb7d386dd2ec0cafdb39ce474bba73a'
|
md5sums=('78ad97127a3cc6d2c5c79ac6ae56f130'
|
||||||
'dc5105bcc612560f46d27071aca69cba')
|
'dc5105bcc612560f46d27071aca69cba')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
mkdir build
|
mkdir build
|
||||||
|
|
||||||
# fix openjpeg detection
|
|
||||||
sed -i "s:/usr/include/openjpeg:/usr/include/openjpeg-1.5:" \
|
|
||||||
${pkgbase}-${pkgver}/cmake/modules/FindOpenJPEG.cmake
|
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
@ -74,7 +70,7 @@ package_calligra-filters() {
|
||||||
|
|
||||||
package_calligra-libs() {
|
package_calligra-libs() {
|
||||||
pkgdesc="Libraries for the Calligra office suite"
|
pkgdesc="Libraries for the Calligra office suite"
|
||||||
depends=('kdepimlibs' 'kactivities')
|
depends=('kdepimlibs' 'kactivities' 'libkactivities4')
|
||||||
conflicts=('koffice-interfaces' 'koffice-libs' 'koffice-pics'
|
conflicts=('koffice-interfaces' 'koffice-libs' 'koffice-pics'
|
||||||
'koffice-servicetypes' 'calligra-interfaces'
|
'koffice-servicetypes' 'calligra-interfaces'
|
||||||
'calligra-pics' 'calligra-servicetypes')
|
'calligra-pics' 'calligra-servicetypes')
|
||||||
|
|
Loading…
Reference in a new issue