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

Andrea Scarpino andrea at archlinux.org
Wed Aug 1 14:43:46 UTC 2012


    Date: Wednesday, August 1, 2012 @ 10:43:45
  Author: andrea
Revision: 164624

db-move: moved akonadi from [kde-unstable] to [testing] (i686, x86_64)

Added:
  akonadi/repos/testing-i686/
  akonadi/repos/testing-i686/PKGBUILD
    (from rev 164520, akonadi/repos/kde-unstable-i686/PKGBUILD)
  akonadi/repos/testing-i686/akonadi.install
    (from rev 164520, akonadi/repos/kde-unstable-i686/akonadi.install)
  akonadi/repos/testing-x86_64/
  akonadi/repos/testing-x86_64/PKGBUILD
    (from rev 164520, akonadi/repos/kde-unstable-x86_64/PKGBUILD)
  akonadi/repos/testing-x86_64/akonadi.install
    (from rev 164520, akonadi/repos/kde-unstable-x86_64/akonadi.install)
Deleted:
  akonadi/repos/kde-unstable-i686/
  akonadi/repos/kde-unstable-x86_64/

--------------------------------+
 testing-i686/PKGBUILD          |   32 ++++++++++++++++++++++++++++++++
 testing-i686/akonadi.install   |   11 +++++++++++
 testing-x86_64/PKGBUILD        |   32 ++++++++++++++++++++++++++++++++
 testing-x86_64/akonadi.install |   11 +++++++++++
 4 files changed, 86 insertions(+)

Copied: akonadi/repos/testing-i686/PKGBUILD (from rev 164520, akonadi/repos/kde-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-08-01 14:43:45 UTC (rev 164624)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=akonadi
+pkgver=1.8.0
+pkgrel=1
+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=('81156d883b40241cfc0ddb885f55bcfe')
+
+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-i686/akonadi.install (from rev 164520, akonadi/repos/kde-unstable-i686/akonadi.install)
===================================================================
--- testing-i686/akonadi.install	                        (rev 0)
+++ testing-i686/akonadi.install	2012-08-01 14:43:45 UTC (rev 164624)
@@ -0,0 +1,11 @@
+post_install() {
+	update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Copied: akonadi/repos/testing-x86_64/PKGBUILD (from rev 164520, akonadi/repos/kde-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-08-01 14:43:45 UTC (rev 164624)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=akonadi
+pkgver=1.8.0
+pkgrel=1
+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=('81156d883b40241cfc0ddb885f55bcfe')
+
+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 164520, akonadi/repos/kde-unstable-x86_64/akonadi.install)
===================================================================
--- testing-x86_64/akonadi.install	                        (rev 0)
+++ testing-x86_64/akonadi.install	2012-08-01 14:43:45 UTC (rev 164624)
@@ -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