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

Ionut Biru ibiru at archlinux.org
Wed Nov 30 06:28:56 UTC 2011


    Date: Wednesday, November 30, 2011 @ 01:28:56
  Author: ibiru
Revision: 143851

db-move: moved akonadi from [staging] to [testing] (x86_64)

Added:
  akonadi/repos/testing-x86_64/
  akonadi/repos/testing-x86_64/PKGBUILD
    (from rev 143849, akonadi/repos/staging-x86_64/PKGBUILD)
  akonadi/repos/testing-x86_64/akonadi.install
    (from rev 143849, akonadi/repos/staging-x86_64/akonadi.install)
Deleted:
  akonadi/repos/staging-x86_64/

-----------------+
 PKGBUILD        |   32 ++++++++++++++++++++++++++++++++
 akonadi.install |   11 +++++++++++
 2 files changed, 43 insertions(+)

Copied: akonadi/repos/testing-x86_64/PKGBUILD (from rev 143849, akonadi/repos/staging-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2011-11-30 06:28:56 UTC (rev 143851)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=akonadi
+pkgver=1.6.2
+pkgrel=2
+pkgdesc="PIM layer, which provides an asynchronous API to access all kind of PIM data"
+arch=('i686' 'x86_64')
+url='http://pim.kde.org/akonadi'
+license=('LGPL')
+depends=('shared-mime-info' 'boost-libs' 'mysql' 'soprano')
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('07e2aa2e6953ac518f9306911747e264')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE
+  make
+}
+
+package() {
+  cd "${srcdir}/build"
+  make DESTDIR="${pkgdir}" install
+}

Copied: akonadi/repos/testing-x86_64/akonadi.install (from rev 143849, akonadi/repos/staging-x86_64/akonadi.install)
===================================================================
--- testing-x86_64/akonadi.install	                        (rev 0)
+++ testing-x86_64/akonadi.install	2011-11-30 06:28:56 UTC (rev 143851)
@@ -0,0 +1,11 @@
+post_install() {
+	update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}




More information about the arch-commits mailing list