[arch-commits] Commit in kdepim-runtime/repos (4 files)
Antonio Rojas
arojas at archlinux.org
Thu Oct 13 15:59:17 UTC 2016
Date: Thursday, October 13, 2016 @ 15:59:17
Author: arojas
Revision: 278630
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
kdepim-runtime/repos/extra-i686/PKGBUILD
(from rev 278629, kdepim-runtime/trunk/PKGBUILD)
kdepim-runtime/repos/extra-x86_64/PKGBUILD
(from rev 278629, kdepim-runtime/trunk/PKGBUILD)
Deleted:
kdepim-runtime/repos/extra-i686/PKGBUILD
kdepim-runtime/repos/extra-x86_64/PKGBUILD
-----------------------+
/PKGBUILD | 74 ++++++++++++++++++++++++++++++++++++++++++++++++
extra-i686/PKGBUILD | 42 ---------------------------
extra-x86_64/PKGBUILD | 42 ---------------------------
3 files changed, 74 insertions(+), 84 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2016-10-13 15:59:11 UTC (rev 278629)
+++ extra-i686/PKGBUILD 2016-10-13 15:59:17 UTC (rev 278630)
@@ -1,42 +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=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
-}
Copied: kdepim-runtime/repos/extra-i686/PKGBUILD (from rev 278629, kdepim-runtime/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-10-13 15:59:17 UTC (rev 278630)
@@ -0,0 +1,37 @@
+# $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.2
+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=('6ae21252e46f8a16da75a9f11407b1f12b9d1a8a')
+
+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
+}
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2016-10-13 15:59:11 UTC (rev 278629)
+++ extra-x86_64/PKGBUILD 2016-10-13 15:59:17 UTC (rev 278630)
@@ -1,42 +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=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
-}
Copied: kdepim-runtime/repos/extra-x86_64/PKGBUILD (from rev 278629, kdepim-runtime/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2016-10-13 15:59:17 UTC (rev 278630)
@@ -0,0 +1,37 @@
+# $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.2
+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=('6ae21252e46f8a16da75a9f11407b1f12b9d1a8a')
+
+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
+}
More information about the arch-commits
mailing list