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

Antonio Rojas arojas at archlinux.org
Fri Aug 5 17:34:47 UTC 2016


    Date: Friday, August 5, 2016 @ 17:34:47
  Author: arojas
Revision: 273170

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

Added:
  akonadi-contacts/repos/kde-unstable-i686/PKGBUILD
    (from rev 273169, akonadi-contacts/kde-unstable/PKGBUILD)
  akonadi-contacts/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 273169, akonadi-contacts/kde-unstable/PKGBUILD)
Deleted:
  akonadi-contacts/repos/kde-unstable-i686/PKGBUILD
  akonadi-contacts/repos/kde-unstable-x86_64/PKGBUILD

------------------------------+
 /PKGBUILD                    |   68 +++++++++++++++++++++++++++++++++++++++++
 kde-unstable-i686/PKGBUILD   |   34 --------------------
 kde-unstable-x86_64/PKGBUILD |   34 --------------------
 3 files changed, 68 insertions(+), 68 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD	2016-08-05 17:34:29 UTC (rev 273169)
+++ kde-unstable-i686/PKGBUILD	2016-08-05 17:34:47 UTC (rev 273170)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=akonadi-contacts
-pkgver=16.07.80
-pkgrel=1
-pkgdesc="Libraries and daemons to implement Contact Management in Akonadi"
-arch=(i686 x86_64)
-url="https://community.kde.org/KDE_PIM"
-license=(LGPL)
-depends=(akonadi grantlee-qt5 kcontacts kmime qt5-webengine) # prison
-makedepends=(extra-cmake-modules)
-conflicts=(akonadi-contact)
-replaces=(akonadi-contact)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
-md5sums=('0bc4cde8bbed091340ce9e9f3841a672')
-
-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-contacts/repos/kde-unstable-i686/PKGBUILD (from rev 273169, akonadi-contacts/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2016-08-05 17:34:47 UTC (rev 273170)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=akonadi-contacts
+pkgver=16.07.90
+pkgrel=1
+pkgdesc="Libraries and daemons to implement Contact Management in Akonadi"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM"
+license=(LGPL)
+depends=(akonadi grantlee-qt5 kcontacts kmime qt5-webengine) # prison
+makedepends=(extra-cmake-modules kdesignerplugin kdoctools python boost akonadi-mime kcalcore)
+conflicts=(akonadi-contact)
+replaces=(akonadi-contact)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+md5sums=('7d6aaad5f75e2079f5cee3c7f63290ab')
+
+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: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD	2016-08-05 17:34:29 UTC (rev 273169)
+++ kde-unstable-x86_64/PKGBUILD	2016-08-05 17:34:47 UTC (rev 273170)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=akonadi-contacts
-pkgver=16.07.80
-pkgrel=1
-pkgdesc="Libraries and daemons to implement Contact Management in Akonadi"
-arch=(i686 x86_64)
-url="https://community.kde.org/KDE_PIM"
-license=(LGPL)
-depends=(akonadi grantlee-qt5 kcontacts kmime qt5-webengine) # prison
-makedepends=(extra-cmake-modules)
-conflicts=(akonadi-contact)
-replaces=(akonadi-contact)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
-md5sums=('0bc4cde8bbed091340ce9e9f3841a672')
-
-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-contacts/repos/kde-unstable-x86_64/PKGBUILD (from rev 273169, akonadi-contacts/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2016-08-05 17:34:47 UTC (rev 273170)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=akonadi-contacts
+pkgver=16.07.90
+pkgrel=1
+pkgdesc="Libraries and daemons to implement Contact Management in Akonadi"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM"
+license=(LGPL)
+depends=(akonadi grantlee-qt5 kcontacts kmime qt5-webengine) # prison
+makedepends=(extra-cmake-modules kdesignerplugin kdoctools python boost akonadi-mime kcalcore)
+conflicts=(akonadi-contact)
+replaces=(akonadi-contact)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+md5sums=('7d6aaad5f75e2079f5cee3c7f63290ab')
+
+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