[arch-commits] Commit in kdepim-runtime/trunk (PKGBUILD)

2020-07-14 Thread Antonio Rojas via arch-commits
Date: Tuesday, July 14, 2020 @ 07:12:07
  Author: arojas
Revision: 391890

Rebuild for reproducibility

Modified:
  kdepim-runtime/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-14 07:05:10 UTC (rev 391889)
+++ PKGBUILD2020-07-14 07:12:07 UTC (rev 391890)
@@ -5,7 +5,7 @@
 
 pkgname=kdepim-runtime
 pkgver=20.04.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Extends the functionality of kdepim'
 arch=(x86_64)
 url='https://kontact.kde.org'


[arch-commits] Commit in kdepim-runtime/trunk (PKGBUILD)

2019-08-20 Thread Felix Yan via arch-commits
Date: Tuesday, August 20, 2019 @ 11:03:01
  Author: felixonmars
Revision: 360495

upgpkg: kdepim-runtime 19.08.0-2

rebuild for upstream respin

Modified:
  kdepim-runtime/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-20 10:52:36 UTC (rev 360494)
+++ PKGBUILD2019-08-20 11:03:01 UTC (rev 360495)
@@ -5,7 +5,7 @@
 
 pkgname=kdepim-runtime
 pkgver=19.08.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Extends the functionality of kdepim'
 arch=(x86_64)
 url='https://kontact.kde.org'
@@ -13,7 +13,7 @@
 depends=(libkolabxml kdav akonadi-calendar knotifyconfig kalarmcal kmbox 
pimcommon akonadi-notes akonadi qca qt5-networkauth)
 makedepends=(extra-cmake-modules kdoctools boost)
 
source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('35355ce80137d4685c24b96ae7c302bdd7e0c7ba75226c3c101bc65b4a66c3b5'
+sha256sums=('634419978329902a1877810d87d4ddae8cb07adbabbfa4540b521689d8bc85ef'
 'SKIP')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

   F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 



[arch-commits] Commit in kdepim-runtime/trunk (PKGBUILD)

2019-07-17 Thread Antonio Rojas via arch-commits
Date: Wednesday, July 17, 2019 @ 11:59:35
  Author: arojas
Revision: 358092

Fix new mail notifier configuration dialog

Modified:
  kdepim-runtime/trunk/PKGBUILD

--+
 PKGBUILD |   11 ---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-07-17 11:21:29 UTC (rev 358091)
+++ PKGBUILD2019-07-17 11:59:35 UTC (rev 358092)
@@ -5,7 +5,7 @@
 
 pkgname=kdepim-runtime
 pkgver=19.04.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Extends the functionality of kdepim'
 arch=(x86_64)
 url='https://kontact.kde.org'
@@ -14,14 +14,19 @@
 makedepends=(extra-cmake-modules kdoctools boost kdesignerplugin qca 
qt5-networkauth)
 optdepends=('qca: EWS resource' 'qt5-networkauth: EWS resource')
 conflicts=(kio-pim)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
+
kdebug-409887.patch::"https://cgit.kde.org/kdepim-runtime.git/patch/?id=d148d621";)
 sha256sums=('720945f803dc9027211eb46f281ef52b35da3fe4d990c1aeed6d57a89a45215a'
-'SKIP')
+'SKIP'
+'368fbeb3acacbb69b08ff0a93a1d431346700c65cedea93233000f091ce254e8')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

   F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

 
 prepare() {
   mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kdebug-409887.patch # Fix new mail notifier configuration 
dialog
 }
 
 build() {


[arch-commits] Commit in kdepim-runtime/trunk (PKGBUILD)

2019-04-06 Thread Antonio Rojas via arch-commits
Date: Saturday, April 6, 2019 @ 11:05:16
  Author: arojas
Revision: 350214

Depend on akonadi

Modified:
  kdepim-runtime/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-06 11:01:55 UTC (rev 350213)
+++ PKGBUILD2019-04-06 11:05:16 UTC (rev 350214)
@@ -5,12 +5,12 @@
 
 pkgname=kdepim-runtime
 pkgver=18.12.3
-pkgrel=2
+pkgrel=3
 pkgdesc='Extends the functionality of kdepim'
 arch=(x86_64)
 url='https://kontact.kde.org'
 license=(GPL LGPL FDL)
-depends=(libkolabxml kdav akonadi-calendar knotifyconfig kalarmcal kmbox 
pimcommon akonadi-notes kdelibs4support)
+depends=(libkolabxml kdav akonadi-calendar knotifyconfig kalarmcal kmbox 
pimcommon akonadi-notes kdelibs4support akonadi)
 makedepends=(extra-cmake-modules kdoctools boost kdesignerplugin qca 
qt5-networkauth)
 optdepends=('qca: EWS resource' 'qt5-networkauth: EWS resource')
 conflicts=(kio-pim)


[arch-commits] Commit in kdepim-runtime/trunk (PKGBUILD)

2019-04-01 Thread Antonio Rojas via arch-commits
Date: Monday, April 1, 2019 @ 14:57:28
  Author: arojas
Revision: 349535

Rebuild with akonadi 18.12.3-3

Modified:
  kdepim-runtime/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-01 14:54:51 UTC (rev 349534)
+++ PKGBUILD2019-04-01 14:57:28 UTC (rev 349535)
@@ -5,7 +5,7 @@
 
 pkgname=kdepim-runtime
 pkgver=18.12.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Extends the functionality of kdepim'
 arch=(x86_64)
 url='https://kontact.kde.org'


[arch-commits] Commit in kdepim-runtime/trunk (PKGBUILD)

2018-08-21 Thread Antonio Rojas via arch-commits
Date: Tuesday, August 21, 2018 @ 22:23:13
  Author: arojas
Revision: 332777

Fix Gmail authentication dialog popping up continuously

Modified:
  kdepim-runtime/trunk/PKGBUILD

--+
 PKGBUILD |   11 ---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-21 21:12:21 UTC (rev 332776)
+++ PKGBUILD2018-08-21 22:23:13 UTC (rev 332777)
@@ -6,7 +6,7 @@
 
 pkgname=kdepim-runtime
 pkgver=18.08.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Extends the functionality of kdepim'
 arch=(x86_64)
 url='https://community.kde.org/KDE_PIM'
@@ -14,14 +14,19 @@
 depends=(libkolabxml kdav akonadi-calendar knotifyconfig kalarmcal kmbox 
pimcommon akonadi-notes kdelibs4support)
 makedepends=(extra-cmake-modules kdoctools boost kdesignerplugin)
 conflicts=(kio-pim)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
+
gmail-auth-dialog.patch::"https://cgit.kde.org/kdepim-runtime.git/patch/?id=6752a169";)
 sha256sums=('59cdebec7121f094688cca97835b910901252d8150e62f1fd262e8d9f55c322c'
-'SKIP')
+'SKIP'
+'0f5363c0b293f9a302dea13c707ab6b23d2719769ce7abc9714e50bf7cb521b1')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

   F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

 
 prepare() {
   mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../gmail-auth-dialog.patch # Fix Gmail authentication dialog 
popping up continuously
 }
 
 build() {


[arch-commits] Commit in kdepim-runtime/trunk (PKGBUILD)

2017-12-14 Thread Antonio Rojas via arch-commits
Date: Thursday, December 14, 2017 @ 11:44:43
  Author: arojas
Revision: 312504

Fix checksum

Modified:
  kdepim-runtime/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-14 11:44:27 UTC (rev 312503)
+++ PKGBUILD2017-12-14 11:44:43 UTC (rev 312504)
@@ -15,7 +15,7 @@
 makedepends=(extra-cmake-modules kdoctools boost python kdesignerplugin)
 conflicts=(kio-pim)
 
source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('f1b64274757a1cef342cd78c4cb29fcedda336d97556e833380390c2b86370e0'
+sha256sums=('d7ee7fc290e11f79eb5ec5e5045b9ec3c1d1e33f44bdd62979084610a150b3f7'
 'SKIP')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

   F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 



[arch-commits] Commit in kdepim-runtime/trunk (PKGBUILD kdebug-379733.patch)

2017-05-11 Thread Antonio Rojas
Date: Thursday, May 11, 2017 @ 22:32:27
  Author: arojas
Revision: 295850

Fix crash when opening IMAP account configuration

Added:
  kdepim-runtime/trunk/kdebug-379733.patch
Modified:
  kdepim-runtime/trunk/PKGBUILD

-+
 PKGBUILD|   12 +---
 kdebug-379733.patch |   12 
 2 files changed, 21 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-11 22:04:45 UTC (rev 295849)
+++ PKGBUILD2017-05-11 22:32:27 UTC (rev 295850)
@@ -5,7 +5,7 @@
 
 pkgname=kdepim-runtime
 pkgver=17.04.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Extends the functionality of kdepim'
 arch=('i686' 'x86_64')
 url='https://community.kde.org/KDE_PIM'
@@ -13,13 +13,19 @@
 depends=(libkgapi libkolab kdav akonadi-calendar knotifyconfig kalarmcal kmbox 
kimap hicolor-icon-theme)
 makedepends=(extra-cmake-modules kdoctools boost python kdesignerplugin)
 conflicts=(kio-pim)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
+kdebug-379733.patch)
 sha256sums=('421c040d0228c3ac280a4ceb97daf52a2fd06c4c7c9527cb94960940d3f9921f'
-'SKIP')
+'SKIP'
+'284871629f04bcf4a26b2d3ce7d60ef59b80f3afbc78f0d53b9987f22b665857')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

 
 prepare() {
   mkdir -p build
+
+# fix crash on account configuration
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kdebug-379733.patch
 }
 
 build() {

Added: kdebug-379733.patch
===
--- kdebug-379733.patch (rev 0)
+++ kdebug-379733.patch 2017-05-11 22:32:27 UTC (rev 295850)
@@ -0,0 +1,12 @@
+diff --git a/resources/imap/setupserver.cpp b/resources/imap/setupserver.cpp
+index 5ad65390a..9ef15f1c1 100644
+--- a/resources/imap/setupserver.cpp
 b/resources/imap/setupserver.cpp
+@@ -34,6 +34,7 @@
+ #include "serverinfodialog.h"
+ #include "folderarchivesettingpage.h"
+ #include "utils.h"
++#include "config.h"
+ 
+ #include 
+ #include 


[arch-commits] Commit in kdepim-runtime/trunk (PKGBUILD)

2017-04-22 Thread Antonio Rojas
Date: Saturday, April 22, 2017 @ 17:40:11
  Author: arojas
Revision: 293964

qt5-webengine 5.8.0-6 rebuild

Modified:
  kdepim-runtime/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-22 17:31:10 UTC (rev 293963)
+++ PKGBUILD2017-04-22 17:40:11 UTC (rev 293964)
@@ -5,7 +5,7 @@
 
 pkgname=kdepim-runtime
 pkgver=17.04.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Extends the functionality of kdepim'
 arch=('i686' 'x86_64')
 url='https://community.kde.org/KDE_PIM'


[arch-commits] Commit in kdepim-runtime/trunk (PKGBUILD)

2017-04-22 Thread Antonio Rojas
Date: Saturday, April 22, 2017 @ 12:16:58
  Author: arojas
Revision: 293904

Fix migration of Gmail accounts to XOAUTH2

Modified:
  kdepim-runtime/trunk/PKGBUILD

--+
 PKGBUILD |   12 +---
 1 file changed, 9 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-22 11:59:19 UTC (rev 293903)
+++ PKGBUILD2017-04-22 12:16:58 UTC (rev 293904)
@@ -5,7 +5,7 @@
 
 pkgname=kdepim-runtime
 pkgver=17.04.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Extends the functionality of kdepim'
 arch=('i686' 'x86_64')
 url='https://community.kde.org/KDE_PIM'
@@ -13,13 +13,19 @@
 depends=(libkgapi libkolab kdav akonadi-calendar knotifyconfig kalarmcal kmbox 
kimap hicolor-icon-theme)
 makedepends=(extra-cmake-modules kdoctools boost python kdesignerplugin)
 conflicts=(kio-pim)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
+
kdepim-runtime-gmail-migration.patch::"https://cgit.kde.org/kdepim-runtime.git/patch/?id=c9ae1636";)
 sha256sums=('b46d3db769de31b758c49a881b8e0b1869ada82f39ac282c28280980b1a59201'
-'SKIP')
+'SKIP'
+'4e497f9f551d411daf1c04b5daa33e8eb2a0e37b9f8d562575cfa3eddf43070f')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

 
 prepare() {
   mkdir -p build
+
+# Fix migration of Gmail accounts to XOAUTH authentication
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kdepim-runtime-gmail-migration.patch
 }
 
 build() {


[arch-commits] Commit in kdepim-runtime/trunk (PKGBUILD)

2017-01-28 Thread Antonio Rojas
Date: Sunday, January 29, 2017 @ 00:23:05
  Author: arojas
Revision: 287689

Enable Text-to-Speech

Modified:
  kdepim-runtime/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-29 00:17:18 UTC (rev 287688)
+++ PKGBUILD2017-01-29 00:23:05 UTC (rev 287689)
@@ -5,7 +5,7 @@
 
 pkgname=kdepim-runtime
 pkgver=16.12.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Extends the functionality of kdepim'
 arch=('i686' 'x86_64')
 url='https://community.kde.org/KDE_PIM'


[arch-commits] Commit in kdepim-runtime/trunk (PKGBUILD)

2016-09-09 Thread Antonio Rojas
Date: Friday, September 9, 2016 @ 10:25:35
  Author: arojas
Revision: 276094

Fix krunner crash (FS#50715)

Modified:
  kdepim-runtime/trunk/PKGBUILD

--+
 PKGBUILD |   11 ---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-09 09:37:03 UTC (rev 276093)
+++ PKGBUILD2016-09-09 10:25:35 UTC (rev 276094)
@@ -5,7 +5,7 @@
 
 pkgname=kdepim-runtime
 pkgver=16.08.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Extends the functionality of kdepim'
 arch=('i686' 'x86_64')
 url='https://community.kde.org/KDE_PIM'
@@ -14,11 +14,16 @@
  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')
+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() {


[arch-commits] Commit in kdepim-runtime/trunk (PKGBUILD kdepim-runtime.install)

2016-04-28 Thread Felix Yan
Date: Thursday, April 28, 2016 @ 10:05:59
  Author: fyan
Revision: 266424

upgpkg: kdepim-runtime 16.04.0-2

Hooks rebuild (part 1)

Modified:
  kdepim-runtime/trunk/PKGBUILD
Deleted:
  kdepim-runtime/trunk/kdepim-runtime.install

+
 PKGBUILD   |3 +--
 kdepim-runtime.install |   13 -
 2 files changed, 1 insertion(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-28 07:59:43 UTC (rev 266423)
+++ PKGBUILD2016-04-28 08:05:59 UTC (rev 266424)
@@ -5,7 +5,7 @@
 
 pkgname=kdepim-runtime
 pkgver=16.04.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Extends the functionality of kdepim'
 arch=('i686' 'x86_64')
 url='https://community.kde.org/KDE_PIM'
@@ -13,7 +13,6 @@
 depends=(hicolor-icon-theme libkgapi libkolab akonadi-socialutils 
akonadi-calendar
  knotifyconfig kross kalarmcal kmbox kimap kde-syndication)
 makedepends=(extra-cmake-modules kdoctools boost python)
-install=$pkgname.install
 
source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
 sha1sums=('b7ae61ed4a81920536e11c948e77a94764a34291')
 

Deleted: kdepim-runtime.install
===
--- kdepim-runtime.install  2016-04-28 07:59:43 UTC (rev 266423)
+++ kdepim-runtime.install  2016-04-28 08:05:59 UTC (rev 266424)
@@ -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
-}


[arch-commits] Commit in kdepim-runtime/trunk (PKGBUILD)

2015-12-08 Thread Felix Yan
Date: Tuesday, December 8, 2015 @ 17:22:55
  Author: fyan
Revision: 253972

C++11 ABI rebuild

Modified:
  kdepim-runtime/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-08 16:22:20 UTC (rev 253971)
+++ PKGBUILD2015-12-08 16:22:55 UTC (rev 253972)
@@ -5,7 +5,7 @@
 
 pkgname=kdepim-runtime
 pkgver=15.08.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Extends the functionality of kdepim'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kdepim-runtime'


[arch-commits] Commit in kdepim-runtime/trunk (PKGBUILD)

2015-10-04 Thread Antonio Rojas
Date: Sunday, October 4, 2015 @ 22:32:46
  Author: arojas
Revision: 248353

Fix syncing Outlook365 accounts (KDEBUG#351814)

Modified:
  kdepim-runtime/trunk/PKGBUILD

--+
 PKGBUILD |   10 +++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-04 20:19:37 UTC (rev 248352)
+++ PKGBUILD2015-10-04 20:32:46 UTC (rev 248353)
@@ -5,7 +5,7 @@
 
 pkgname=kdepim-runtime
 pkgver=15.08.1
-pkgrel=3
+pkgrel=4
 pkgdesc='Extends the functionality of kdepim'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kdepim-runtime'
@@ -15,10 +15,12 @@
 makedepends=(extra-cmake-modules kdoctools boost)
 install=$pkgname.install
 
source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";
 kdepim-runtime-bug338658.patch
-   
ical-resource.patch::"https://quickgit.kde.org/?p=kdepim-runtime.git&a=commitdiff&h=1612e91&o=plain";)
+   
ical-resource.patch::"https://quickgit.kde.org/?p=kdepim-runtime.git&a=commitdiff&h=1612e91&o=plain";
+   
outlook365.patch::"https://quickgit.kde.org/?p=kdepim-runtime.git&a=commitdiff&h=813e4df&o=plain";)
 sha1sums=('fcab275175a82152ee2345a8657e0ab238f7033a'
   '4d0bcdb3887f1146d289471d7e2494e2a76bb8bd'
-  '5c6f5128ca2a56124e4c0b09a911c7979d682466')
+  '5c6f5128ca2a56124e4c0b09a911c7979d682466'
+  '999d17c24e7cebef2900afce68d6fea774348bb7')
 
 prepare() {
   mkdir -p build
@@ -28,6 +30,8 @@
   patch -p1 -i ../kdepim-runtime-bug338658.patch
 # Fix saving ical resources https://bugs.kde.org/show_bug.cgi?id=352693
   patch -p1 -i ../ical-resource.patch
+# Fix syncing Outlook365 accounts https://bugs.kde.org/show_bug.cgi?id=351814
+  patch -p1 -i ../outlook365.patch
 }
 
 build() {


[arch-commits] Commit in kdepim-runtime/trunk (PKGBUILD)

2015-09-27 Thread Antonio Rojas
Date: Sunday, September 27, 2015 @ 23:10:00
  Author: arojas
Revision: 247551

Fix ical resources URL (KDEBUG#352693)

Modified:
  kdepim-runtime/trunk/PKGBUILD

--+
 PKGBUILD |   10 +++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-27 20:16:38 UTC (rev 247550)
+++ PKGBUILD2015-09-27 21:10:00 UTC (rev 247551)
@@ -5,7 +5,7 @@
 
 pkgname=kdepim-runtime
 pkgver=15.08.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Extends the functionality of kdepim'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kdepim-runtime'
@@ -14,9 +14,11 @@
  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";
 kdepim-runtime-bug338658.patch)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";
 kdepim-runtime-bug338658.patch
+   
ical-resource.patch::"https://quickgit.kde.org/?p=kdepim-runtime.git&a=commitdiff&h=1612e91&o=plain";)
 sha1sums=('fcab275175a82152ee2345a8657e0ab238f7033a'
-  '4d0bcdb3887f1146d289471d7e2494e2a76bb8bd')
+  '4d0bcdb3887f1146d289471d7e2494e2a76bb8bd'
+  '5c6f5128ca2a56124e4c0b09a911c7979d682466')
 
 prepare() {
   mkdir -p build
@@ -24,6 +26,8 @@
 # Fix https://bugs.kde.org/show_bug.cgi?id=338658
   cd $pkgname-$pkgver
   patch -p1 -i ../kdepim-runtime-bug338658.patch
+# Fix saving ical resources https://bugs.kde.org/show_bug.cgi?id=352693
+  patch -p1 -i ../ical-resource.patch
 }
 
 build() {


[arch-commits] Commit in kdepim-runtime/trunk (PKGBUILD)

2015-08-20 Thread Antonio Rojas
Date: Thursday, August 20, 2015 @ 11:51:07
  Author: arojas
Revision: 244411

Update to 15.08.0

Modified:
  kdepim-runtime/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-20 09:32:18 UTC (rev 244410)
+++ PKGBUILD2015-08-20 09:51:07 UTC (rev 244411)
@@ -10,7 +10,7 @@
 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-notes 
akonadi-socialutils akonadi-calendar
+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


[arch-commits] Commit in kdepim-runtime/trunk (PKGBUILD)

2015-03-03 Thread Felix Yan
Date: Wednesday, March 4, 2015 @ 08:03:06
  Author: fyan
Revision: 232528

upgpkg: kdepim-runtime 4.14.6-1

Modified:
  kdepim-runtime/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-04 05:16:44 UTC (rev 232527)
+++ PKGBUILD2015-03-04 07:03:06 UTC (rev 232528)
@@ -4,9 +4,9 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=kdepim-runtime
-pkgver=4.14.5
-_kdeappver=14.12.2
-pkgrel=2
+pkgver=4.14.6
+_kdeappver=14.12.3
+pkgrel=1
 pkgdesc='Extends the functionality of kdepim'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kdepim-runtime'
@@ -15,7 +15,7 @@
 makedepends=('cmake' 'automoc4' 'boost')
 install="${pkgname}.install"
 
source=("http://download.kde.org/stable/applications/${_kdeappver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('1a99ed02330e45950249debfed599416cbd49c0a')
+sha1sums=('00084b23c51d4ee6cdc49ec094aab73d4da8b1a3')
 
 prepare() {
   mkdir build


[arch-commits] Commit in kdepim-runtime/trunk (PKGBUILD)

2015-02-21 Thread Felix Yan
Date: Saturday, February 21, 2015 @ 16:12:24
  Author: fyan
Revision: 231782

upgpkg: kdepim-runtime 4.14.5-2

update dependency as signon dropped qt4 daemon (FS#43864)

Modified:
  kdepim-runtime/trunk/PKGBUILD

--+
 PKGBUILD |   20 ++--
 1 file changed, 10 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-21 15:11:44 UTC (rev 231781)
+++ PKGBUILD2015-02-21 15:12:24 UTC (rev 231782)
@@ -6,12 +6,12 @@
 pkgname=kdepim-runtime
 pkgver=4.14.5
 _kdeappver=14.12.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Extends the functionality of kdepim'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kdepim-runtime'
 license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime' 'libkgapi' 'libkolab' 'libkfbapi' 'libaccounts-qt' 
'signon')
+depends=('kdebase-runtime' 'libkgapi' 'libkolab' 'libkfbapi' 'libaccounts-qt' 
'libsignon-qt4')
 makedepends=('cmake' 'automoc4' 'boost')
 install="${pkgname}.install"
 
source=("http://download.kde.org/stable/applications/${_kdeappver}/src/${pkgname}-${pkgver}.tar.xz";)
@@ -22,15 +22,15 @@
 }
 
 build() {
-   cd build
-   cmake ../${pkgname}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DKDE4_BUILD_TESTS=OFF \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
 }
 
 package() {
-   cd build
-   make DESTDIR="${pkgdir}" install
+  cd build
+  make DESTDIR="${pkgdir}" install
 }


[arch-commits] Commit in kdepim-runtime/trunk (PKGBUILD)

2015-02-03 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 05:06:10
  Author: fyan
Revision: 230428

upgpkg: kdepim-runtime 4.14.5-1

Modified:
  kdepim-runtime/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-04 04:06:03 UTC (rev 230427)
+++ PKGBUILD2015-02-04 04:06:10 UTC (rev 230428)
@@ -4,8 +4,8 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=kdepim-runtime
-pkgver=4.14.4
-_kdeappver=14.12.1
+pkgver=4.14.5
+_kdeappver=14.12.2
 pkgrel=1
 pkgdesc='Extends the functionality of kdepim'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 makedepends=('cmake' 'automoc4' 'boost')
 install="${pkgname}.install"
 
source=("http://download.kde.org/stable/applications/${_kdeappver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('36bf4f5c652538410bb33d2f938942e5f224bf5f')
+sha1sums=('1a99ed02330e45950249debfed599416cbd49c0a')
 
 prepare() {
   mkdir build


[arch-commits] Commit in kdepim-runtime/trunk (PKGBUILD)

2015-01-15 Thread Felix Yan
Date: Thursday, January 15, 2015 @ 09:35:33
  Author: fyan
Revision: 229023

upgpkg: kdepim-runtime 4.14.4-1

upstream new release

Modified:
  kdepim-runtime/trunk/PKGBUILD

--+
 PKGBUILD |   10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-15 08:35:17 UTC (rev 229022)
+++ PKGBUILD2015-01-15 08:35:33 UTC (rev 229023)
@@ -1,9 +1,11 @@
 # $Id$
-# Maintainer: Andrea Scarpino 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
 # Contributor: Pierre Schmitz 
 
 pkgname=kdepim-runtime
-pkgver=4.14.3
+pkgver=4.14.4
+_kdeappver=14.12.1
 pkgrel=1
 pkgdesc='Extends the functionality of kdepim'
 arch=('i686' 'x86_64')
@@ -12,8 +14,8 @@
 depends=('kdebase-runtime' 'libkgapi' 'libkolab' 'libkfbapi' 'libaccounts-qt' 
'signon')
 makedepends=('cmake' 'automoc4' 'boost')
 install="${pkgname}.install"
-source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('377e8c3d91c8f3348cd4f6598c242c5f308486d1')
+source=("http://download.kde.org/stable/applications/${_kdeappver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('36bf4f5c652538410bb33d2f938942e5f224bf5f')
 
 prepare() {
   mkdir build


[arch-commits] Commit in kdepim-runtime/trunk (PKGBUILD)

2014-11-19 Thread Felix Yan
Date: Wednesday, November 19, 2014 @ 17:34:22
  Author: fyan
Revision: 226408

upgpkg: kdepim-runtime 4.14.3-1

upstream new release

Modified:
  kdepim-runtime/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-19 16:32:30 UTC (rev 226407)
+++ PKGBUILD2014-11-19 16:34:22 UTC (rev 226408)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=kdepim-runtime
-pkgver=4.14.2
+pkgver=4.14.3
 pkgrel=1
 pkgdesc='Extends the functionality of kdepim'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'boost')
 install="${pkgname}.install"
 
source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('dc3c2f92903f6a7ee9a38a7a8c14050b17638849')
+sha1sums=('377e8c3d91c8f3348cd4f6598c242c5f308486d1')
 
 prepare() {
   mkdir build


[arch-commits] Commit in kdepim-runtime/trunk (PKGBUILD)

2014-09-20 Thread Sven-Hendrik Haase
Date: Saturday, September 20, 2014 @ 18:07:25
  Author: svenstaro
Revision: 222185

upgpkg: kdepim-runtime 4.14.1-1

kde 4.14.1

Modified:
  kdepim-runtime/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-20 16:07:20 UTC (rev 222184)
+++ PKGBUILD2014-09-20 16:07:25 UTC (rev 222185)
@@ -3,8 +3,8 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=kdepim-runtime
-pkgver=4.14.0
-pkgrel=3
+pkgver=4.14.1
+pkgrel=1
 pkgdesc='Extends the functionality of kdepim'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kdepim-runtime'
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'boost')
 install="${pkgname}.install"
 
source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('6cb3b92d57343872ddfc6ba24b5ebdd005126fa2')
+sha1sums=('4ea838c38244201b3f4a6ddcc479a680c84067d3')
 
 prepare() {
   mkdir build



[arch-commits] Commit in kdepim-runtime/trunk (PKGBUILD)

2014-08-22 Thread Andrea Scarpino
Date: Friday, August 22, 2014 @ 19:27:51
  Author: andrea
Revision: 220565

upgpkg: kdepim-runtime 4.14.0-3

readd libaccounts and signon support

Modified:
  kdepim-runtime/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-22 17:26:26 UTC (rev 220564)
+++ PKGBUILD2014-08-22 17:27:51 UTC (rev 220565)
@@ -4,12 +4,12 @@
 
 pkgname=kdepim-runtime
 pkgver=4.14.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Extends the functionality of kdepim'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kdepim-runtime'
 license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime' 'libkgapi' 'libkolab' 'libkfbapi')
+depends=('kdebase-runtime' 'libkgapi' 'libkolab' 'libkfbapi' 'libaccounts-qt' 
'signon')
 makedepends=('cmake' 'automoc4' 'boost')
 install="${pkgname}.install"
 
source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)



[arch-commits] Commit in kdepim-runtime/trunk (PKGBUILD)

2014-08-22 Thread Andrea Scarpino
Date: Friday, August 22, 2014 @ 12:09:51
  Author: andrea
Revision: 220527

upgpkg: kdepim-runtime 4.14.0-2

Rebuild using libkgapi 2.2

Modified:
  kdepim-runtime/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-22 05:31:09 UTC (rev 220526)
+++ PKGBUILD2014-08-22 10:09:51 UTC (rev 220527)
@@ -4,7 +4,7 @@
 
 pkgname=kdepim-runtime
 pkgver=4.14.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Extends the functionality of kdepim'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kdepim-runtime'



[arch-commits] Commit in kdepim-runtime/trunk (PKGBUILD)

2014-08-16 Thread Sven-Hendrik Haase
Date: Saturday, August 16, 2014 @ 22:00:52
  Author: svenstaro
Revision: 219799

upgpkg: kdepim-runtime 4.14.0-1

kde 4.14.0

Modified:
  kdepim-runtime/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-16 20:00:48 UTC (rev 219798)
+++ PKGBUILD2014-08-16 20:00:52 UTC (rev 219799)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=kdepim-runtime
-pkgver=4.13.3
+pkgver=4.14.0
 pkgrel=1
 pkgdesc='Extends the functionality of kdepim'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'boost')
 install="${pkgname}.install"
 
source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('97ebc82f7fc9e8972266740200820c218d36c5f6')
+sha1sums=('6cb3b92d57343872ddfc6ba24b5ebdd005126fa2')
 
 prepare() {
   mkdir build



[arch-commits] Commit in kdepim-runtime/trunk (PKGBUILD)

2014-07-18 Thread Sven-Hendrik Haase
Date: Friday, July 18, 2014 @ 13:26:27
  Author: svenstaro
Revision: 217061

upgpkg: kdepim-runtime 4.13.3-1

upstream release 4.13.3

Modified:
  kdepim-runtime/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-18 11:26:24 UTC (rev 217060)
+++ PKGBUILD2014-07-18 11:26:27 UTC (rev 217061)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=kdepim-runtime
-pkgver=4.13.2
+pkgver=4.13.3
 pkgrel=1
 pkgdesc='Extends the functionality of kdepim'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'boost')
 install="${pkgname}.install"
 
source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('db31fa444f74478cddef1aa7c4ecf4e509f3407c')
+sha1sums=('97ebc82f7fc9e8972266740200820c218d36c5f6')
 
 prepare() {
   mkdir build



[arch-commits] Commit in kdepim-runtime/trunk (PKGBUILD)

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:02:46
  Author: svenstaro
Revision: 214417

upgpkg: kdepim-runtime 4.13.2-1

upstream release 4.12.2

Modified:
  kdepim-runtime/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-09 03:02:43 UTC (rev 214416)
+++ PKGBUILD2014-06-09 03:02:46 UTC (rev 214417)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=kdepim-runtime
-pkgver=4.13.1
+pkgver=4.13.2
 pkgrel=1
 pkgdesc='Extends the functionality of kdepim'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'boost')
 install="${pkgname}.install"
 
source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('e02447616460760232f03124be8b688cd8407196')
+sha1sums=('db31fa444f74478cddef1aa7c4ecf4e509f3407c')
 
 prepare() {
   mkdir build



[arch-commits] Commit in kdepim-runtime/trunk (PKGBUILD)

2014-05-14 Thread Sven-Hendrik Haase
Date: Wednesday, May 14, 2014 @ 21:51:52
  Author: svenstaro
Revision: 212442

upgpkg: kdepim-runtime 4.13.1-1

upstream release 4.13.1

Modified:
  kdepim-runtime/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-14 19:51:49 UTC (rev 212441)
+++ PKGBUILD2014-05-14 19:51:52 UTC (rev 212442)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=kdepim-runtime
-pkgver=4.13.0
+pkgver=4.13.1
 pkgrel=1
 pkgdesc='Extends the functionality of kdepim'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'boost')
 install="${pkgname}.install"
 
source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('01e5d0d205128e45a1ecf839cc892b65479278dd')
+sha1sums=('e02447616460760232f03124be8b688cd8407196')
 
 prepare() {
   mkdir build



[arch-commits] Commit in kdepim-runtime/trunk (PKGBUILD)

2014-03-31 Thread Sven-Hendrik Haase
Date: Monday, March 31, 2014 @ 11:56:33
  Author: svenstaro
Revision: 209281

upgpkg: kdepim-runtime 4.12.4-1

kde 4.12.4 release

Modified:
  kdepim-runtime/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-31 09:56:29 UTC (rev 209280)
+++ PKGBUILD2014-03-31 09:56:33 UTC (rev 209281)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=kdepim-runtime
-pkgver=4.12.3
+pkgver=4.12.4
 pkgrel=1
 pkgdesc='Extends the functionality of kdepim'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'boost')
 install="${pkgname}.install"
 
source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('b45fab89123c4cfff9dae864e83d1ecb3801ca5a')
+sha1sums=('2abba3a1dc97f68f64230a86feb75dd430f95cc2')
 
 prepare() {
   mkdir build



[arch-commits] Commit in kdepim-runtime/trunk (PKGBUILD)

2014-02-04 Thread Sven-Hendrik Haase
Date: Tuesday, February 4, 2014 @ 14:51:21
  Author: svenstaro
Revision: 205108

upgpkg: kdepim-runtime 4.12.2-1

upstream release 4.12.2

Modified:
  kdepim-runtime/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-04 13:51:17 UTC (rev 205107)
+++ PKGBUILD2014-02-04 13:51:21 UTC (rev 205108)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=kdepim-runtime
-pkgver=4.12.1
+pkgver=4.12.2
 pkgrel=1
 pkgdesc='Extends the functionality of kdepim'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'boost')
 install="${pkgname}.install"
 
source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('0df4bc061f5c6aca896361358befb58a0425347f')
+sha1sums=('9ec15431754f8ea49f764cafa5bb87eda5fef5b6')
 
 prepare() {
   mkdir build



[arch-commits] Commit in kdepim-runtime/trunk (PKGBUILD)

2014-01-13 Thread Sven-Hendrik Haase
Date: Tuesday, January 14, 2014 @ 08:35:24
  Author: svenstaro
Revision: 203696

upgpkg: kdepim-runtime 4.12.1-1

upstream release 4.12.1

Modified:
  kdepim-runtime/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-14 07:35:21 UTC (rev 203695)
+++ PKGBUILD2014-01-14 07:35:24 UTC (rev 203696)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=kdepim-runtime
-pkgver=4.12.0
+pkgver=4.12.1
 pkgrel=1
 pkgdesc='Extends the functionality of kdepim'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'boost')
 install="${pkgname}.install"
 
source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('fe988ea74cf83f1dae99f81bc02eefaa834c664c')
+sha1sums=('0df4bc061f5c6aca896361358befb58a0425347f')
 
 prepare() {
   mkdir build



[arch-commits] Commit in kdepim-runtime/trunk (PKGBUILD)

2013-12-06 Thread Sven-Hendrik Haase
Date: Friday, December 6, 2013 @ 13:16:11
  Author: svenstaro
Revision: 200881

upgpkg: kdepim-runtime 4.11.4-1

KDE 4.11.4

Modified:
  kdepim-runtime/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-12-06 12:16:07 UTC (rev 200880)
+++ PKGBUILD2013-12-06 12:16:11 UTC (rev 200881)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=kdepim-runtime
-pkgver=4.11.3
+pkgver=4.11.4
 pkgrel=1
 pkgdesc='Extends the functionality of kdepim'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'boost')
 install="${pkgname}.install"
 
source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('168455654655bd302c668ca91f18fab47fa6cd3c')
+sha1sums=('202f6c9d0631c6297d4fd6b0b46167bab34a9b34')
 
 prepare() {
   mkdir build



[arch-commits] Commit in kdepim-runtime/trunk (PKGBUILD)

2013-10-01 Thread Sven-Hendrik Haase
Date: Tuesday, October 1, 2013 @ 17:14:14
  Author: svenstaro
Revision: 195505

upgpkg: kdepim-runtime 4.11.2-1

kde 4.11.2 release

Modified:
  kdepim-runtime/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-01 15:14:11 UTC (rev 195504)
+++ PKGBUILD2013-10-01 15:14:14 UTC (rev 195505)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=kdepim-runtime
-pkgver=4.11.1
+pkgver=4.11.2
 pkgrel=1
 pkgdesc='Extends the functionality of kdepim'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'boost')
 install="${pkgname}.install"
 
source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('a61c1b4cafe16b88213c8cf2f4f64b38a20ed74d')
+sha1sums=('acc133c3c9d5cff0cdc9901b5ff7bd8b31a15825')
 
 prepare() {
   mkdir build



[arch-commits] Commit in kdepim-runtime/trunk (PKGBUILD)

2013-05-22 Thread Andrea Scarpino
Date: Wednesday, May 22, 2013 @ 09:16:10
  Author: andrea
Revision: 186221

upgpkg: kdepim-runtime 4.10.3-2

libkgapi rebuild

Modified:
  kdepim-runtime/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-22 07:15:10 UTC (rev 186220)
+++ PKGBUILD2013-05-22 07:16:10 UTC (rev 186221)
@@ -4,7 +4,7 @@
 
 pkgname=kdepim-runtime
 pkgver=4.10.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Extends the functionality of kdepim'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kdepim-runtime'



[arch-commits] Commit in kdepim-runtime/trunk (PKGBUILD)

2013-05-07 Thread Andrea Scarpino
Date: Tuesday, May 7, 2013 @ 15:26:43
  Author: andrea
Revision: 184474

KDE 4.10.3

Modified:
  kdepim-runtime/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-07 13:26:42 UTC (rev 184473)
+++ PKGBUILD2013-05-07 13:26:43 UTC (rev 184474)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=kdepim-runtime
-pkgver=4.10.2
+pkgver=4.10.3
 pkgrel=1
 pkgdesc='Extends the functionality of kdepim'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'boost')
 install="${pkgname}.install"
 
source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('110715ca80a67b8fce7566379fe7a058fdca100d')
+sha1sums=('43a9cf46818d1d7b26253e08e8cee99a554a736a')
 
 build() {
mkdir build



[arch-commits] Commit in kdepim-runtime/trunk (PKGBUILD)

2013-04-03 Thread Sven-Hendrik Haase
Date: Thursday, April 4, 2013 @ 05:43:12
  Author: svenstaro
Revision: 181402

upgpkg: kdepim-runtime 4.10.2-1

Modified:
  kdepim-runtime/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-04 03:41:54 UTC (rev 181401)
+++ PKGBUILD2013-04-04 03:43:12 UTC (rev 181402)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=kdepim-runtime
-pkgver=4.10.1
+pkgver=4.10.2
 pkgrel=1
 pkgdesc='Extends the functionality of kdepim'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'boost')
 install="${pkgname}.install"
 
source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('d59c3a61328e4620659886018ba6cffaa3ecf348')
+sha1sums=('110715ca80a67b8fce7566379fe7a058fdca100d')
 
 build() {
mkdir build



[arch-commits] Commit in kdepim-runtime/trunk (PKGBUILD)

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:09:12
  Author: andrea
Revision: 179141

KDE 4.10.1

Modified:
  kdepim-runtime/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:09:07 UTC (rev 179140)
+++ PKGBUILD2013-03-04 11:09:12 UTC (rev 179141)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=kdepim-runtime
-pkgver=4.10.0
+pkgver=4.10.1
 pkgrel=1
 pkgdesc='Extends the functionality of kdepim'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'boost')
 install="${pkgname}.install"
 
source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('6cfa320c03dce508d9982767c9718c98606f301f')
+sha1sums=('d59c3a61328e4620659886018ba6cffaa3ecf348')
 
 build() {
mkdir build



[arch-commits] Commit in kdepim-runtime/trunk (PKGBUILD)

2013-01-02 Thread Andrea Scarpino
Date: Wednesday, January 2, 2013 @ 05:59:58
  Author: andrea
Revision: 174039

KDE 4.9.5

Modified:
  kdepim-runtime/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-01-02 10:59:54 UTC (rev 174038)
+++ PKGBUILD2013-01-02 10:59:58 UTC (rev 174039)
@@ -3,8 +3,8 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=kdepim-runtime
-pkgver=4.9.4
-pkgrel=2
+pkgver=4.9.5
+pkgrel=1
 pkgdesc='Extends the functionality of kdepim'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kdepim-runtime'
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'boost')
 install="${pkgname}.install"
 
source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('5d6466761e890b2ee0ce66b274553c10f2827ca0')
+sha1sums=('1eeb480d088d93d56d7ce8f7ef939150e126c001')
 
 build() {
 cd "${srcdir}"



[arch-commits] Commit in kdepim-runtime/trunk (PKGBUILD)

2012-12-08 Thread Andrea Scarpino
Date: Saturday, December 8, 2012 @ 13:35:40
  Author: andrea
Revision: 173024

upgpkg: kdepim-runtime 4.9.4-2

Enable Kolab support (FS#31196)

Modified:
  kdepim-runtime/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-12-08 18:08:38 UTC (rev 173023)
+++ PKGBUILD2012-12-08 18:35:40 UTC (rev 173024)
@@ -4,12 +4,12 @@
 
 pkgname=kdepim-runtime
 pkgver=4.9.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Extends the functionality of kdepim'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kdepim-runtime'
 license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime' 'kdepimlibs' 'libkgapi')
+depends=('kdebase-runtime' 'libkgapi' 'libkolab')
 makedepends=('cmake' 'automoc4' 'boost')
 install="${pkgname}.install"
 
source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)



[arch-commits] Commit in kdepim-runtime/trunk (PKGBUILD)

2012-12-01 Thread Andrea Scarpino
Date: Sunday, December 2, 2012 @ 02:42:18
  Author: andrea
Revision: 172202

KDE 4.9.4

Modified:
  kdepim-runtime/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-12-02 07:42:12 UTC (rev 172201)
+++ PKGBUILD2012-12-02 07:42:18 UTC (rev 172202)
@@ -3,8 +3,8 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=kdepim-runtime
-pkgver=4.9.3
-pkgrel=2
+pkgver=4.9.4
+pkgrel=1
 pkgdesc='Extends the functionality of kdepim'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kdepim-runtime'
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'boost')
 install="${pkgname}.install"
 
source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('85e293b3894e5a6c529c33e5ed72964a0172e920')
+sha1sums=('5d6466761e890b2ee0ce66b274553c10f2827ca0')
 
 build() {
 cd "${srcdir}"



[arch-commits] Commit in kdepim-runtime/trunk (PKGBUILD)

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 08:30:03
  Author: andrea
Revision: 170353

KDE 4.9.3

Modified:
  kdepim-runtime/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 13:30:00 UTC (rev 170352)
+++ PKGBUILD2012-11-06 13:30:03 UTC (rev 170353)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=kdepim-runtime
-pkgver=4.9.2
+pkgver=4.9.3
 pkgrel=1
 pkgdesc='Extends the functionality of kdepim'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'boost')
 install="${pkgname}.install"
 
source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('4eeef5c706ea786d35ebaddf6c46084cf80a')
+sha1sums=('85e293b3894e5a6c529c33e5ed72964a0172e920')
 
 build() {
 cd "${srcdir}"



[arch-commits] Commit in kdepim-runtime/trunk (PKGBUILD)

2012-10-02 Thread Andrea Scarpino
Date: Tuesday, October 2, 2012 @ 05:09:27
  Author: andrea
Revision: 167431

KDE 4.9.2

Modified:
  kdepim-runtime/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-02 09:09:24 UTC (rev 167430)
+++ PKGBUILD2012-10-02 09:09:27 UTC (rev 167431)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=kdepim-runtime
-pkgver=4.9.1
+pkgver=4.9.2
 pkgrel=1
 pkgdesc='Extends the functionality of kdepim'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'boost')
 install="${pkgname}.install"
 
source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('bb39a81f9cf909c84807a003c77b1db9d3a1730b')
+sha1sums=('4eeef5c706ea786d35ebaddf6c46084cf80a')
 
 build() {
 cd "${srcdir}"



[arch-commits] Commit in kdepim-runtime/trunk (PKGBUILD)

2012-09-03 Thread Andrea Scarpino
Date: Monday, September 3, 2012 @ 17:48:34
  Author: andrea
Revision: 165927

KDE 4.9.1

Modified:
  kdepim-runtime/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-09-03 21:48:31 UTC (rev 165926)
+++ PKGBUILD2012-09-03 21:48:34 UTC (rev 165927)
@@ -3,8 +3,8 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=kdepim-runtime
-pkgver=4.9.0
-pkgrel=2
+pkgver=4.9.1
+pkgrel=1
 pkgdesc='Extends the functionality of kdepim'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kdepim-runtime'
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'boost')
 install="${pkgname}.install"
 
source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('4358e9f39e22040d617a112c8a66a7fee93a62db')
+sha1sums=('bb39a81f9cf909c84807a003c77b1db9d3a1730b')
 
 build() {
 cd "${srcdir}"



[arch-commits] Commit in kdepim-runtime/trunk (PKGBUILD)

2012-08-02 Thread Andrea Scarpino
Date: Thursday, August 2, 2012 @ 11:41:39
  Author: andrea
Revision: 164684

upgpkg: kdepim-runtime 4.9.0-2

Re-add the kdepimlibs dependence

Modified:
  kdepim-runtime/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-08-02 15:21:59 UTC (rev 164683)
+++ PKGBUILD2012-08-02 15:41:39 UTC (rev 164684)
@@ -4,12 +4,12 @@
 
 pkgname=kdepim-runtime
 pkgver=4.9.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Extends the functionality of kdepim'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kdepim-runtime'
 license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime' 'libkgapi')
+depends=('kdebase-runtime' 'kdepimlibs' 'libkgapi')
 makedepends=('cmake' 'automoc4' 'boost')
 install="${pkgname}.install"
 
source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)



[arch-commits] Commit in kdepim-runtime/trunk (PKGBUILD fix-carddav-support.patch)

2012-06-06 Thread Andrea Scarpino
Date: Wednesday, June 6, 2012 @ 12:14:02
  Author: andrea
Revision: 160818

KDE 4.8.4

Modified:
  kdepim-runtime/trunk/PKGBUILD
Deleted:
  kdepim-runtime/trunk/fix-carddav-support.patch

---+
 PKGBUILD  |   13 -
 fix-carddav-support.patch |   26 --
 2 files changed, 4 insertions(+), 35 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-06 16:13:58 UTC (rev 160817)
+++ PKGBUILD2012-06-06 16:14:02 UTC (rev 160818)
@@ -3,8 +3,8 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=kdepim-runtime
-pkgver=4.8.3
-pkgrel=2
+pkgver=4.8.4
+pkgrel=1
 pkgdesc='KDE PIM Runtime Environment'
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -12,15 +12,10 @@
 depends=('kdepimlibs' 'kdebase-runtime')
 makedepends=('cmake' 'automoc4' 'boost')
 install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";
-'fix-carddav-support.patch')
-sha1sums=('f1c6691522113887dc5f098678ccbbacfecb9390'
-  '1362bc04e82a3fdf870578c051a2e16170c43e86')
+source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('3a375afb62b4ee01d491c4787b559132317aa983')
 
 build() {
-cd "${srcdir}"/${pkgname}-${pkgver}
-patch -p1 -i "${srcdir}"/fix-carddav-support.patch
-
 cd "${srcdir}"
mkdir build
cd build

Deleted: fix-carddav-support.patch
===
--- fix-carddav-support.patch   2012-06-06 16:13:58 UTC (rev 160817)
+++ fix-carddav-support.patch   2012-06-06 16:14:02 UTC (rev 160818)
@@ -1,26 +0,0 @@
-commit bec63a313160ec6dc1833029d5e99746779ed3f4
-Author: Gregory Oestreicher 
-Date:   Tue May 15 21:19:17 2012 +0200
-
-Add a prop-filter in the CardDAV requests
-
-BUG: 299482
-FIXED-IN: 4.8.4
-
-diff --git a/resources/dav/protocols/carddavprotocol.cpp 
b/resources/dav/protocols/carddavprotocol.cpp
-index 38eca17..9c58653 100644
 a/resources/dav/protocols/carddavprotocol.cpp
-+++ b/resources/dav/protocols/carddavprotocol.cpp
-@@ -35,6 +35,12 @@ CarddavProtocol::CarddavProtocol()
-   propElement.appendChild( document.createElementNS( "DAV:", "resourcetype" ) 
);
-   propElement.appendChild( document.createElementNS( "DAV:", "getetag" ) );
- 
-+  QDomElement filterElement = document.createElementNS( 
"urn:ietf:params:xml:ns:carddav", "filter" );
-+  queryElement.appendChild( filterElement );
-+  QDomElement propfilterElement = document.createElementNS( 
"urn:ietf:params:xml:ns:carddav", "prop-filter" );
-+  propfilterElement.setAttribute( "name", "FN" );
-+  filterElement.appendChild( propfilterElement );
-+
-   mItemsQueries << document;
- }
- 



[arch-commits] Commit in kdepim-runtime/trunk (PKGBUILD fix-carddav-support.patch)

2012-05-16 Thread Andrea Scarpino
Date: Wednesday, May 16, 2012 @ 15:52:07
  Author: andrea
Revision: 159143

upgpkg: kdepim-runtime 4.8.3-2

Fix broken cardDAV support (FS#29881)

Added:
  kdepim-runtime/trunk/fix-carddav-support.patch
Modified:
  kdepim-runtime/trunk/PKGBUILD

---+
 PKGBUILD  |   12 
 fix-carddav-support.patch |   26 ++
 2 files changed, 34 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-05-16 19:50:18 UTC (rev 159142)
+++ PKGBUILD2012-05-16 19:52:07 UTC (rev 159143)
@@ -4,7 +4,7 @@
 
 pkgname=kdepim-runtime
 pkgver=4.8.3
-pkgrel=1
+pkgrel=2
 pkgdesc='KDE PIM Runtime Environment'
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -12,16 +12,20 @@
 depends=('kdepimlibs' 'kdebase-runtime')
 makedepends=('cmake' 'automoc4' 'boost')
 install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('f1c6691522113887dc5f098678ccbbacfecb9390')
+source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";
+'fix-carddav-support.patch')
+sha1sums=('f1c6691522113887dc5f098678ccbbacfecb9390'
+  '1362bc04e82a3fdf870578c051a2e16170c43e86')
 
 build() {
+cd "${srcdir}"/${pkgname}-${pkgver}
+patch -p1 -i "${srcdir}"/fix-carddav-support.patch
+
 cd "${srcdir}"
mkdir build
cd build
cmake ../${pkgname}-${pkgver} \
-DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_SKIP_RPATH=ON \
-DCMAKE_INSTALL_PREFIX=/usr
make
 }

Added: fix-carddav-support.patch
===
--- fix-carddav-support.patch   (rev 0)
+++ fix-carddav-support.patch   2012-05-16 19:52:07 UTC (rev 159143)
@@ -0,0 +1,26 @@
+commit bec63a313160ec6dc1833029d5e99746779ed3f4
+Author: Gregory Oestreicher 
+Date:   Tue May 15 21:19:17 2012 +0200
+
+Add a prop-filter in the CardDAV requests
+
+BUG: 299482
+FIXED-IN: 4.8.4
+
+diff --git a/resources/dav/protocols/carddavprotocol.cpp 
b/resources/dav/protocols/carddavprotocol.cpp
+index 38eca17..9c58653 100644
+--- a/resources/dav/protocols/carddavprotocol.cpp
 b/resources/dav/protocols/carddavprotocol.cpp
+@@ -35,6 +35,12 @@ CarddavProtocol::CarddavProtocol()
+   propElement.appendChild( document.createElementNS( "DAV:", "resourcetype" ) 
);
+   propElement.appendChild( document.createElementNS( "DAV:", "getetag" ) );
+ 
++  QDomElement filterElement = document.createElementNS( 
"urn:ietf:params:xml:ns:carddav", "filter" );
++  queryElement.appendChild( filterElement );
++  QDomElement propfilterElement = document.createElementNS( 
"urn:ietf:params:xml:ns:carddav", "prop-filter" );
++  propfilterElement.setAttribute( "name", "FN" );
++  filterElement.appendChild( propfilterElement );
++
+   mItemsQueries << document;
+ }
+ 



[arch-commits] Commit in kdepim-runtime/trunk (PKGBUILD)

2012-05-03 Thread Andrea Scarpino
Date: Thursday, May 3, 2012 @ 09:20:19
  Author: andrea
Revision: 158136

KDE 4.8.3

Modified:
  kdepim-runtime/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-05-03 13:20:16 UTC (rev 158135)
+++ PKGBUILD2012-05-03 13:20:19 UTC (rev 158136)
@@ -3,8 +3,8 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=kdepim-runtime
-pkgver=4.8.2
-pkgrel=2
+pkgver=4.8.3
+pkgrel=1
 pkgdesc='KDE PIM Runtime Environment'
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'boost')
 install=${pkgname}.install
 
source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('4db39cfa14a41702591609a342962348a9250777')
+sha1sums=('f1c6691522113887dc5f098678ccbbacfecb9390')
 
 build() {
 cd "${srcdir}"



[arch-commits] Commit in kdepim-runtime/trunk (PKGBUILD)

2012-04-03 Thread Andrea Scarpino
Date: Tuesday, April 3, 2012 @ 21:17:39
  Author: andrea
Revision: 155467

upgpkg: kdepim-runtime 4.8.2-2

new tarball

Modified:
  kdepim-runtime/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-04-04 01:16:40 UTC (rev 155466)
+++ PKGBUILD2012-04-04 01:17:39 UTC (rev 155467)
@@ -4,7 +4,7 @@
 
 pkgname=kdepim-runtime
 pkgver=4.8.2
-pkgrel=1
+pkgrel=2
 pkgdesc='KDE PIM Runtime Environment'
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'boost')
 install=${pkgname}.install
 
source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('afb6ad8f9f2fa4193c8fa13cac816e693f447db9')
+sha1sums=('4db39cfa14a41702591609a342962348a9250777')
 
 build() {
 cd "${srcdir}"



[arch-commits] Commit in kdepim-runtime/trunk (PKGBUILD)

2012-03-30 Thread Andrea Scarpino
Date: Friday, March 30, 2012 @ 12:12:07
  Author: andrea
Revision: 154659

KDE 4.8.2

Modified:
  kdepim-runtime/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-30 16:12:04 UTC (rev 154658)
+++ PKGBUILD2012-03-30 16:12:07 UTC (rev 154659)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=kdepim-runtime
-pkgver=4.8.1
+pkgver=4.8.2
 pkgrel=1
 pkgdesc='KDE PIM Runtime Environment'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'boost')
 install=${pkgname}.install
 
source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('2e2e5f1dbfd1b54f0e2b71f9f23be2cfa94348f2')
+sha1sums=('afb6ad8f9f2fa4193c8fa13cac816e693f447db9')
 
 build() {
 cd "${srcdir}"



[arch-commits] Commit in kdepim-runtime/trunk (PKGBUILD)

2012-03-06 Thread Andrea Scarpino
Date: Tuesday, March 6, 2012 @ 13:28:25
  Author: andrea
Revision: 152329

Path has been changed; new kdepim tarball

Modified:
  kdepim-runtime/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-06 18:28:22 UTC (rev 152328)
+++ PKGBUILD2012-03-06 18:28:25 UTC (rev 152329)
@@ -12,7 +12,7 @@
 depends=('kdepimlibs' 'kdebase-runtime')
 makedepends=('cmake' 'automoc4' 'boost')
 install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/xz/${pkgname}-${pkgver}.tar.xz";)
+source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
 sha1sums=('2e2e5f1dbfd1b54f0e2b71f9f23be2cfa94348f2')
 
 build() {



[arch-commits] Commit in kdepim-runtime/trunk (PKGBUILD)

2012-03-04 Thread Andrea Scarpino
Date: Sunday, March 4, 2012 @ 06:07:49
  Author: andrea
Revision: 151936

KDE 4.8.1

Modified:
  kdepim-runtime/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-04 11:07:44 UTC (rev 151935)
+++ PKGBUILD2012-03-04 11:07:49 UTC (rev 151936)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=kdepim-runtime
-pkgver=4.8.0
+pkgver=4.8.1
 pkgrel=1
 pkgdesc='KDE PIM Runtime Environment'
 arch=('i686' 'x86_64')
@@ -12,8 +12,8 @@
 depends=('kdepimlibs' 'kdebase-runtime')
 makedepends=('cmake' 'automoc4' 'boost')
 install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";)
-sha1sums=('1cf75a92ddd0c18891163cd9d7f2290afae17472')
+source=("http://download.kde.org/stable/${pkgver}/src/xz/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('2e2e5f1dbfd1b54f0e2b71f9f23be2cfa94348f2')
 
 build() {
 cd "${srcdir}"



[arch-commits] Commit in kdepim-runtime/trunk (PKGBUILD)

2012-01-25 Thread Andrea Scarpino
Date: Wednesday, January 25, 2012 @ 15:33:51
  Author: andrea
Revision: 147280

KDE 4.8.0

Modified:
  kdepim-runtime/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-01-25 20:33:47 UTC (rev 147279)
+++ PKGBUILD2012-01-25 20:33:51 UTC (rev 147280)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=kdepim-runtime
-pkgver=4.7.97
+pkgver=4.8.0
 pkgrel=1
 pkgdesc='KDE PIM Runtime Environment'
 arch=('i686' 'x86_64')
@@ -12,8 +12,8 @@
 depends=('kdepimlibs' 'kdebase-runtime')
 makedepends=('cmake' 'automoc4' 'boost')
 install=${pkgname}.install
-source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";)
-sha1sums=('38e1f94e6e460647572bb360f825d9555bd87342')
+source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";)
+sha1sums=('1cf75a92ddd0c18891163cd9d7f2290afae17472')
 
 build() {
 cd "${srcdir}"



[arch-commits] Commit in kdepim-runtime/trunk (PKGBUILD)

2012-01-04 Thread Andrea Scarpino
Date: Wednesday, January 4, 2012 @ 08:15:38
  Author: andrea
Revision: 145953

KDE 4.8RC2

Modified:
  kdepim-runtime/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-01-04 13:15:35 UTC (rev 145952)
+++ PKGBUILD2012-01-04 13:15:38 UTC (rev 145953)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=kdepim-runtime
-pkgver=4.7.95
+pkgver=4.7.97
 pkgrel=1
 pkgdesc='KDE PIM Runtime Environment'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'boost')
 install=${pkgname}.install
 
source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";)
-sha1sums=('4255adc5f2a4b98d7b13324a5f54598f3c27e9aa')
+sha1sums=('38e1f94e6e460647572bb360f825d9555bd87342')
 
 build() {
 cd "${srcdir}"



[arch-commits] Commit in kdepim-runtime/trunk (PKGBUILD)

2011-12-21 Thread Andrea Scarpino
Date: Thursday, December 22, 2011 @ 02:58:11
  Author: andrea
Revision: 145355

KDE 4.8RC1

Modified:
  kdepim-runtime/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-12-22 07:58:08 UTC (rev 145354)
+++ PKGBUILD2011-12-22 07:58:11 UTC (rev 145355)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=kdepim-runtime
-pkgver=4.7.90
+pkgver=4.7.95
 pkgrel=1
 pkgdesc='KDE PIM Runtime Environment'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'boost')
 install=${pkgname}.install
 
source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";)
-sha1sums=('8833bb270f9dcd3f89abe84c0276a338df553fca')
+sha1sums=('4255adc5f2a4b98d7b13324a5f54598f3c27e9aa')
 
 build() {
 cd "${srcdir}"



[arch-commits] Commit in kdepim-runtime/trunk (PKGBUILD)

2011-12-07 Thread Andrea Scarpino
Date: Wednesday, December 7, 2011 @ 03:22:15
  Author: andrea
Revision: 144497

KDE 4.8beta2

Modified:
  kdepim-runtime/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-12-07 08:22:11 UTC (rev 144496)
+++ PKGBUILD2011-12-07 08:22:15 UTC (rev 144497)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=kdepim-runtime
-pkgver=4.7.80
+pkgver=4.7.90
 pkgrel=1
 pkgdesc='KDE PIM Runtime Environment'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'boost')
 install=${pkgname}.install
 
source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";)
-sha1sums=('54de62929a8293d7a514e505ce63a46c7514a9e6')
+sha1sums=('8833bb270f9dcd3f89abe84c0276a338df553fca')
 
 build() {
 cd "${srcdir}"



[arch-commits] Commit in kdepim-runtime/trunk (PKGBUILD smi0.91.patch)

2011-10-30 Thread Andrea Scarpino
Date: Sunday, October 30, 2011 @ 07:16:46
  Author: andrea
Revision: 141394

KDE 4.7.3

Modified:
  kdepim-runtime/trunk/PKGBUILD
Deleted:
  kdepim-runtime/trunk/smi0.91.patch

---+
 PKGBUILD  |   13 -
 smi0.91.patch |   11 ---
 2 files changed, 4 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-30 11:16:42 UTC (rev 141393)
+++ PKGBUILD2011-10-30 11:16:46 UTC (rev 141394)
@@ -3,8 +3,8 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=kdepim-runtime
-pkgver=4.7.2
-pkgrel=2
+pkgver=4.7.3
+pkgrel=1
 pkgdesc='KDE PIM Runtime Environment'
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -12,15 +12,10 @@
 depends=('kdepimlibs' 'kdebase-runtime')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
 install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";
-'smi0.91.patch')
-sha1sums=('f82886a63c48d718f30d60bd76ea7ac97f17a4c3'
-  'b5af2b56cd7c9c57522e862b591e3d4ad23641c6')
+source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";)
+sha1sums=('fa0e336e17f7abea1e36d28d941a4ef79b4e4635')
 
 build() {
-cd "${srcdir}"/${pkgname}-${pkgver}
-patch -p1 -i "${srcdir}"/smi0.91.patch
-
 cd "${srcdir}"
mkdir build
cd build

Deleted: smi0.91.patch
===
--- smi0.91.patch   2011-10-30 11:16:42 UTC (rev 141393)
+++ smi0.91.patch   2011-10-30 11:16:46 UTC (rev 141394)
@@ -1,11 +0,0 @@
 kdepim-runtime-4.7.2/plugins/akonadi_serializer_addressee.desktop~ 
2011-10-12 10:05:55.432618174 +
-+++ kdepim-runtime-4.7.2/plugins/akonadi_serializer_addressee.desktop  
2011-10-12 10:06:06.586046531 +
-@@ -89,7 +89,7 @@
- Comment[zh_TW]=地址物件的 Akonadi 序列器外掛程式
- 
- [Plugin]
--Type=text/vcard,text/directory
-+Type=text/vcard
- X-Akonadi-Class=legacy;default;KABC::Addressee;
- X-KDE-Library=akonadi_serializer_addressee
- X-KDE-ClassName=Akonadi::SerializerPluginAddressee



[arch-commits] Commit in kdepim-runtime/trunk (PKGBUILD smi0.91.patch)

2011-10-12 Thread Andrea Scarpino
Date: Wednesday, October 12, 2011 @ 06:16:53
  Author: andrea
Revision: 140394

upgpkg: kdepim-runtime 4.7.2-2

Fix shared-mime-info 0.91 compatibility (FS#26397)

Added:
  kdepim-runtime/trunk/smi0.91.patch
Modified:
  kdepim-runtime/trunk/PKGBUILD

---+
 PKGBUILD  |   11 ---
 smi0.91.patch |   11 +++
 2 files changed, 19 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-12 09:39:10 UTC (rev 140393)
+++ PKGBUILD2011-10-12 10:16:53 UTC (rev 140394)
@@ -4,7 +4,7 @@
 
 pkgname=kdepim-runtime
 pkgver=4.7.2
-pkgrel=1
+pkgrel=2
 pkgdesc='KDE PIM Runtime Environment'
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -12,10 +12,15 @@
 depends=('kdepimlibs' 'kdebase-runtime')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
 install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";)
-sha1sums=('f82886a63c48d718f30d60bd76ea7ac97f17a4c3')
+source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";
+'smi0.91.patch')
+sha1sums=('f82886a63c48d718f30d60bd76ea7ac97f17a4c3'
+  'b5af2b56cd7c9c57522e862b591e3d4ad23641c6')
 
 build() {
+cd "${srcdir}"/${pkgname}-${pkgver}
+patch -p1 -i "${srcdir}"/smi0.91.patch
+
 cd "${srcdir}"
mkdir build
cd build

Added: smi0.91.patch
===
--- smi0.91.patch   (rev 0)
+++ smi0.91.patch   2011-10-12 10:16:53 UTC (rev 140394)
@@ -0,0 +1,11 @@
+--- kdepim-runtime-4.7.2/plugins/akonadi_serializer_addressee.desktop~ 
2011-10-12 10:05:55.432618174 +
 kdepim-runtime-4.7.2/plugins/akonadi_serializer_addressee.desktop  
2011-10-12 10:06:06.586046531 +
+@@ -89,7 +89,7 @@
+ Comment[zh_TW]=地址物件的 Akonadi 序列器外掛程式
+ 
+ [Plugin]
+-Type=text/vcard,text/directory
++Type=text/vcard
+ X-Akonadi-Class=legacy;default;KABC::Addressee;
+ X-KDE-Library=akonadi_serializer_addressee
+ X-KDE-ClassName=Akonadi::SerializerPluginAddressee



[arch-commits] Commit in kdepim-runtime/trunk (PKGBUILD)

2011-10-04 Thread Andrea Scarpino
Date: Tuesday, October 4, 2011 @ 13:49:18
  Author: andrea
Revision: 139675

KDE 4.7.2

Modified:
  kdepim-runtime/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 17:49:14 UTC (rev 139674)
+++ PKGBUILD2011-10-04 17:49:18 UTC (rev 139675)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=kdepim-runtime
-pkgver=4.7.1
+pkgver=4.7.2
 pkgrel=1
 pkgdesc='KDE PIM Runtime Environment'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
 install=${pkgname}.install
 
source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";)
-sha1sums=('0e7645c83debc64d0b351d39f97b801dc8417630')
+sha1sums=('f82886a63c48d718f30d60bd76ea7ac97f17a4c3')
 
 build() {
 cd "${srcdir}"



[arch-commits] Commit in kdepim-runtime/trunk (PKGBUILD)

2011-09-06 Thread Andrea Scarpino
Date: Tuesday, September 6, 2011 @ 04:20:18
  Author: andrea
Revision: 137105

KDE 4.7.1

Modified:
  kdepim-runtime/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-09-06 08:20:16 UTC (rev 137104)
+++ PKGBUILD2011-09-06 08:20:18 UTC (rev 137105)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=kdepim-runtime
-pkgver=4.7.0
+pkgver=4.7.1
 pkgrel=1
 pkgdesc='KDE PIM Runtime Environment'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
 install=${pkgname}.install
 
source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";)
-sha1sums=('00286df86a64eecee64e6cf9199b69d87f62135e')
+sha1sums=('0e7645c83debc64d0b351d39f97b801dc8417630')
 
 build() {
 cd "${srcdir}"



[arch-commits] Commit in kdepim-runtime/trunk (PKGBUILD)

2011-07-06 Thread Andrea Scarpino
Date: Wednesday, July 6, 2011 @ 19:34:26
  Author: andrea
Revision: 130494

upgpkg: kdepim-runtime 4.6.1-1
upstream release

Modified:
  kdepim-runtime/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-07-06 16:36:26 UTC (rev 130493)
+++ PKGBUILD2011-07-06 23:34:26 UTC (rev 130494)
@@ -3,8 +3,8 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=kdepim-runtime
-pkgver=4.6.0
-pkgrel=2
+pkgver=4.6.1
+pkgrel=1
 pkgdesc='KDE PIM Runtime Environment'
 arch=('i686' 'x86_64')
 url='http://pim.kde.org'
@@ -14,7 +14,7 @@
 install=${pkgname}.install
 
source=("http://download.kde.org/stable/kdepim-${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";
 'disable-l10n.patch')
-sha1sums=('2a2e29ba805ae2c94fa4da6371693e59575d3ed8'
+sha1sums=('e416ffd0142c720a779b4eb2e4a841ca751efdce'
   'd4f8c39911cf288973a30d4b71087906ebb26359')
 
 build() {



[arch-commits] Commit in kdepim-runtime/trunk (PKGBUILD disable-l10n.patch)

2011-06-10 Thread Andrea Scarpino
Date: Friday, June 10, 2011 @ 13:12:13
  Author: andrea
Revision: 127098

remove translations from kdepim-runtime package (FS#24666)

Added:
  kdepim-runtime/trunk/disable-l10n.patch
Modified:
  kdepim-runtime/trunk/PKGBUILD

+
 PKGBUILD   |   13 +
 disable-l10n.patch |   10 ++
 2 files changed, 19 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-06-10 15:07:53 UTC (rev 127097)
+++ PKGBUILD2011-06-10 17:12:13 UTC (rev 127098)
@@ -4,7 +4,7 @@
 
 pkgname=kdepim-runtime
 pkgver=4.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc='KDE PIM Runtime Environment'
 arch=('i686' 'x86_64')
 url='http://pim.kde.org'
@@ -12,11 +12,16 @@
 depends=('kdepimlibs' 'kdebase-runtime')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
 install=${pkgname}.install
-source=("http://download.kde.org/stable/kdepim-${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";)
-sha1sums=('2a2e29ba805ae2c94fa4da6371693e59575d3ed8')
+source=("http://download.kde.org/stable/kdepim-${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";
+'disable-l10n.patch')
+sha1sums=('2a2e29ba805ae2c94fa4da6371693e59575d3ed8'
+  'd4f8c39911cf288973a30d4b71087906ebb26359')
 
 build() {
-   cd "${srcdir}"
+   cd "${srcdir}"/${pkgname}-${pkgver}
+patch -p1 -i "${srcdir}"/disable-l10n.patch
+
+cd "${srcdir}"
mkdir build
cd build
cmake ../${pkgname}-${pkgver} \

Added: disable-l10n.patch
===
--- disable-l10n.patch  (rev 0)
+++ disable-l10n.patch  2011-06-10 17:12:13 UTC (rev 127098)
@@ -0,0 +1,10 @@
+--- kdepim-runtime-4.6.0/CMakeLists.txt~   2011-06-10 16:49:12.130427269 
+
 kdepim-runtime-4.6.0/CMakeLists.txt2011-06-10 16:56:52.871414776 
+
+@@ -194,7 +194,3 @@
+ update_xdg_mimetypes(${XDG_MIME_INSTALL_DIR})
+ 
+ macro_display_feature_log()
+-
+-find_package(Msgfmt REQUIRED)
+-find_package(Gettext REQUIRED)
+-add_subdirectory(po)



[arch-commits] Commit in kdepim-runtime/trunk (PKGBUILD)

2011-06-06 Thread Andrea Scarpino
Date: Tuesday, June 7, 2011 @ 02:22:29
  Author: andrea
Revision: 126741

KDEPIM 4.6.0

Modified:
  kdepim-runtime/trunk/PKGBUILD

--+
 PKGBUILD |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-06-07 06:22:19 UTC (rev 126740)
+++ PKGBUILD2011-06-07 06:22:29 UTC (rev 126741)
@@ -3,20 +3,20 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=kdepim-runtime
-pkgver=4.4.11.1
+pkgver=4.6.0
 pkgrel=1
 pkgdesc='KDE PIM Runtime Environment'
 arch=('i686' 'x86_64')
-url='http://www.kde.org'
+url='http://pim.kde.org'
 license=('GPL' 'LGPL' 'FDL')
 depends=('kdepimlibs' 'kdebase-runtime')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
 install=${pkgname}.install
 
source=("http://download.kde.org/stable/kdepim-${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";)
-sha1sums=('e3105eb99ab0de47c617f8491774b2e3ee4cdd4a')
+sha1sums=('2a2e29ba805ae2c94fa4da6371693e59575d3ed8')
 
 build() {
-   cd $srcdir
+   cd "${srcdir}"
mkdir build
cd build
cmake ../${pkgname}-${pkgver} \
@@ -27,6 +27,6 @@
 }
 
 package() {
-   cd $srcdir/build
-   make DESTDIR=$pkgdir install
+   cd "${srcdir}"/build
+   make DESTDIR="${pkgdir}" install
 }



[arch-commits] Commit in kdepim-runtime/trunk (PKGBUILD)

2011-04-21 Thread Andrea Scarpino
Date: Thursday, April 21, 2011 @ 20:22:43
  Author: andrea
Revision: 120273

upgpkg: kdepim-runtime 4.4.11.1-1
upstream release

Modified:
  kdepim-runtime/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-04-21 21:32:06 UTC (rev 120272)
+++ PKGBUILD2011-04-22 00:22:43 UTC (rev 120273)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=kdepim-runtime
-pkgver=4.4.10
+pkgver=4.4.11.1
 pkgrel=1
 pkgdesc='KDE PIM Runtime Environment'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
 install=${pkgname}.install
 
source=("http://download.kde.org/stable/kdepim-${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";)
-sha1sums=('a0e74f95daf8c28f7b3bd1ee84b6a86fc509d0ff')
+sha1sums=('e3105eb99ab0de47c617f8491774b2e3ee4cdd4a')
 
 build() {
cd $srcdir



[arch-commits] Commit in kdepim-runtime/trunk (PKGBUILD)

2011-01-28 Thread Andrea Scarpino
Date: Friday, January 28, 2011 @ 03:04:50
  Author: andrea
Revision: 107967

upgpkg: kdepim-runtime 4.4.10-1
upstream release

Modified:
  kdepim-runtime/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-28 08:01:18 UTC (rev 107966)
+++ PKGBUILD2011-01-28 08:04:50 UTC (rev 107967)
@@ -3,8 +3,8 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=kdepim-runtime
-pkgver=4.4.9
-pkgrel=2
+pkgver=4.4.10
+pkgrel=1
 pkgdesc='KDE PIM Runtime Environment'
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -13,7 +13,7 @@
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
 install=${pkgname}.install
 
source=("http://download.kde.org/stable/kdepim-${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";)
-sha1sums=('ca50c82b4375d42ea2e02957df76e7a3b968cf47')
+sha1sums=('a0e74f95daf8c28f7b3bd1ee84b6a86fc509d0ff')
 
 build() {
cd $srcdir



[arch-commits] Commit in kdepim-runtime/trunk (PKGBUILD)

2011-01-27 Thread Andrea Scarpino
Date: Thursday, January 27, 2011 @ 06:53:27
  Author: andrea
Revision: 107876

upgpkg: kdepim-runtime 4.4.9-2
rebuild with akonadi 1.5

Modified:
  kdepim-runtime/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-27 11:47:52 UTC (rev 107875)
+++ PKGBUILD2011-01-27 11:53:27 UTC (rev 107876)
@@ -4,7 +4,7 @@
 
 pkgname=kdepim-runtime
 pkgver=4.4.9
-pkgrel=1
+pkgrel=2
 pkgdesc='KDE PIM Runtime Environment'
 arch=('i686' 'x86_64')
 url='http://www.kde.org'



[arch-commits] Commit in kdepim-runtime/trunk (PKGBUILD)

2010-12-22 Thread Andrea Scarpino
Date: Wednesday, December 22, 2010 @ 17:58:38
  Author: andrea
Revision: 103776

upgpkg: kdepim-runtime 4.4.9-1
upstream release

Modified:
  kdepim-runtime/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-12-22 22:24:43 UTC (rev 103775)
+++ PKGBUILD2010-12-22 22:58:38 UTC (rev 103776)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=kdepim-runtime
-pkgver=4.4.8
+pkgver=4.4.9
 pkgrel=1
 pkgdesc='KDE PIM Runtime Environment'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
 install=${pkgname}.install
 
source=("http://download.kde.org/stable/kdepim-${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";)
-sha1sums=('a947f8bf23bef22f54ee76c49f1c4f9116e90636')
+sha1sums=('ca50c82b4375d42ea2e02957df76e7a3b968cf47')
 
 build() {
cd $srcdir



[arch-commits] Commit in kdepim-runtime/trunk (PKGBUILD)

2010-12-03 Thread Andrea Scarpino
Date: Friday, December 3, 2010 @ 21:36:24
  Author: andrea
Revision: 102027

upgpkg: kdepim-runtime 4.4.8-1
upstream release

Modified:
  kdepim-runtime/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-12-04 02:23:43 UTC (rev 102026)
+++ PKGBUILD2010-12-04 02:36:24 UTC (rev 102027)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=kdepim-runtime
-pkgver=4.4.7
+pkgver=4.4.8
 pkgrel=1
 pkgdesc='KDE PIM Runtime Environment'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
 install=${pkgname}.install
 
source=("http://download.kde.org/stable/kdepim-${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";)
-sha1sums=('5f393a5f92a6e3e8b269ec57d5b26513c54f5042')
+sha1sums=('a947f8bf23bef22f54ee76c49f1c4f9116e90636')
 
 build() {
cd $srcdir



[arch-commits] Commit in kdepim-runtime/trunk (PKGBUILD)

2010-11-14 Thread Andrea Scarpino
Date: Sunday, November 14, 2010 @ 17:37:20
  Author: andrea
Revision: 99527

add Id keyword

Modified:
  kdepim-runtime/trunk/PKGBUILD (properties)


Property changes on: kdepim-runtime/trunk/PKGBUILD
___
Added: svn:keywords
   + Id



[arch-commits] Commit in kdepim-runtime/trunk (PKGBUILD)

2010-10-22 Thread Andrea Scarpino
Date: Friday, October 22, 2010 @ 10:11:04
  Author: andrea
Revision: 96588

upgpkg: kdepim-runtime 4.4.7-1
upstream release

Modified:
  kdepim-runtime/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-10-22 13:25:20 UTC (rev 96587)
+++ PKGBUILD2010-10-22 14:11:04 UTC (rev 96588)
@@ -1,9 +1,9 @@
-# $Id $
+# $Id$
 # Maintainer: Andrea Scarpino 
 # Contributor: Pierre Schmitz 
 
 pkgname=kdepim-runtime
-pkgver=4.4.6
+pkgver=4.4.7
 pkgrel=1
 pkgdesc='KDE PIM Runtime Environment'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
 install=${pkgname}.install
 
source=("http://download.kde.org/stable/kdepim-${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";)
-sha1sums=('23df76e49822efdb748a8428dbaafd2d73cc1cb7')
+sha1sums=('5f393a5f92a6e3e8b269ec57d5b26513c54f5042')
 
 build() {
cd $srcdir



[arch-commits] Commit in kdepim-runtime/trunk (PKGBUILD)

2010-09-10 Thread Andrea Scarpino
Date: Friday, September 10, 2010 @ 04:18:29
  Author: andrea
Revision: 90269

upstream release

Modified:
  kdepim-runtime/trunk/PKGBUILD

--+
 PKGBUILD |   15 ---
 1 file changed, 8 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-09-10 08:18:10 UTC (rev 90268)
+++ PKGBUILD2010-09-10 08:18:29 UTC (rev 90269)
@@ -1,18 +1,19 @@
-# $Id: $
-# Maintainer: Pierre Schmitz 
+# $Id $
+# Maintainer: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
 
 pkgname=kdepim-runtime
-pkgver=4.4.5
+pkgver=4.4.6
 pkgrel=1
 pkgdesc='KDE PIM Runtime Environment'
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')
-depends=('kdepimlibs' 'kdebase-runtime' 'kdelibs')
+depends=('kdepimlibs' 'kdebase-runtime')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
-install='kdepim-runtime.install'
-source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";)
-sha1sums=('178e138336f6983c0c1a49d7b40f791bb09042c9')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/kdepim-${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";)
+sha1sums=('23df76e49822efdb748a8428dbaafd2d73cc1cb7')
 
 build() {
cd $srcdir



[arch-commits] Commit in kdepim-runtime/trunk (PKGBUILD)

2010-06-29 Thread Andrea Scarpino
Date: Tuesday, June 29, 2010 @ 10:33:27
  Author: andrea
Revision: 84334

add boost makedependence

Modified:
  kdepim-runtime/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-06-29 14:14:53 UTC (rev 84333)
+++ PKGBUILD2010-06-29 14:33:27 UTC (rev 84334)
@@ -9,7 +9,7 @@
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')
 depends=('kdepimlibs' 'kdebase-runtime' 'kdelibs')
-makedepends=('pkgconfig' 'cmake' 'automoc4')
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
 install='kdepim-runtime.install'
 
source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";)
 sha1sums=('178e138336f6983c0c1a49d7b40f791bb09042c9')



[arch-commits] Commit in kdepim-runtime/trunk (PKGBUILD)

2010-06-29 Thread Andrea Scarpino
Date: Tuesday, June 29, 2010 @ 10:12:57
  Author: andrea
Revision: 84332

KDE 4.4.5

Modified:
  kdepim-runtime/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-06-29 13:03:34 UTC (rev 84331)
+++ PKGBUILD2010-06-29 14:12:57 UTC (rev 84332)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=kdepim-runtime
-pkgver=4.4.4
+pkgver=4.4.5
 pkgrel=1
 pkgdesc='KDE PIM Runtime Environment'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('pkgconfig' 'cmake' 'automoc4')
 install='kdepim-runtime.install'
 
source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";)
-sha1sums=('18e5ec39f4b39f9d524cee82b5037e5ba6c2b417')
+sha1sums=('178e138336f6983c0c1a49d7b40f791bb09042c9')
 
 build() {
cd $srcdir



[arch-commits] Commit in kdepim-runtime/trunk (PKGBUILD)

2010-05-31 Thread Ronald van Haren
Date: Monday, May 31, 2010 @ 15:19:34
  Author: ronald
Revision: 81556

update sha1sums

Modified:
  kdepim-runtime/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-05-31 19:19:30 UTC (rev 81555)
+++ PKGBUILD2010-05-31 19:19:34 UTC (rev 81556)
@@ -12,7 +12,7 @@
 makedepends=('pkgconfig' 'cmake' 'automoc4')
 install='kdepim-runtime.install'
 
source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";)
-sha1sums=('9c5112a61bf8c1f0af7d1d0b60f9e8c1ddcf70eb')
+sha1sums=('18e5ec39f4b39f9d524cee82b5037e5ba6c2b417')
 
 build() {
cd $srcdir



[arch-commits] Commit in kdepim-runtime/trunk (PKGBUILD)

2010-05-31 Thread Ronald van Haren
Date: Monday, May 31, 2010 @ 04:14:14
  Author: ronald
Revision: 81495

bump PKGBUILDs for 4.4.4 release

Modified:
  kdepim-runtime/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-05-31 08:14:10 UTC (rev 81494)
+++ PKGBUILD2010-05-31 08:14:14 UTC (rev 81495)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=kdepim-runtime
-pkgver=4.4.3
+pkgver=4.4.4
 pkgrel=1
 pkgdesc='KDE PIM Runtime Environment'
 arch=('i686' 'x86_64')



[arch-commits] Commit in kdepim-runtime/trunk (PKGBUILD)

2010-05-02 Thread Andrea Scarpino
Date: Sunday, May 2, 2010 @ 18:00:31
  Author: andrea
Revision: 79324

switch to SHA1 sum

Modified:
  kdepim-runtime/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-05-02 22:00:26 UTC (rev 79323)
+++ PKGBUILD2010-05-02 22:00:31 UTC (rev 79324)
@@ -12,7 +12,7 @@
 makedepends=('pkgconfig' 'cmake' 'automoc4')
 install='kdepim-runtime.install'
 
source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";)
-md5sums=('6da3646063137eaadd5bfd90bcf46942')
+sha1sums=('9c5112a61bf8c1f0af7d1d0b60f9e8c1ddcf70eb')
 
 build() {
cd $srcdir



[arch-commits] Commit in kdepim-runtime/trunk (PKGBUILD)

2010-04-30 Thread Andrea Scarpino
Date: Friday, April 30, 2010 @ 05:59:31
  Author: andrea
Revision: 79098

prepare for KDE 4.4.3

Modified:
  kdepim-runtime/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-04-30 09:59:25 UTC (rev 79097)
+++ PKGBUILD2010-04-30 09:59:31 UTC (rev 79098)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=kdepim-runtime
-pkgver=4.4.2
+pkgver=4.4.3
 pkgrel=1
 pkgdesc='KDE PIM Runtime Environment'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('pkgconfig' 'cmake' 'automoc4')
 install='kdepim-runtime.install'
 
source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";)
-md5sums=('3310e98a3feb1f3d17e5143f5615a533')
+md5sums=('6da3646063137eaadd5bfd90bcf46942')
 
 build() {
cd $srcdir



[arch-commits] Commit in kdepim-runtime/trunk (PKGBUILD)

2010-03-26 Thread Andrea Scarpino
Date: Friday, March 26, 2010 @ 15:18:36
  Author: andrea
Revision: 73484

updated to KDE 4.4.2

Modified:
  kdepim-runtime/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-03-26 19:18:29 UTC (rev 73483)
+++ PKGBUILD2010-03-26 19:18:36 UTC (rev 73484)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=kdepim-runtime
-pkgver=4.4.1
+pkgver=4.4.2
 pkgrel=1
 pkgdesc='KDE PIM Runtime Environment'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('pkgconfig' 'cmake' 'automoc4')
 install='kdepim-runtime.install'
 
source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";)
-md5sums=('637378da90a5c6218d7f2565e039a8e1')
+md5sums=('3310e98a3feb1f3d17e5143f5615a533')
 
 build() {
cd $srcdir



[arch-commits] Commit in kdepim-runtime/trunk (PKGBUILD)

2010-02-26 Thread Andrea Scarpino
Date: Friday, February 26, 2010 @ 15:49:56
  Author: andrea
Revision: 70447

updated for 4.4.1

Modified:
  kdepim-runtime/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-26 20:49:52 UTC (rev 70446)
+++ PKGBUILD2010-02-26 20:49:56 UTC (rev 70447)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=kdepim-runtime
-pkgver=4.4.0
+pkgver=4.4.1
 pkgrel=1
 pkgdesc='KDE PIM Runtime Environment'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('pkgconfig' 'cmake' 'automoc4')
 install='kdepim-runtime.install'
 
source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";)
-md5sums=('ff023837a749cceac1f83c291dbe2ff0')
+md5sums=('637378da90a5c6218d7f2565e039a8e1')
 
 build() {
cd $srcdir



[arch-commits] Commit in kdepim-runtime/trunk (PKGBUILD)

2010-02-04 Thread Pierre Schmitz
Date: Thursday, February 4, 2010 @ 07:28:50
  Author: pierre
Revision: 67170

KDE 4.4.0; first try

Modified:
  kdepim-runtime/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-04 12:28:47 UTC (rev 67169)
+++ PKGBUILD2010-02-04 12:28:50 UTC (rev 67170)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=kdepim-runtime
-pkgver=4.3.98
+pkgver=4.4.0
 pkgrel=1
 pkgdesc='KDE PIM Runtime Environment'
 arch=('i686' 'x86_64')
@@ -11,8 +11,8 @@
 depends=('kdepimlibs' 'kdebase-runtime' 'kdelibs')
 makedepends=('pkgconfig' 'cmake' 'automoc4')
 install='kdepim-runtime.install'
-source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";)
-md5sums=('e66879ca8cc21d3aa0a35ea70eafe0f0')
+source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";)
+md5sums=('ff023837a749cceac1f83c291dbe2ff0')
 
 build() {
cd $srcdir



[arch-commits] Commit in kdepim-runtime/trunk (PKGBUILD)

2009-11-27 Thread Andrea Scarpino
Date: Friday, November 27, 2009 @ 20:40:53
  Author: andrea
Revision: 59835

updated trunk PKGBUILDs to 4.3.4

Modified:
  kdepim-runtime/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2009-11-28 01:40:50 UTC (rev 59834)
+++ PKGBUILD2009-11-28 01:40:53 UTC (rev 59835)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=kdepim-runtime
-pkgver=4.3.3
+pkgver=4.3.4
 pkgrel=1
 pkgdesc='KDE PIM Runtime Environment'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 makedepends=('pkgconfig' 'cmake' 'automoc4')
 install='kdepim-runtime.install'
 
source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";)
-md5sums=('025bbb82f273d28c7507b5b366000b3f')
+md5sums=('e6fe3a639f4ab878dba2e84fd974e872')
 
 build() {
cd $srcdir



[arch-commits] Commit in kdepim-runtime/trunk (PKGBUILD)

2009-10-30 Thread Pierre Schmitz
Date: Friday, October 30, 2009 @ 19:53:35
  Author: pierre
Revision: 56927

KDE 4.3.3 (try #1)

Modified:
  kdepim-runtime/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2009-10-30 23:53:31 UTC (rev 56926)
+++ PKGBUILD2009-10-30 23:53:35 UTC (rev 56927)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=kdepim-runtime
-pkgver=4.3.2
+pkgver=4.3.3
 pkgrel=1
 pkgdesc='KDE PIM Runtime Environment'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 makedepends=('pkgconfig' 'cmake' 'automoc4')
 install='kdepim-runtime.install'
 
source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";)
-md5sums=('a998b2d6e62e79a80fefc2b3c632a3b8')
+md5sums=('025bbb82f273d28c7507b5b366000b3f')
 
 build() {
cd $srcdir