[arch-commits] Commit in akonadi (3 files)
Pierre Schmitz
pierre at archlinux.org
Wed Jun 3 21:00:23 UTC 2009
Date: Wednesday, June 3, 2009 @ 17:00:23
Author: pierre
Revision: 41376
archrelease: new repo kde-unstable-x86_64
Added:
akonadi/kde-unstable/
akonadi/repos/kde-unstable-x86_64/
Modified:
akonadi/kde-unstable/PKGBUILD
----------+
PKGBUILD | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
Modified: kde-unstable/PKGBUILD
===================================================================
--- trunk/PKGBUILD 2009-06-03 19:26:41 UTC (rev 41374)
+++ kde-unstable/PKGBUILD 2009-06-03 21:00:23 UTC (rev 41376)
@@ -3,17 +3,17 @@
# Contributor: Pierre Schmitz <pierre at archlinux.de>
pkgname=akonadi
-pkgver=1.1.2
+pkgver=1.1.90
pkgrel=1
pkgdesc="PIM layer, which provides an asynchronous API to access all kind of PIM data"
arch=('i686' 'x86_64')
url='http://www.akonadi-project.org'
license=('LGPL')
-depends=('qt>=4.4' 'shared-mime-info' 'boost' 'mysql')
-makedepends=('pkgconfig' 'cmake' 'automoc4' 'libxslt')
+depends=('shared-mime-info' 'boost' 'mysql' 'soprano')
+makedepends=('pkgconfig' 'cmake' 'automoc4')
install='akonadi.install'
source=("http://download.akonadi-project.org/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('5651b02358f7d2f1c0954dfd31feafb1')
+md5sums=('118d716bd2dc6185b4c7196eefe85c22')
build() {
cd $srcdir
@@ -21,7 +21,9 @@
cd build
cmake ../${pkgname}-${pkgver} \
-DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_SKIP_RPATH=ON \
+ -DCMAKE_{SHARED,MODULE,EXE}_LINKER_FLAGS='-Wl,--no-undefined -Wl,--as-needed'
make
make DESTDIR=$pkgdir install
}
More information about the arch-commits
mailing list