[arch-commits] Commit in akonadi/repos (4 files)
Antonio Rojas
arojas at archlinux.org
Thu May 11 10:14:10 UTC 2017
Date: Thursday, May 11, 2017 @ 10:14:09
Author: arojas
Revision: 295618
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
akonadi/repos/extra-i686/PKGBUILD
(from rev 295617, akonadi/trunk/PKGBUILD)
akonadi/repos/extra-x86_64/PKGBUILD
(from rev 295617, akonadi/trunk/PKGBUILD)
Deleted:
akonadi/repos/extra-i686/PKGBUILD
akonadi/repos/extra-x86_64/PKGBUILD
-----------------------+
/PKGBUILD | 82 ++++++++++++++++++++++++++++++++++++++++++++++++
extra-i686/PKGBUILD | 41 ------------------------
extra-x86_64/PKGBUILD | 41 ------------------------
3 files changed, 82 insertions(+), 82 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2017-05-11 10:13:31 UTC (rev 295617)
+++ extra-i686/PKGBUILD 2017-05-11 10:14:09 UTC (rev 295618)
@@ -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=17.04.0
-pkgrel=1
-pkgdesc="PIM layer, which provides an asynchronous API to access all kind of PIM data"
-arch=('i686' 'x86_64')
-url='https://community.kde.org/KDE_PIM/Akonadi'
-license=('LGPL')
-depends=('kio' 'kitemmodels' 'mariadb')
-makedepends=('extra-cmake-modules' 'postgresql' 'qt5-tools' 'boost' 'python' 'kdesignerplugin')
-optdepends=('postgresql: PostgreSQL backend')
-conflicts=('akonadi-client')
-provides=('akonadi-client')
-replaces=('akonadi-client')
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('962f7694ff67e32b965a07da282d2af7a0777353b11f537c147c8777b03901d4'
- 'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
-
-prepare() {
- mkdir -p build
-}
-
-build() {
- cd build
- cmake ../$pkgname-$pkgver \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DKDE_INSTALL_LIBDIR=lib \
- -DBUILD_TESTING=OFF
- make
-}
-
-package() {
- cd build
- make DESTDIR="$pkgdir" install
-}
Copied: akonadi/repos/extra-i686/PKGBUILD (from rev 295617, akonadi/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-05-11 10:14:09 UTC (rev 295618)
@@ -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=17.04.1
+pkgrel=1
+pkgdesc="PIM layer, which provides an asynchronous API to access all kind of PIM data"
+arch=('i686' 'x86_64')
+url='https://community.kde.org/KDE_PIM/Akonadi'
+license=('LGPL')
+depends=('kio' 'kitemmodels' 'mariadb')
+makedepends=('extra-cmake-modules' 'postgresql' 'qt5-tools' 'boost' 'python' 'kdesignerplugin')
+optdepends=('postgresql: PostgreSQL backend')
+conflicts=('akonadi-client')
+provides=('akonadi-client')
+replaces=('akonadi-client')
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('d247dbdc433e2d589191659c40e85bf7b9c51d6b6a4f8259cea3f13c005b5d37'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$pkgver \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DKDE_INSTALL_LIBDIR=lib \
+ -DBUILD_TESTING=OFF
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2017-05-11 10:13:31 UTC (rev 295617)
+++ extra-x86_64/PKGBUILD 2017-05-11 10:14:09 UTC (rev 295618)
@@ -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=17.04.0
-pkgrel=1
-pkgdesc="PIM layer, which provides an asynchronous API to access all kind of PIM data"
-arch=('i686' 'x86_64')
-url='https://community.kde.org/KDE_PIM/Akonadi'
-license=('LGPL')
-depends=('kio' 'kitemmodels' 'mariadb')
-makedepends=('extra-cmake-modules' 'postgresql' 'qt5-tools' 'boost' 'python' 'kdesignerplugin')
-optdepends=('postgresql: PostgreSQL backend')
-conflicts=('akonadi-client')
-provides=('akonadi-client')
-replaces=('akonadi-client')
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('962f7694ff67e32b965a07da282d2af7a0777353b11f537c147c8777b03901d4'
- 'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
-
-prepare() {
- mkdir -p build
-}
-
-build() {
- cd build
- cmake ../$pkgname-$pkgver \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DKDE_INSTALL_LIBDIR=lib \
- -DBUILD_TESTING=OFF
- make
-}
-
-package() {
- cd build
- make DESTDIR="$pkgdir" install
-}
Copied: akonadi/repos/extra-x86_64/PKGBUILD (from rev 295617, akonadi/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2017-05-11 10:14:09 UTC (rev 295618)
@@ -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=17.04.1
+pkgrel=1
+pkgdesc="PIM layer, which provides an asynchronous API to access all kind of PIM data"
+arch=('i686' 'x86_64')
+url='https://community.kde.org/KDE_PIM/Akonadi'
+license=('LGPL')
+depends=('kio' 'kitemmodels' 'mariadb')
+makedepends=('extra-cmake-modules' 'postgresql' 'qt5-tools' 'boost' 'python' 'kdesignerplugin')
+optdepends=('postgresql: PostgreSQL backend')
+conflicts=('akonadi-client')
+provides=('akonadi-client')
+replaces=('akonadi-client')
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('d247dbdc433e2d589191659c40e85bf7b9c51d6b6a4f8259cea3f13c005b5d37'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$pkgver \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DKDE_INSTALL_LIBDIR=lib \
+ -DBUILD_TESTING=OFF
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list