mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/calligra to 2.6.4-2
This commit is contained in:
parent
029c839540
commit
ef3c7ab118
1 changed files with 5 additions and 2 deletions
|
@ -22,7 +22,7 @@ pkgname=('calligra-filters'
|
|||
'calligra-braindump'
|
||||
'calligra-flow')
|
||||
pkgver=2.6.4
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
arch=('i686' 'x86_64')
|
||||
url='http://www.calligra-suite.org/'
|
||||
license=('FDL1.2' 'GPL2' 'LGPL')
|
||||
|
@ -36,12 +36,15 @@ source=("http://download.kde.org/stable/${pkgbase}-${pkgver}/${pkgbase}-${pkgver
|
|||
md5sums=('a38fdc882888469ea8b0dea949c05dda'
|
||||
'51f443435a0cf022bec3db041b4047bb')
|
||||
|
||||
build() {
|
||||
prepare() {
|
||||
cd $pkgbase-$pkgver
|
||||
patch -p1 -i "$srcdir"/arm.patch
|
||||
cd ..
|
||||
|
||||
mkdir build
|
||||
}
|
||||
|
||||
build() {
|
||||
cd build
|
||||
cmake ../${pkgbase}-${pkgver} \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
|
|
Loading…
Reference in a new issue