[arch-commits] Commit in akonadi/repos (10 files)
Stéphane Gaudreault
stephane at nymeria.archlinux.org
Sun Mar 31 19:16:36 UTC 2013
Date: Sunday, March 31, 2013 @ 21:16:36
Author: stephane
Revision: 181115
db-move: moved akonadi from [testing] to [extra] (i686, x86_64)
Added:
akonadi/repos/extra-i686/PKGBUILD
(from rev 181114, akonadi/repos/testing-i686/PKGBUILD)
akonadi/repos/extra-i686/akonadi.install
(from rev 181114, akonadi/repos/testing-i686/akonadi.install)
akonadi/repos/extra-x86_64/PKGBUILD
(from rev 181114, akonadi/repos/testing-x86_64/PKGBUILD)
akonadi/repos/extra-x86_64/akonadi.install
(from rev 181114, akonadi/repos/testing-x86_64/akonadi.install)
Deleted:
akonadi/repos/extra-i686/PKGBUILD
akonadi/repos/extra-i686/akonadi.install
akonadi/repos/extra-x86_64/PKGBUILD
akonadi/repos/extra-x86_64/akonadi.install
akonadi/repos/testing-i686/
akonadi/repos/testing-x86_64/
------------------------------+
/PKGBUILD | 64 +++++++++++++++++++++++++++++++++++++++++
/akonadi.install | 22 ++++++++++++++
extra-i686/PKGBUILD | 32 --------------------
extra-i686/akonadi.install | 11 -------
extra-x86_64/PKGBUILD | 32 --------------------
extra-x86_64/akonadi.install | 11 -------
6 files changed, 86 insertions(+), 86 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2013-03-31 15:23:35 UTC (rev 181114)
+++ extra-i686/PKGBUILD 2013-03-31 19:16:36 UTC (rev 181115)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Pierre Schmitz <pierre at archlinux.de>
-
-pkgname=akonadi
-pkgver=1.9.1
-pkgrel=2
-pkgdesc="PIM layer, which provides an asynchronous API to access all kind of PIM data"
-arch=('i686' 'x86_64')
-url='http://community.kde.org/KDE_PIM/Akonadi'
-license=('LGPL')
-depends=('shared-mime-info' 'boost-libs' 'mariadb' 'soprano')
-makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
-install="${pkgname}.install"
-source=("http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('f150d5e9b4776d683d0b1d64316f0276')
-
-build() {
- mkdir build
- cd build
- cmake ../${pkgname}-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE \
- -DQT_QMAKE_EXECUTABLE=qmake-qt4
- make
-}
-
-package() {
- cd build
- make DESTDIR="${pkgdir}" install
-}
Copied: akonadi/repos/extra-i686/PKGBUILD (from rev 181114, akonadi/repos/testing-i686/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-31 19:16:36 UTC (rev 181115)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=akonadi
+pkgver=1.9.1
+pkgrel=3
+pkgdesc="PIM layer, which provides an asynchronous API to access all kind of PIM data"
+arch=('i686' 'x86_64')
+url='http://community.kde.org/KDE_PIM/Akonadi'
+license=('LGPL')
+depends=('shared-mime-info' 'boost-libs' 'mariadb' 'soprano')
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('f150d5e9b4776d683d0b1d64316f0276')
+
+build() {
+ mkdir build
+ cd build
+ cmake ../${pkgname}-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE \
+ -DQT_QMAKE_EXECUTABLE=qmake-qt4
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="${pkgdir}" install
+}
Deleted: extra-i686/akonadi.install
===================================================================
--- extra-i686/akonadi.install 2013-03-31 15:23:35 UTC (rev 181114)
+++ extra-i686/akonadi.install 2013-03-31 19:16:36 UTC (rev 181115)
@@ -1,11 +0,0 @@
-post_install() {
- update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: akonadi/repos/extra-i686/akonadi.install (from rev 181114, akonadi/repos/testing-i686/akonadi.install)
===================================================================
--- extra-i686/akonadi.install (rev 0)
+++ extra-i686/akonadi.install 2013-03-31 19:16:36 UTC (rev 181115)
@@ -0,0 +1,11 @@
+post_install() {
+ update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2013-03-31 15:23:35 UTC (rev 181114)
+++ extra-x86_64/PKGBUILD 2013-03-31 19:16:36 UTC (rev 181115)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Pierre Schmitz <pierre at archlinux.de>
-
-pkgname=akonadi
-pkgver=1.9.1
-pkgrel=2
-pkgdesc="PIM layer, which provides an asynchronous API to access all kind of PIM data"
-arch=('i686' 'x86_64')
-url='http://community.kde.org/KDE_PIM/Akonadi'
-license=('LGPL')
-depends=('shared-mime-info' 'boost-libs' 'mariadb' 'soprano')
-makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
-install="${pkgname}.install"
-source=("http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('f150d5e9b4776d683d0b1d64316f0276')
-
-build() {
- mkdir build
- cd build
- cmake ../${pkgname}-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE \
- -DQT_QMAKE_EXECUTABLE=qmake-qt4
- make
-}
-
-package() {
- cd build
- make DESTDIR="${pkgdir}" install
-}
Copied: akonadi/repos/extra-x86_64/PKGBUILD (from rev 181114, akonadi/repos/testing-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2013-03-31 19:16:36 UTC (rev 181115)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=akonadi
+pkgver=1.9.1
+pkgrel=3
+pkgdesc="PIM layer, which provides an asynchronous API to access all kind of PIM data"
+arch=('i686' 'x86_64')
+url='http://community.kde.org/KDE_PIM/Akonadi'
+license=('LGPL')
+depends=('shared-mime-info' 'boost-libs' 'mariadb' 'soprano')
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('f150d5e9b4776d683d0b1d64316f0276')
+
+build() {
+ mkdir build
+ cd build
+ cmake ../${pkgname}-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE \
+ -DQT_QMAKE_EXECUTABLE=qmake-qt4
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="${pkgdir}" install
+}
Deleted: extra-x86_64/akonadi.install
===================================================================
--- extra-x86_64/akonadi.install 2013-03-31 15:23:35 UTC (rev 181114)
+++ extra-x86_64/akonadi.install 2013-03-31 19:16:36 UTC (rev 181115)
@@ -1,11 +0,0 @@
-post_install() {
- update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: akonadi/repos/extra-x86_64/akonadi.install (from rev 181114, akonadi/repos/testing-x86_64/akonadi.install)
===================================================================
--- extra-x86_64/akonadi.install (rev 0)
+++ extra-x86_64/akonadi.install 2013-03-31 19:16:36 UTC (rev 181115)
@@ -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