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

Antonio Rojas arojas at archlinux.org
Tue Apr 19 11:24:17 UTC 2016


    Date: Tuesday, April 19, 2016 @ 13:24:17
  Author: arojas
Revision: 265266

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

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

-------------------------------------+
 /PKGBUILD                           |   82 ++++++++++++++++++++++++++++++++++
 /akonadi.install                    |   22 +++++++++
 kde-unstable-i686/PKGBUILD          |   41 -----------------
 kde-unstable-i686/akonadi.install   |   11 ----
 kde-unstable-x86_64/PKGBUILD        |   41 -----------------
 kde-unstable-x86_64/akonadi.install |   11 ----
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD	2016-04-19 11:24:01 UTC (rev 265265)
+++ kde-unstable-i686/PKGBUILD	2016-04-19 11:24:17 UTC (rev 265266)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Pierre Schmitz <pierre at archlinux.de>
-
-pkgname=akonadi
-pkgver=16.04.0
-pkgrel=1
-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=('kio' 'kitemmodels' 'mariadb')
-makedepends=('extra-cmake-modules' 'postgresql' 'kdesignerplugin' 'qt5-tools' 'boost' 'python')
-optdepends=('postgresql: PostgreSQL backend')
-conflicts=('akonadi-client')
-provides=('akonadi-client')
-replaces=('akonadi-client')
-install="${pkgname}.install"
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
-md5sums=('7151e11069ff50be77633721b19f2439')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=lib \
-    -DBUILD_TESTING=OFF \
-    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: akonadi/repos/kde-unstable-i686/PKGBUILD (from rev 265265, akonadi/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2016-04-19 11:24:17 UTC (rev 265266)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=akonadi
+pkgver=16.04.0
+pkgrel=1
+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=('kio' 'kitemmodels' 'mariadb')
+makedepends=('extra-cmake-modules' 'postgresql' 'kdesignerplugin' 'qt5-tools' 'boost' 'python')
+optdepends=('postgresql: PostgreSQL backend')
+conflicts=('akonadi-client')
+provides=('akonadi-client')
+replaces=('akonadi-client')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+md5sums=('7151e11069ff50be77633721b19f2439')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DBUILD_TESTING=OFF \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/akonadi.install
===================================================================
--- kde-unstable-i686/akonadi.install	2016-04-19 11:24:01 UTC (rev 265265)
+++ kde-unstable-i686/akonadi.install	2016-04-19 11:24:17 UTC (rev 265266)
@@ -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/kde-unstable-i686/akonadi.install (from rev 265265, akonadi/trunk/akonadi.install)
===================================================================
--- kde-unstable-i686/akonadi.install	                        (rev 0)
+++ kde-unstable-i686/akonadi.install	2016-04-19 11:24:17 UTC (rev 265266)
@@ -0,0 +1,11 @@
+post_install() {
+	update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD	2016-04-19 11:24:01 UTC (rev 265265)
+++ kde-unstable-x86_64/PKGBUILD	2016-04-19 11:24:17 UTC (rev 265266)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Pierre Schmitz <pierre at archlinux.de>
-
-pkgname=akonadi
-pkgver=16.04.0
-pkgrel=1
-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=('kio' 'kitemmodels' 'mariadb')
-makedepends=('extra-cmake-modules' 'postgresql' 'kdesignerplugin' 'qt5-tools' 'boost' 'python')
-optdepends=('postgresql: PostgreSQL backend')
-conflicts=('akonadi-client')
-provides=('akonadi-client')
-replaces=('akonadi-client')
-install="${pkgname}.install"
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
-md5sums=('7151e11069ff50be77633721b19f2439')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=lib \
-    -DBUILD_TESTING=OFF \
-    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: akonadi/repos/kde-unstable-x86_64/PKGBUILD (from rev 265265, akonadi/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2016-04-19 11:24:17 UTC (rev 265266)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=akonadi
+pkgver=16.04.0
+pkgrel=1
+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=('kio' 'kitemmodels' 'mariadb')
+makedepends=('extra-cmake-modules' 'postgresql' 'kdesignerplugin' 'qt5-tools' 'boost' 'python')
+optdepends=('postgresql: PostgreSQL backend')
+conflicts=('akonadi-client')
+provides=('akonadi-client')
+replaces=('akonadi-client')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+md5sums=('7151e11069ff50be77633721b19f2439')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DBUILD_TESTING=OFF \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/akonadi.install
===================================================================
--- kde-unstable-x86_64/akonadi.install	2016-04-19 11:24:01 UTC (rev 265265)
+++ kde-unstable-x86_64/akonadi.install	2016-04-19 11:24:17 UTC (rev 265266)
@@ -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/kde-unstable-x86_64/akonadi.install (from rev 265265, akonadi/trunk/akonadi.install)
===================================================================
--- kde-unstable-x86_64/akonadi.install	                        (rev 0)
+++ kde-unstable-x86_64/akonadi.install	2016-04-19 11:24:17 UTC (rev 265266)
@@ -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