[arch-commits] Commit in kdepim-runtime/repos (4 files)
Antonio Rojas
arojas at archlinux.org
Tue Jul 12 17:37:33 UTC 2016
Date: Tuesday, July 12, 2016 @ 17:37:32
Author: arojas
Revision: 271572
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
kdepim-runtime/repos/extra-i686/PKGBUILD
(from rev 271571, kdepim-runtime/trunk/PKGBUILD)
kdepim-runtime/repos/extra-x86_64/PKGBUILD
(from rev 271571, kdepim-runtime/trunk/PKGBUILD)
Deleted:
kdepim-runtime/repos/extra-i686/PKGBUILD
kdepim-runtime/repos/extra-x86_64/PKGBUILD
-----------------------+
/PKGBUILD | 72 ++++++++++++++++++++++++++++++++++++++++++++++++
extra-i686/PKGBUILD | 36 ------------------------
extra-x86_64/PKGBUILD | 36 ------------------------
3 files changed, 72 insertions(+), 72 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2016-07-12 17:37:15 UTC (rev 271571)
+++ extra-i686/PKGBUILD 2016-07-12 17:37:32 UTC (rev 271572)
@@ -1,36 +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.04.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=(hicolor-icon-theme libkgapi libkolab akonadi-socialutils akonadi-calendar
- knotifyconfig kross kalarmcal kmbox kimap kde-syndication)
-makedepends=(extra-cmake-modules kdoctools boost python kdesignerplugin)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
-sha1sums=('bb30aa4f6af25459cbbe0da653a3e604aad16ede')
-
-prepare() {
- mkdir -p build
-}
-
-build() {
- cd build
- cmake ../$pkgname-$pkgver \
- -DCMAKE_BUILD_TYPE=Release \
- -DBUILD_TESTING=OFF \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=lib
- make
-}
-
-package() {
- cd build
- make DESTDIR="$pkgdir" install
-}
Copied: kdepim-runtime/repos/extra-i686/PKGBUILD (from rev 271571, kdepim-runtime/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-07-12 17:37:32 UTC (rev 271572)
@@ -0,0 +1,36 @@
+# $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.04.3
+pkgrel=1
+pkgdesc='Extends the functionality of kdepim'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/KDE_PIM'
+license=('GPL' 'LGPL' 'FDL')
+depends=(hicolor-icon-theme libkgapi libkolab akonadi-socialutils akonadi-calendar
+ knotifyconfig kross kalarmcal kmbox kimap kde-syndication)
+makedepends=(extra-cmake-modules kdoctools boost python kdesignerplugin)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+sha1sums=('9d257a70c1507b8021cea9091566210ebe028e3c')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$pkgver \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DBUILD_TESTING=OFF \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=lib
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2016-07-12 17:37:15 UTC (rev 271571)
+++ extra-x86_64/PKGBUILD 2016-07-12 17:37:32 UTC (rev 271572)
@@ -1,36 +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.04.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=(hicolor-icon-theme libkgapi libkolab akonadi-socialutils akonadi-calendar
- knotifyconfig kross kalarmcal kmbox kimap kde-syndication)
-makedepends=(extra-cmake-modules kdoctools boost python kdesignerplugin)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
-sha1sums=('bb30aa4f6af25459cbbe0da653a3e604aad16ede')
-
-prepare() {
- mkdir -p build
-}
-
-build() {
- cd build
- cmake ../$pkgname-$pkgver \
- -DCMAKE_BUILD_TYPE=Release \
- -DBUILD_TESTING=OFF \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=lib
- make
-}
-
-package() {
- cd build
- make DESTDIR="$pkgdir" install
-}
Copied: kdepim-runtime/repos/extra-x86_64/PKGBUILD (from rev 271571, kdepim-runtime/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2016-07-12 17:37:32 UTC (rev 271572)
@@ -0,0 +1,36 @@
+# $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.04.3
+pkgrel=1
+pkgdesc='Extends the functionality of kdepim'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/KDE_PIM'
+license=('GPL' 'LGPL' 'FDL')
+depends=(hicolor-icon-theme libkgapi libkolab akonadi-socialutils akonadi-calendar
+ knotifyconfig kross kalarmcal kmbox kimap kde-syndication)
+makedepends=(extra-cmake-modules kdoctools boost python kdesignerplugin)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+sha1sums=('9d257a70c1507b8021cea9091566210ebe028e3c')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$pkgver \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DBUILD_TESTING=OFF \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=lib
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list