[arch-commits] Commit in kdepimlibs/repos (12 files)
Antonio Rojas
arojas at archlinux.org
Tue Sep 15 19:11:09 UTC 2015
Date: Tuesday, September 15, 2015 @ 21:11:08
Author: arojas
Revision: 246371
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
kdepimlibs/repos/testing-i686/PKGBUILD
(from rev 246370, kdepimlibs/trunk/PKGBUILD)
kdepimlibs/repos/testing-i686/akonadi-mime.install
(from rev 246370, kdepimlibs/trunk/akonadi-mime.install)
kdepimlibs/repos/testing-i686/akonadi-socialutils.install
(from rev 246370, kdepimlibs/trunk/akonadi-socialutils.install)
kdepimlibs/repos/testing-x86_64/PKGBUILD
(from rev 246370, kdepimlibs/trunk/PKGBUILD)
kdepimlibs/repos/testing-x86_64/akonadi-mime.install
(from rev 246370, kdepimlibs/trunk/akonadi-mime.install)
kdepimlibs/repos/testing-x86_64/akonadi-socialutils.install
(from rev 246370, 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 | 170 +++++++++++++++++++++++++++
/akonadi-mime.install | 22 +++
/akonadi-socialutils.install | 22 +++
testing-i686/PKGBUILD | 76 ------------
testing-i686/akonadi-mime.install | 11 -
testing-i686/akonadi-socialutils.install | 11 -
testing-x86_64/PKGBUILD | 76 ------------
testing-x86_64/akonadi-mime.install | 11 -
testing-x86_64/akonadi-socialutils.install | 11 -
9 files changed, 214 insertions(+), 196 deletions(-)
Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD 2015-09-15 19:09:21 UTC (rev 246370)
+++ testing-i686/PKGBUILD 2015-09-15 19:11:08 UTC (rev 246371)
@@ -1,76 +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=1
-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")
-sha1sums=('6659e74c29c86f730c8039bc51b15c74b3e945bf')
-
-prepare() {
- mkdir -p build
-}
-
-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 246370, kdepimlibs/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2015-09-15 19:11:08 UTC (rev 246371)
@@ -0,0 +1,85 @@
+# $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
+}
Deleted: testing-i686/akonadi-mime.install
===================================================================
--- testing-i686/akonadi-mime.install 2015-09-15 19:09:21 UTC (rev 246370)
+++ testing-i686/akonadi-mime.install 2015-09-15 19:11:08 UTC (rev 246371)
@@ -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 246370, kdepimlibs/trunk/akonadi-mime.install)
===================================================================
--- testing-i686/akonadi-mime.install (rev 0)
+++ testing-i686/akonadi-mime.install 2015-09-15 19:11:08 UTC (rev 246371)
@@ -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 19:09:21 UTC (rev 246370)
+++ testing-i686/akonadi-socialutils.install 2015-09-15 19:11:08 UTC (rev 246371)
@@ -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 246370, kdepimlibs/trunk/akonadi-socialutils.install)
===================================================================
--- testing-i686/akonadi-socialutils.install (rev 0)
+++ testing-i686/akonadi-socialutils.install 2015-09-15 19:11:08 UTC (rev 246371)
@@ -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 19:09:21 UTC (rev 246370)
+++ testing-x86_64/PKGBUILD 2015-09-15 19:11:08 UTC (rev 246371)
@@ -1,76 +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=1
-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")
-sha1sums=('6659e74c29c86f730c8039bc51b15c74b3e945bf')
-
-prepare() {
- mkdir -p build
-}
-
-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 246370, kdepimlibs/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-09-15 19:11:08 UTC (rev 246371)
@@ -0,0 +1,85 @@
+# $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
+}
Deleted: testing-x86_64/akonadi-mime.install
===================================================================
--- testing-x86_64/akonadi-mime.install 2015-09-15 19:09:21 UTC (rev 246370)
+++ testing-x86_64/akonadi-mime.install 2015-09-15 19:11:08 UTC (rev 246371)
@@ -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 246370, kdepimlibs/trunk/akonadi-mime.install)
===================================================================
--- testing-x86_64/akonadi-mime.install (rev 0)
+++ testing-x86_64/akonadi-mime.install 2015-09-15 19:11:08 UTC (rev 246371)
@@ -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 19:09:21 UTC (rev 246370)
+++ testing-x86_64/akonadi-socialutils.install 2015-09-15 19:11:08 UTC (rev 246371)
@@ -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 246370, kdepimlibs/trunk/akonadi-socialutils.install)
===================================================================
--- testing-x86_64/akonadi-socialutils.install (rev 0)
+++ testing-x86_64/akonadi-socialutils.install 2015-09-15 19:11:08 UTC (rev 246371)
@@ -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