[arch-commits] Commit in kdepim-runtime/repos (4 files)

Antonio Rojas arojas at archlinux.org
Fri Sep 9 10:26:14 UTC 2016


    Date: Friday, September 9, 2016 @ 10:26:14
  Author: arojas
Revision: 276095

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

Added:
  kdepim-runtime/repos/extra-i686/PKGBUILD
    (from rev 276094, kdepim-runtime/trunk/PKGBUILD)
  kdepim-runtime/repos/extra-x86_64/PKGBUILD
    (from rev 276094, kdepim-runtime/trunk/PKGBUILD)
Deleted:
  kdepim-runtime/repos/extra-i686/PKGBUILD
  kdepim-runtime/repos/extra-x86_64/PKGBUILD

-----------------------+
 /PKGBUILD             |   84 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   37 ---------------------
 extra-x86_64/PKGBUILD |   37 ---------------------
 3 files changed, 84 insertions(+), 74 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2016-09-09 10:25:35 UTC (rev 276094)
+++ extra-i686/PKGBUILD	2016-09-09 10:26:14 UTC (rev 276095)
@@ -1,37 +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=kdepim-runtime
-pkgver=16.08.1
-pkgrel=1
-pkgdesc='Extends the functionality of kdepim'
-arch=('i686' 'x86_64')
-url='https://community.kde.org/KDE_PIM'
-license=('GPL' 'LGPL' 'FDL')
-depends=(libkgapi libkolab akonadi-calendar knotifyconfig kross kalarmcal kmbox kimap kde-syndication 
-         hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools boost python kdesignerplugin)
-conflicts=(kio-pim)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
-sha1sums=('dca69934f85f06fd3f06b4bd1f75e233e5e4d027')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DBUILD_TESTING=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DKDE_INSTALL_LIBDIR=lib
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdepim-runtime/repos/extra-i686/PKGBUILD (from rev 276094, kdepim-runtime/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2016-09-09 10:26:14 UTC (rev 276095)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=kdepim-runtime
+pkgver=16.08.1
+pkgrel=2
+pkgdesc='Extends the functionality of kdepim'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/KDE_PIM'
+license=('GPL' 'LGPL' 'FDL')
+depends=(libkgapi libkolab akonadi-calendar knotifyconfig kross kalarmcal kmbox kimap kde-syndication 
+         hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools boost python kdesignerplugin)
+conflicts=(kio-pim)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"
+        kdebug-364342.patch::"https://quickgit.kde.org/?p=kdepim-runtime.git&a=commitdiff&h=acb496c8&hp=5f67eab0&o=plain")
+sha1sums=('dca69934f85f06fd3f06b4bd1f75e233e5e4d027'
+          'b8c4ac8d6aa002b2f6215707ad692ca6c4dcb01c')
+
+prepare() {
+  mkdir -p build
+# Fix crash in krunner http://bugs.kde.org/show_bug.cgi?id=364342
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kdebug-364342.patch
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_TESTING=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DKDE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2016-09-09 10:25:35 UTC (rev 276094)
+++ extra-x86_64/PKGBUILD	2016-09-09 10:26:14 UTC (rev 276095)
@@ -1,37 +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=kdepim-runtime
-pkgver=16.08.1
-pkgrel=1
-pkgdesc='Extends the functionality of kdepim'
-arch=('i686' 'x86_64')
-url='https://community.kde.org/KDE_PIM'
-license=('GPL' 'LGPL' 'FDL')
-depends=(libkgapi libkolab akonadi-calendar knotifyconfig kross kalarmcal kmbox kimap kde-syndication 
-         hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools boost python kdesignerplugin)
-conflicts=(kio-pim)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
-sha1sums=('dca69934f85f06fd3f06b4bd1f75e233e5e4d027')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DBUILD_TESTING=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DKDE_INSTALL_LIBDIR=lib
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdepim-runtime/repos/extra-x86_64/PKGBUILD (from rev 276094, kdepim-runtime/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2016-09-09 10:26:14 UTC (rev 276095)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=kdepim-runtime
+pkgver=16.08.1
+pkgrel=2
+pkgdesc='Extends the functionality of kdepim'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/KDE_PIM'
+license=('GPL' 'LGPL' 'FDL')
+depends=(libkgapi libkolab akonadi-calendar knotifyconfig kross kalarmcal kmbox kimap kde-syndication 
+         hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools boost python kdesignerplugin)
+conflicts=(kio-pim)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"
+        kdebug-364342.patch::"https://quickgit.kde.org/?p=kdepim-runtime.git&a=commitdiff&h=acb496c8&hp=5f67eab0&o=plain")
+sha1sums=('dca69934f85f06fd3f06b4bd1f75e233e5e4d027'
+          'b8c4ac8d6aa002b2f6215707ad692ca6c4dcb01c')
+
+prepare() {
+  mkdir -p build
+# Fix crash in krunner http://bugs.kde.org/show_bug.cgi?id=364342
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kdebug-364342.patch
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_TESTING=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DKDE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list