[arch-commits] Commit in kdepimlibs/repos (12 files)

Antonio Rojas arojas at archlinux.org
Tue Sep 15 20:02:53 UTC 2015


    Date: Tuesday, September 15, 2015 @ 22:02:52
  Author: arojas
Revision: 246373

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  kdepimlibs/repos/testing-i686/PKGBUILD
    (from rev 246372, kdepimlibs/trunk/PKGBUILD)
  kdepimlibs/repos/testing-i686/akonadi-mime.install
    (from rev 246372, kdepimlibs/trunk/akonadi-mime.install)
  kdepimlibs/repos/testing-i686/akonadi-socialutils.install
    (from rev 246372, kdepimlibs/trunk/akonadi-socialutils.install)
  kdepimlibs/repos/testing-x86_64/PKGBUILD
    (from rev 246372, kdepimlibs/trunk/PKGBUILD)
  kdepimlibs/repos/testing-x86_64/akonadi-mime.install
    (from rev 246372, kdepimlibs/trunk/akonadi-mime.install)
  kdepimlibs/repos/testing-x86_64/akonadi-socialutils.install
    (from rev 246372, kdepimlibs/trunk/akonadi-socialutils.install)
Deleted:
  kdepimlibs/repos/testing-i686/PKGBUILD
  kdepimlibs/repos/testing-i686/akonadi-mime.install
  kdepimlibs/repos/testing-i686/akonadi-socialutils.install
  kdepimlibs/repos/testing-x86_64/PKGBUILD
  kdepimlibs/repos/testing-x86_64/akonadi-mime.install
  kdepimlibs/repos/testing-x86_64/akonadi-socialutils.install

--------------------------------------------+
 /PKGBUILD                                  |  164 +++++++++++++++++++++++++++
 /akonadi-mime.install                      |   22 +++
 /akonadi-socialutils.install               |   22 +++
 testing-i686/PKGBUILD                      |   85 -------------
 testing-i686/akonadi-mime.install          |   11 -
 testing-i686/akonadi-socialutils.install   |   11 -
 testing-x86_64/PKGBUILD                    |   85 -------------
 testing-x86_64/akonadi-mime.install        |   11 -
 testing-x86_64/akonadi-socialutils.install |   11 -
 9 files changed, 208 insertions(+), 214 deletions(-)

Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2015-09-15 20:02:05 UTC (rev 246372)
+++ testing-i686/PKGBUILD	2015-09-15 20:02:52 UTC (rev 246373)
@@ -1,85 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Pierre Schmitz <pierre at archlinux.de>
-
-pkgbase=kdepimlibs
-pkgname=(akonadi-client akonadi-contact akonadi-mime akonadi-notes akonadi-socialutils kio-pim)
-pkgver=15.08.1
-pkgrel=2
-pkgdesc="KDE PIM Libraries"
-arch=(i686 x86_64)
-url='https://projects.kde.org/kdepimlibs'
-license=(GPL LGPL)
-makedepends=(extra-cmake-modules qt5-tools kcalcore kmbox kcontacts kldap akonadi prison-frameworks boost kdoctools)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgbase-$pkgver.tar.xz"
-   kdepimlibs-bug338658-1.patch::"https://quickgit.kde.org/?p=kdepimlibs.git&a=commitdiff&h=43d5659&o=plain"
-   kdepimlibs-bug338658-2.patch::"https://quickgit.kde.org/?p=kdepimlibs.git&a=commitdiff&h=ffa20e7&o=plain")
-sha1sums=('6659e74c29c86f730c8039bc51b15c74b3e945bf'
-          'a3a9fd6d0ac15daf8d66e9fa42ddc9f9d7127253'
-          '945deba0774cadacf288b46592e6ccfba94a7797')
-
-prepare() {
-  mkdir -p build
-
-# Fix https://bugs.kde.org/show_bug.cgi?id=338658
-  cd kdepimlibs-$pkgver
-  patch -p1 -i ../kdepimlibs-bug338658-1.patch
-  patch -p1 -i ../kdepimlibs-bug338658-2.patch
-}
-
-build() {
-  cd build
-  cmake ../$pkgbase-$pkgver \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DBUILD_TESTING=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=lib \
-    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package_akonadi-client() {
-  depends=(akonadi kdelibs4support)
-
-  cd build/akonadi
-  make DESTDIR="$pkgdir" install
-}
-
-package_akonadi-contact() {
-  depends=(akonadi-client kmime kcontacts kcalcore prison-frameworks)
-
-  cd build/akonadi-contact
-  make DESTDIR="$pkgdir" install
-}
-
-package_akonadi-mime() {
-  depends=(akonadi-client kmime)
-  install=akonadi-mime.install
-
-  cd build/akonadi-mime
-  make DESTDIR="$pkgdir" install
-}
-
-package_akonadi-notes() {
-  depends=(kmime)
-
-  cd build/akonadi-notes
-  make DESTDIR="$pkgdir" install
-}
-
-package_akonadi-socialutils() {
-  depends=(akonadi-client)
-  install=akonadi-socialutils.install
-
-  cd build/akonadi-socialutils
-  make DESTDIR="$pkgdir" install
-}
-
-package_kio-pim() {
-  pkgdesc='PIM kioslaves'
-  depends=(kldap kio)
-
-  cd build/kioslave
-  make DESTDIR="$pkgdir" install
-}

Copied: kdepimlibs/repos/testing-i686/PKGBUILD (from rev 246372, kdepimlibs/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2015-09-15 20:02:52 UTC (rev 246373)
@@ -0,0 +1,82 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+
+pkgbase=kdepimlibs
+pkgname=(akonadi-client akonadi-contact akonadi-mime akonadi-notes akonadi-socialutils kio-pim)
+pkgver=15.08.1
+pkgrel=3
+pkgdesc="KDE PIM Libraries"
+arch=(i686 x86_64)
+url='https://projects.kde.org/kdepimlibs'
+license=(GPL LGPL)
+makedepends=(extra-cmake-modules qt5-tools kcalcore kmbox kcontacts kldap akonadi prison-frameworks boost kdoctools)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgbase-$pkgver.tar.xz"
+   kdepimlibs-bug338658.patch::"https://quickgit.kde.org/?p=kdepimlibs.git&a=commitdiff&h=d38c3af&hp=1b9e833&o=plain")
+sha1sums=('6659e74c29c86f730c8039bc51b15c74b3e945bf'
+          'c47ae3b054f85ce1679bfbb549d82c2f7357f796')
+
+prepare() {
+  mkdir -p build
+
+# Fix https://bugs.kde.org/show_bug.cgi?id=338658
+  cd kdepimlibs-$pkgver
+  patch -p1 -i ../kdepimlibs-bug338658.patch
+}
+
+build() {
+  cd build
+  cmake ../$pkgbase-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_TESTING=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package_akonadi-client() {
+  depends=(akonadi kdelibs4support)
+
+  cd build/akonadi
+  make DESTDIR="$pkgdir" install
+}
+
+package_akonadi-contact() {
+  depends=(akonadi-client kmime kcontacts kcalcore prison-frameworks)
+
+  cd build/akonadi-contact
+  make DESTDIR="$pkgdir" install
+}
+
+package_akonadi-mime() {
+  depends=(akonadi-client kmime)
+  install=akonadi-mime.install
+
+  cd build/akonadi-mime
+  make DESTDIR="$pkgdir" install
+}
+
+package_akonadi-notes() {
+  depends=(kmime)
+
+  cd build/akonadi-notes
+  make DESTDIR="$pkgdir" install
+}
+
+package_akonadi-socialutils() {
+  depends=(akonadi-client)
+  install=akonadi-socialutils.install
+
+  cd build/akonadi-socialutils
+  make DESTDIR="$pkgdir" install
+}
+
+package_kio-pim() {
+  pkgdesc='PIM kioslaves'
+  depends=(kldap kio)
+
+  cd build/kioslave
+  make DESTDIR="$pkgdir" install
+}

Deleted: testing-i686/akonadi-mime.install
===================================================================
--- testing-i686/akonadi-mime.install	2015-09-15 20:02:05 UTC (rev 246372)
+++ testing-i686/akonadi-mime.install	2015-09-15 20:02:52 UTC (rev 246373)
@@ -1,11 +0,0 @@
-post_install() {
-	update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}
\ No newline at end of file

Copied: kdepimlibs/repos/testing-i686/akonadi-mime.install (from rev 246372, kdepimlibs/trunk/akonadi-mime.install)
===================================================================
--- testing-i686/akonadi-mime.install	                        (rev 0)
+++ testing-i686/akonadi-mime.install	2015-09-15 20:02:52 UTC (rev 246373)
@@ -0,0 +1,11 @@
+post_install() {
+	update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}
\ No newline at end of file

Deleted: testing-i686/akonadi-socialutils.install
===================================================================
--- testing-i686/akonadi-socialutils.install	2015-09-15 20:02:05 UTC (rev 246372)
+++ testing-i686/akonadi-socialutils.install	2015-09-15 20:02:52 UTC (rev 246373)
@@ -1,11 +0,0 @@
-post_install() {
-	update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}
\ No newline at end of file

Copied: kdepimlibs/repos/testing-i686/akonadi-socialutils.install (from rev 246372, kdepimlibs/trunk/akonadi-socialutils.install)
===================================================================
--- testing-i686/akonadi-socialutils.install	                        (rev 0)
+++ testing-i686/akonadi-socialutils.install	2015-09-15 20:02:52 UTC (rev 246373)
@@ -0,0 +1,11 @@
+post_install() {
+	update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}
\ No newline at end of file

Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2015-09-15 20:02:05 UTC (rev 246372)
+++ testing-x86_64/PKGBUILD	2015-09-15 20:02:52 UTC (rev 246373)
@@ -1,85 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Pierre Schmitz <pierre at archlinux.de>
-
-pkgbase=kdepimlibs
-pkgname=(akonadi-client akonadi-contact akonadi-mime akonadi-notes akonadi-socialutils kio-pim)
-pkgver=15.08.1
-pkgrel=2
-pkgdesc="KDE PIM Libraries"
-arch=(i686 x86_64)
-url='https://projects.kde.org/kdepimlibs'
-license=(GPL LGPL)
-makedepends=(extra-cmake-modules qt5-tools kcalcore kmbox kcontacts kldap akonadi prison-frameworks boost kdoctools)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgbase-$pkgver.tar.xz"
-   kdepimlibs-bug338658-1.patch::"https://quickgit.kde.org/?p=kdepimlibs.git&a=commitdiff&h=43d5659&o=plain"
-   kdepimlibs-bug338658-2.patch::"https://quickgit.kde.org/?p=kdepimlibs.git&a=commitdiff&h=ffa20e7&o=plain")
-sha1sums=('6659e74c29c86f730c8039bc51b15c74b3e945bf'
-          'a3a9fd6d0ac15daf8d66e9fa42ddc9f9d7127253'
-          '945deba0774cadacf288b46592e6ccfba94a7797')
-
-prepare() {
-  mkdir -p build
-
-# Fix https://bugs.kde.org/show_bug.cgi?id=338658
-  cd kdepimlibs-$pkgver
-  patch -p1 -i ../kdepimlibs-bug338658-1.patch
-  patch -p1 -i ../kdepimlibs-bug338658-2.patch
-}
-
-build() {
-  cd build
-  cmake ../$pkgbase-$pkgver \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DBUILD_TESTING=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=lib \
-    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package_akonadi-client() {
-  depends=(akonadi kdelibs4support)
-
-  cd build/akonadi
-  make DESTDIR="$pkgdir" install
-}
-
-package_akonadi-contact() {
-  depends=(akonadi-client kmime kcontacts kcalcore prison-frameworks)
-
-  cd build/akonadi-contact
-  make DESTDIR="$pkgdir" install
-}
-
-package_akonadi-mime() {
-  depends=(akonadi-client kmime)
-  install=akonadi-mime.install
-
-  cd build/akonadi-mime
-  make DESTDIR="$pkgdir" install
-}
-
-package_akonadi-notes() {
-  depends=(kmime)
-
-  cd build/akonadi-notes
-  make DESTDIR="$pkgdir" install
-}
-
-package_akonadi-socialutils() {
-  depends=(akonadi-client)
-  install=akonadi-socialutils.install
-
-  cd build/akonadi-socialutils
-  make DESTDIR="$pkgdir" install
-}
-
-package_kio-pim() {
-  pkgdesc='PIM kioslaves'
-  depends=(kldap kio)
-
-  cd build/kioslave
-  make DESTDIR="$pkgdir" install
-}

Copied: kdepimlibs/repos/testing-x86_64/PKGBUILD (from rev 246372, kdepimlibs/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2015-09-15 20:02:52 UTC (rev 246373)
@@ -0,0 +1,82 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+
+pkgbase=kdepimlibs
+pkgname=(akonadi-client akonadi-contact akonadi-mime akonadi-notes akonadi-socialutils kio-pim)
+pkgver=15.08.1
+pkgrel=3
+pkgdesc="KDE PIM Libraries"
+arch=(i686 x86_64)
+url='https://projects.kde.org/kdepimlibs'
+license=(GPL LGPL)
+makedepends=(extra-cmake-modules qt5-tools kcalcore kmbox kcontacts kldap akonadi prison-frameworks boost kdoctools)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgbase-$pkgver.tar.xz"
+   kdepimlibs-bug338658.patch::"https://quickgit.kde.org/?p=kdepimlibs.git&a=commitdiff&h=d38c3af&hp=1b9e833&o=plain")
+sha1sums=('6659e74c29c86f730c8039bc51b15c74b3e945bf'
+          'c47ae3b054f85ce1679bfbb549d82c2f7357f796')
+
+prepare() {
+  mkdir -p build
+
+# Fix https://bugs.kde.org/show_bug.cgi?id=338658
+  cd kdepimlibs-$pkgver
+  patch -p1 -i ../kdepimlibs-bug338658.patch
+}
+
+build() {
+  cd build
+  cmake ../$pkgbase-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_TESTING=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package_akonadi-client() {
+  depends=(akonadi kdelibs4support)
+
+  cd build/akonadi
+  make DESTDIR="$pkgdir" install
+}
+
+package_akonadi-contact() {
+  depends=(akonadi-client kmime kcontacts kcalcore prison-frameworks)
+
+  cd build/akonadi-contact
+  make DESTDIR="$pkgdir" install
+}
+
+package_akonadi-mime() {
+  depends=(akonadi-client kmime)
+  install=akonadi-mime.install
+
+  cd build/akonadi-mime
+  make DESTDIR="$pkgdir" install
+}
+
+package_akonadi-notes() {
+  depends=(kmime)
+
+  cd build/akonadi-notes
+  make DESTDIR="$pkgdir" install
+}
+
+package_akonadi-socialutils() {
+  depends=(akonadi-client)
+  install=akonadi-socialutils.install
+
+  cd build/akonadi-socialutils
+  make DESTDIR="$pkgdir" install
+}
+
+package_kio-pim() {
+  pkgdesc='PIM kioslaves'
+  depends=(kldap kio)
+
+  cd build/kioslave
+  make DESTDIR="$pkgdir" install
+}

Deleted: testing-x86_64/akonadi-mime.install
===================================================================
--- testing-x86_64/akonadi-mime.install	2015-09-15 20:02:05 UTC (rev 246372)
+++ testing-x86_64/akonadi-mime.install	2015-09-15 20:02:52 UTC (rev 246373)
@@ -1,11 +0,0 @@
-post_install() {
-	update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}
\ No newline at end of file

Copied: kdepimlibs/repos/testing-x86_64/akonadi-mime.install (from rev 246372, kdepimlibs/trunk/akonadi-mime.install)
===================================================================
--- testing-x86_64/akonadi-mime.install	                        (rev 0)
+++ testing-x86_64/akonadi-mime.install	2015-09-15 20:02:52 UTC (rev 246373)
@@ -0,0 +1,11 @@
+post_install() {
+	update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}
\ No newline at end of file

Deleted: testing-x86_64/akonadi-socialutils.install
===================================================================
--- testing-x86_64/akonadi-socialutils.install	2015-09-15 20:02:05 UTC (rev 246372)
+++ testing-x86_64/akonadi-socialutils.install	2015-09-15 20:02:52 UTC (rev 246373)
@@ -1,11 +0,0 @@
-post_install() {
-	update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}
\ No newline at end of file

Copied: kdepimlibs/repos/testing-x86_64/akonadi-socialutils.install (from rev 246372, kdepimlibs/trunk/akonadi-socialutils.install)
===================================================================
--- testing-x86_64/akonadi-socialutils.install	                        (rev 0)
+++ testing-x86_64/akonadi-socialutils.install	2015-09-15 20:02:52 UTC (rev 246373)
@@ -0,0 +1,11 @@
+post_install() {
+	update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}
\ No newline at end of file



More information about the arch-commits mailing list