[arch-commits] Commit in kdepim-runtime/repos (8 files)
Antonio Rojas
arojas at archlinux.org
Thu Aug 20 09:52:29 UTC 2015
Date: Thursday, August 20, 2015 @ 11:52:28
Author: arojas
Revision: 244414
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
kdepim-runtime/repos/testing-i686/PKGBUILD
(from rev 244413, kdepim-runtime/trunk/PKGBUILD)
kdepim-runtime/repos/testing-i686/kdepim-runtime.install
(from rev 244413, kdepim-runtime/trunk/kdepim-runtime.install)
kdepim-runtime/repos/testing-x86_64/PKGBUILD
(from rev 244413, kdepim-runtime/trunk/PKGBUILD)
kdepim-runtime/repos/testing-x86_64/kdepim-runtime.install
(from rev 244413, kdepim-runtime/trunk/kdepim-runtime.install)
Deleted:
kdepim-runtime/repos/testing-i686/PKGBUILD
kdepim-runtime/repos/testing-i686/kdepim-runtime.install
kdepim-runtime/repos/testing-x86_64/PKGBUILD
kdepim-runtime/repos/testing-x86_64/kdepim-runtime.install
---------------------------------------+
/PKGBUILD | 76 ++++++++++++++++++++++++++++++++
/kdepim-runtime.install | 26 ++++++++++
testing-i686/PKGBUILD | 38 ----------------
testing-i686/kdepim-runtime.install | 13 -----
testing-x86_64/PKGBUILD | 38 ----------------
testing-x86_64/kdepim-runtime.install | 13 -----
6 files changed, 102 insertions(+), 102 deletions(-)
Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD 2015-08-20 09:51:39 UTC (rev 244413)
+++ testing-i686/PKGBUILD 2015-08-20 09:52:28 UTC (rev 244414)
@@ -1,38 +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=15.07.90
-pkgrel=1
-pkgdesc='Extends the functionality of kdepim'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdepim-runtime'
-license=('GPL' 'LGPL' 'FDL')
-depends=(hicolor-icon-theme qt5-quick1 libkgapi akonadi-notes akonadi-socialutils akonadi-calendar
- knotifyconfig kross kalarmcal kmbox kimap kde-syndication) # libkolab
-makedepends=(extra-cmake-modules kdoctools boost)
-install=$pkgname.install
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
-sha1sums=('3265a41d5604a6d621e3f8520858b9c90c181a92')
-
-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 \
- -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
- make
-}
-
-package() {
- cd build
- make DESTDIR="$pkgdir" install
-}
Copied: kdepim-runtime/repos/testing-i686/PKGBUILD (from rev 244413, kdepim-runtime/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2015-08-20 09:52:28 UTC (rev 244414)
@@ -0,0 +1,38 @@
+# $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=15.08.0
+pkgrel=1
+pkgdesc='Extends the functionality of kdepim'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdepim-runtime'
+license=('GPL' 'LGPL' 'FDL')
+depends=(hicolor-icon-theme qt5-quick1 libkgapi libkolab akonadi-socialutils akonadi-calendar
+ knotifyconfig kross kalarmcal kmbox kimap kde-syndication)
+makedepends=(extra-cmake-modules kdoctools boost)
+install=$pkgname.install
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+sha1sums=('fcc9549bdacc25cb464a18efefcbacf7494dfd34')
+
+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 \
+ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
Deleted: testing-i686/kdepim-runtime.install
===================================================================
--- testing-i686/kdepim-runtime.install 2015-08-20 09:51:39 UTC (rev 244413)
+++ testing-i686/kdepim-runtime.install 2015-08-20 09:52:28 UTC (rev 244414)
@@ -1,13 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
- update-mime-database usr/share/mime &> /dev/null
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: kdepim-runtime/repos/testing-i686/kdepim-runtime.install (from rev 244413, kdepim-runtime/trunk/kdepim-runtime.install)
===================================================================
--- testing-i686/kdepim-runtime.install (rev 0)
+++ testing-i686/kdepim-runtime.install 2015-08-20 09:52:28 UTC (rev 244414)
@@ -0,0 +1,13 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+ update-mime-database usr/share/mime &> /dev/null
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD 2015-08-20 09:51:39 UTC (rev 244413)
+++ testing-x86_64/PKGBUILD 2015-08-20 09:52:28 UTC (rev 244414)
@@ -1,38 +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=15.07.90
-pkgrel=1
-pkgdesc='Extends the functionality of kdepim'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdepim-runtime'
-license=('GPL' 'LGPL' 'FDL')
-depends=(hicolor-icon-theme qt5-quick1 libkgapi akonadi-notes akonadi-socialutils akonadi-calendar
- knotifyconfig kross kalarmcal kmbox kimap kde-syndication) # libkolab
-makedepends=(extra-cmake-modules kdoctools boost)
-install=$pkgname.install
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
-sha1sums=('3265a41d5604a6d621e3f8520858b9c90c181a92')
-
-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 \
- -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
- make
-}
-
-package() {
- cd build
- make DESTDIR="$pkgdir" install
-}
Copied: kdepim-runtime/repos/testing-x86_64/PKGBUILD (from rev 244413, kdepim-runtime/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-08-20 09:52:28 UTC (rev 244414)
@@ -0,0 +1,38 @@
+# $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=15.08.0
+pkgrel=1
+pkgdesc='Extends the functionality of kdepim'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdepim-runtime'
+license=('GPL' 'LGPL' 'FDL')
+depends=(hicolor-icon-theme qt5-quick1 libkgapi libkolab akonadi-socialutils akonadi-calendar
+ knotifyconfig kross kalarmcal kmbox kimap kde-syndication)
+makedepends=(extra-cmake-modules kdoctools boost)
+install=$pkgname.install
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+sha1sums=('fcc9549bdacc25cb464a18efefcbacf7494dfd34')
+
+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 \
+ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
Deleted: testing-x86_64/kdepim-runtime.install
===================================================================
--- testing-x86_64/kdepim-runtime.install 2015-08-20 09:51:39 UTC (rev 244413)
+++ testing-x86_64/kdepim-runtime.install 2015-08-20 09:52:28 UTC (rev 244414)
@@ -1,13 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
- update-mime-database usr/share/mime &> /dev/null
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: kdepim-runtime/repos/testing-x86_64/kdepim-runtime.install (from rev 244413, kdepim-runtime/trunk/kdepim-runtime.install)
===================================================================
--- testing-x86_64/kdepim-runtime.install (rev 0)
+++ testing-x86_64/kdepim-runtime.install 2015-08-20 09:52:28 UTC (rev 244414)
@@ -0,0 +1,13 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+ update-mime-database usr/share/mime &> /dev/null
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
More information about the arch-commits
mailing list