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

2019-08-11 Thread Felix Yan via arch-commits
Date: Sunday, August 11, 2019 @ 08:48:08
  Author: felixonmars
Revision: 359524

upgpkg: kactivities 5.61.0-1

Upstream release

Modified:
  kactivities/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-11 08:48:04 UTC (rev 359523)
+++ PKGBUILD2019-08-11 08:48:08 UTC (rev 359524)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kactivities
-pkgver=5.60.0
+pkgver=5.61.0
 pkgrel=1
 arch=(x86_64)
 pkgdesc="Core components for the KDE's Activities"
@@ -14,7 +14,7 @@
 optdepends=('qt5-declarative: QML bindings')
 groups=(kf5)
 
source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('7703b894c25a576a87c201d41899e793c3c2f89eaa57c1ab71266ae950091883'
+sha256sums=('0d7d7e5bd68541ad1dcf1f96c7205330cb7b075c6ff0d8b46774e781eff84af5'
 'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

 


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

2017-08-14 Thread Felix Yan
Date: Monday, August 14, 2017 @ 10:56:51
  Author: felixonmars
Revision: 302105

upgpkg: kactivities 5.37.0-1

Upstream release

Modified:
  kactivities/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-14 10:56:43 UTC (rev 302104)
+++ PKGBUILD2017-08-14 10:56:51 UTC (rev 302105)
@@ -4,7 +4,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kactivities
-pkgver=5.36.0
+pkgver=5.37.0
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc="Core components for the KDE's Activities"
@@ -17,7 +17,7 @@
 replaces=('kactivities-frameworks')
 groups=('kf5')
 
source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('47eb6967336d4d985b079e5b5b44afc51d66e7ed3a85cea923e295e10a952340'
+sha256sums=('db8857d062bb084f882731189ef66e59648b1f66f0192ea8667c4f10eedfbd00'
 'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

 


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

2017-05-13 Thread Antonio Rojas
Date: Saturday, May 13, 2017 @ 13:06:25
  Author: arojas
Revision: 295965

Add missing kwindowsystem dependency

Modified:
  kactivities/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-13 13:05:11 UTC (rev 295964)
+++ PKGBUILD2017-05-13 13:06:25 UTC (rev 295965)
@@ -5,12 +5,12 @@
 
 pkgname=kactivities
 pkgver=5.34.0
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 pkgdesc="Core components for the KDE's Activities"
 url='https://community.kde.org/Frameworks'
 license=('LGPL')
-depends=('kcoreaddons' 'kconfig' 'qt5-declarative')
+depends=('kcoreaddons' 'kconfig' 'kwindowsystem' 'qt5-declarative')
 makedepends=('extra-cmake-modules' 'boost' 'python')
 provides=('kactivities-frameworks')
 conflicts=('kactivities-frameworks' 'kactivities4')


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

2017-04-13 Thread Felix Yan
Date: Thursday, April 13, 2017 @ 21:06:53
  Author: felixonmars
Revision: 292815

upgpkg: kactivities 5.33.0-1

Upstream release

Modified:
  kactivities/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-13 21:06:39 UTC (rev 292814)
+++ PKGBUILD2017-04-13 21:06:53 UTC (rev 292815)
@@ -4,7 +4,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kactivities
-pkgver=5.32.0
+pkgver=5.33.0
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc="Core components for the KDE's Activities"
@@ -17,7 +17,7 @@
 replaces=('kactivities-frameworks')
 groups=('kf5')
 
source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('e7a5a74fc15648d16f32834109c6f158354a6c99bc12c4b976fa03a9a0263676'
+sha256sums=('5fdf5e71538e70a58777ee9839c8e528182b2c2630b80ee3251597603f984f24'
 'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

 


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

2016-10-09 Thread Felix Yan
Date: Sunday, October 9, 2016 @ 17:34:28
  Author: felixonmars
Revision: 278061

upgpkg: kactivities 5.27.0-1

Upstream release

Modified:
  kactivities/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-09 17:34:20 UTC (rev 278060)
+++ PKGBUILD2016-10-09 17:34:28 UTC (rev 278061)
@@ -4,7 +4,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kactivities
-pkgver=5.26.0
+pkgver=5.27.0
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc="Core components for the KDE's Activities"
@@ -17,7 +17,7 @@
 replaces=('kactivities-frameworks')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
-md5sums=('e5e0a8d849fe5b5fdb6606474926b749')
+md5sums=('625f4f416f285dd7119f86685a4a8b75')
 
 prepare() {
   mkdir -p build


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

2016-09-14 Thread Felix Yan
Date: Wednesday, September 14, 2016 @ 09:38:46
  Author: felixonmars
Revision: 276354

upgpkg: kactivities 5.26.0-1

Upstream release

Modified:
  kactivities/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-14 09:38:37 UTC (rev 276353)
+++ PKGBUILD2016-09-14 09:38:46 UTC (rev 276354)
@@ -4,7 +4,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kactivities
-pkgver=5.25.0
+pkgver=5.26.0
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc="Core components for the KDE's Activities"
@@ -17,7 +17,7 @@
 replaces=('kactivities-frameworks')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
-md5sums=('42881c6c06ff8a3015e2519a31a74866')
+md5sums=('e5e0a8d849fe5b5fdb6606474926b749')
 
 prepare() {
   mkdir -p build


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

2016-08-14 Thread Felix Yan
Date: Sunday, August 14, 2016 @ 15:55:08
  Author: felixonmars
Revision: 273747

upgpkg: kactivities 5.25.0-1

Upstream release

Modified:
  kactivities/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-14 15:55:02 UTC (rev 273746)
+++ PKGBUILD2016-08-14 15:55:08 UTC (rev 273747)
@@ -4,7 +4,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kactivities
-pkgver=5.24.0
+pkgver=5.25.0
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc="Core components for the KDE's Activities"
@@ -17,7 +17,7 @@
 replaces=('kactivities-frameworks')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
-md5sums=('7f65f22f0ff0e118b2138186d8160ea2')
+md5sums=('42881c6c06ff8a3015e2519a31a74866')
 
 prepare() {
   mkdir -p build


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

2016-07-10 Thread Felix Yan
Date: Monday, July 11, 2016 @ 01:20:30
  Author: felixonmars
Revision: 271349

upgpkg: kactivities 5.24.0-1

Upstream release

Modified:
  kactivities/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-11 01:20:19 UTC (rev 271348)
+++ PKGBUILD2016-07-11 01:20:30 UTC (rev 271349)
@@ -4,7 +4,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kactivities
-pkgver=5.23.0
+pkgver=5.24.0
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc="Core components for the KDE's Activities"
@@ -17,7 +17,7 @@
 replaces=('kactivities-frameworks')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
-md5sums=('85af6c7eab34592872a85c9559ed1b36')
+md5sums=('7f65f22f0ff0e118b2138186d8160ea2')
 
 prepare() {
   mkdir -p build


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

2016-06-14 Thread Felix Yan
Date: Tuesday, June 14, 2016 @ 16:10:32
  Author: felixonmars
Revision: 269672

upgpkg: kactivities 5.23.0-1

Upstream release

Modified:
  kactivities/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-14 16:10:25 UTC (rev 269671)
+++ PKGBUILD2016-06-14 16:10:32 UTC (rev 269672)
@@ -4,7 +4,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kactivities
-pkgver=5.22.0
+pkgver=5.23.0
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc="Core components for the KDE's Activities"
@@ -17,7 +17,7 @@
 replaces=('kactivities-frameworks')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
-md5sums=('a6c41e3ca997e878c6bc354fe854d10b')
+md5sums=('85af6c7eab34592872a85c9559ed1b36')
 
 prepare() {
   mkdir -p build


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

2016-05-16 Thread Felix Yan
Date: Monday, May 16, 2016 @ 16:46:42
  Author: fyan
Revision: 268170

upgpkg: kactivities 5.22.0-1

Upstream release

Modified:
  kactivities/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-16 14:46:34 UTC (rev 268169)
+++ PKGBUILD2016-05-16 14:46:42 UTC (rev 268170)
@@ -4,7 +4,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kactivities
-pkgver=5.21.0
+pkgver=5.22.0
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc="Core components for the KDE's Activities"
@@ -17,7 +17,7 @@
 replaces=('kactivities-frameworks')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
-md5sums=('ef38903e74bb1afafb99be31204c6c38')
+md5sums=('a6c41e3ca997e878c6bc354fe854d10b')
 
 prepare() {
   mkdir -p build


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

2016-04-10 Thread Felix Yan
Date: Monday, April 11, 2016 @ 05:53:41
  Author: fyan
Revision: 264570

upgpkg: kactivities 5.21.0-1

Upstream release

Modified:
  kactivities/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-11 03:53:32 UTC (rev 264569)
+++ PKGBUILD2016-04-11 03:53:41 UTC (rev 264570)
@@ -4,8 +4,8 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kactivities
-pkgver=5.20.0
-pkgrel=2
+pkgver=5.21.0
+pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc="Core components for the KDE's Activities"
 url='https://community.kde.org/Frameworks'
@@ -17,7 +17,7 @@
 replaces=('kactivities-frameworks')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
-md5sums=('7dc889ce8dc8d58fc74270b2462acef7')
+md5sums=('ef38903e74bb1afafb99be31204c6c38')
 
 prepare() {
   mkdir -p build


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

2016-03-16 Thread Antonio Rojas
Date: Wednesday, March 16, 2016 @ 08:36:15
  Author: arojas
Revision: 261838

Update dependencies

Modified:
  kactivities/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-16 07:26:20 UTC (rev 261837)
+++ PKGBUILD2016-03-16 07:36:15 UTC (rev 261838)
@@ -5,12 +5,12 @@
 
 pkgname=kactivities
 pkgver=5.20.0
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 pkgdesc="Core components for the KDE's Activities"
 url='https://projects.kde.org/projects/frameworks/kactivities'
 license=('LGPL')
-depends=('kcmutils')
+depends=('kio')
 makedepends=('extra-cmake-modules' 'boost' 'python')
 provides=('kactivities-frameworks')
 conflicts=('kactivities-frameworks' 'kactivities4')


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

2016-03-15 Thread Felix Yan
Date: Wednesday, March 16, 2016 @ 05:42:28
  Author: fyan
Revision: 261774

upgpkg: kactivities 5.20.0-1

KF 5.20.0

Modified:
  kactivities/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-16 04:42:18 UTC (rev 261773)
+++ PKGBUILD2016-03-16 04:42:28 UTC (rev 261774)
@@ -4,7 +4,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kactivities
-pkgver=5.19.0
+pkgver=5.20.0
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc="Core components for the KDE's Activities"
@@ -17,7 +17,7 @@
 replaces=('kactivities-frameworks')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
-md5sums=('b5ceb59e0b354858849c6728d7df2c3d')
+md5sums=('7dc889ce8dc8d58fc74270b2462acef7')
 
 prepare() {
   mkdir -p build


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

2016-02-13 Thread Felix Yan
Date: Sunday, February 14, 2016 @ 04:57:50
  Author: fyan
Revision: 259224

upgpkg: kactivities 5.19.0-1

KF 5.19.0

Modified:
  kactivities/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-14 03:57:38 UTC (rev 259223)
+++ PKGBUILD2016-02-14 03:57:50 UTC (rev 259224)
@@ -4,7 +4,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kactivities
-pkgver=5.18.0
+pkgver=5.19.0
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc="Core components for the KDE's Activities"
@@ -17,7 +17,7 @@
 replaces=('kactivities-frameworks')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
-md5sums=('984c74b7ef242703990caa8b2a0b187e')
+md5sums=('b5ceb59e0b354858849c6728d7df2c3d')
 
 prepare() {
   mkdir -p build


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

2016-01-10 Thread Felix Yan
Date: Sunday, January 10, 2016 @ 17:16:33
  Author: fyan
Revision: 257878

upgpkg: kactivities 5.18.0-1

KF 5.18.0

Modified:
  kactivities/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-10 16:16:27 UTC (rev 257877)
+++ PKGBUILD2016-01-10 16:16:33 UTC (rev 257878)
@@ -4,7 +4,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kactivities
-pkgver=5.17.0
+pkgver=5.18.0
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc="Core components for the KDE's Activities"
@@ -17,7 +17,7 @@
 replaces=('kactivities-frameworks')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
-md5sums=('e30b0aea360b8dbc441347d5311df872')
+md5sums=('984c74b7ef242703990caa8b2a0b187e')
 
 prepare() {
   mkdir -p build


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

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

upgpkg: kactivities 4.13.1-1

upstream release 4.13.1

Modified:
  kactivities/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-14 19:51:08 UTC (rev 212437)
+++ PKGBUILD2014-05-14 19:51:37 UTC (rev 212438)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kactivities
-pkgver=4.13.0
+pkgver=4.13.1
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc='API for using and interacting with the Activity Manager'
@@ -11,7 +11,7 @@
 depends=('baloo')
 makedepends=('cmake' 'automoc4' 'mesa')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('4be8bf412c1288e60ee773b192922dccd40be042')
+sha1sums=('bcece0a4fa92d34cb2bb83d208c914b8830d203d')
 
 prepare() {
   mkdir build



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

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

upgpkg: kactivities 4.12.4-1

kde 4.12.4 release

Modified:
  kactivities/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-31 09:56:13 UTC (rev 209276)
+++ PKGBUILD2014-03-31 09:56:16 UTC (rev 209277)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kactivities
-pkgver=4.12.3
+pkgver=4.12.4
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc='API for using and interacting with the Activity Manager'
@@ -11,7 +11,7 @@
 depends=('nepomuk-core')
 makedepends=('cmake' 'automoc4' 'mesa')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('07bdf915570a94118edf553b99e08833a5df5fb3')
+sha1sums=('d1f336c716d4eb2fc8d907362b51ff7393ee3237')
 
 build() {
   cd ${srcdir}



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

2014-02-04 Thread Sven-Hendrik Haase
Date: Tuesday, February 4, 2014 @ 14:48:27
  Author: svenstaro
Revision: 205098

upgpkg: kactivities 4.12.2-1

upstream release 4.12.2

Modified:
  kactivities/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-04 13:47:59 UTC (rev 205097)
+++ PKGBUILD2014-02-04 13:48:27 UTC (rev 205098)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kactivities
-pkgver=4.12.1
+pkgver=4.12.2
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc='API for using and interacting with the Activity Manager'
@@ -11,7 +11,7 @@
 depends=('nepomuk-core')
 makedepends=('cmake' 'automoc4' 'mesa')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('ac1feed30a4f15f6b8cbe003f768f236741527c0')
+sha1sums=('e5a247270947f0a7a7be45b0c231200cff3f8bc6')
 
 build() {
   cd ${srcdir}



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

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

upgpkg: kactivities 4.12.1-1

upstream release 4.12.1

Modified:
  kactivities/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-14 07:34:40 UTC (rev 203691)
+++ PKGBUILD2014-01-14 07:35:10 UTC (rev 203692)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kactivities
-pkgver=4.12.0
+pkgver=4.12.1
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc='API for using and interacting with the Activity Manager'
@@ -11,7 +11,7 @@
 depends=('nepomuk-core')
 makedepends=('cmake' 'automoc4' 'mesa')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('966fa231942b24b510beafb4d3eb16226bde4ec0')
+sha1sums=('ac1feed30a4f15f6b8cbe003f768f236741527c0')
 
 build() {
   cd ${srcdir}



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

2013-12-06 Thread Sven-Hendrik Haase
Date: Friday, December 6, 2013 @ 13:15:54
  Author: svenstaro
Revision: 200877

upgpkg: kactivities 4.11.4-1

KDE 4.11.4

Modified:
  kactivities/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-06 12:15:31 UTC (rev 200876)
+++ PKGBUILD2013-12-06 12:15:54 UTC (rev 200877)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kactivities
-pkgver=4.11.3
+pkgver=4.11.4
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc='API for using and interacting with the Activity Manager'
@@ -11,7 +11,7 @@
 depends=('nepomuk-core')
 makedepends=('cmake' 'automoc4' 'mesa')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('74521e39e32e647b400e4495bc2dba2be0567ffa')
+sha1sums=('627875e631e03ea0a2dc04b4780e694918dd0b54')
 
 build() {
   cd ${srcdir}



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

2013-10-01 Thread Sven-Hendrik Haase
Date: Tuesday, October 1, 2013 @ 17:13:55
  Author: svenstaro
Revision: 195501

upgpkg: kactivities 4.11.2-1

kde 4.11.2 release

Modified:
  kactivities/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-01 15:13:27 UTC (rev 195500)
+++ PKGBUILD2013-10-01 15:13:55 UTC (rev 195501)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kactivities
-pkgver=4.11.1
+pkgver=4.11.2
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc='API for using and interacting with the Activity Manager'
@@ -11,7 +11,7 @@
 depends=('nepomuk-core')
 makedepends=('cmake' 'automoc4' 'mesa')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('3f0ca0c366ba377075ba36c2417497ad0829cf1a')
+sha1sums=('3e484dd32e55cff7ce15899b8904c70c2f3e7a38')
 
 build() {
   cd ${srcdir}



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

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

KDE 4.10.3

Modified:
  kactivities/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-07 13:26:39 UTC (rev 184471)
+++ PKGBUILD2013-05-07 13:26:40 UTC (rev 184472)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kactivities
-pkgver=4.10.2
+pkgver=4.10.3
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc='API for using and interacting with the Activity Manager'
@@ -11,7 +11,7 @@
 depends=('nepomuk-core')
 makedepends=('cmake' 'automoc4' 'mesa')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('bde79ed3db93d5fa72e1081a6638c5cb777f495e')
+sha1sums=('0c00782aea70ad1963e303b1eec55482265f0b37')
 
 build() {
   cd ${srcdir}



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

2013-04-03 Thread Sven-Hendrik Haase
Date: Thursday, April 4, 2013 @ 05:40:14
  Author: svenstaro
Revision: 181392

upgpkg: kactivities 4.10.2-1

Modified:
  kactivities/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-04 03:33:52 UTC (rev 181391)
+++ PKGBUILD2013-04-04 03:40:14 UTC (rev 181392)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kactivities
-pkgver=4.10.1
+pkgver=4.10.2
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc='API for using and interacting with the Activity Manager'
@@ -11,7 +11,7 @@
 depends=('nepomuk-core')
 makedepends=('cmake' 'automoc4' 'mesa')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('3cbcc80ec56176c7ef5d5fac04d9a5ca4e8eecca')
+sha1sums=('bde79ed3db93d5fa72e1081a6638c5cb777f495e')
 
 build() {
   cd ${srcdir}



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

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

KDE 4.10.1

Modified:
  kactivities/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:09:04 UTC (rev 179138)
+++ PKGBUILD2013-03-04 11:09:05 UTC (rev 179139)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kactivities
-pkgver=4.10.0
+pkgver=4.10.1
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc='API for using and interacting with the Activity Manager'
@@ -11,7 +11,7 @@
 depends=('nepomuk-core')
 makedepends=('cmake' 'automoc4' 'mesa')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('4d788f21019cbbe0c27ab3eef51a75125d9966b8')
+sha1sums=('3cbcc80ec56176c7ef5d5fac04d9a5ca4e8eecca')
 
 build() {
   cd ${srcdir}



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

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

KDE 4.9.5

Modified:
  kactivities/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-02 10:59:46 UTC (rev 174036)
+++ PKGBUILD2013-01-02 10:59:49 UTC (rev 174037)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kactivities
-pkgver=4.9.4
+pkgver=4.9.5
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc='API for using and interacting with the Activity Manager'
@@ -11,7 +11,7 @@
 depends=('kdelibs')
 makedepends=('cmake' 'automoc4' 'mesa')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('1e3b69751d0da8416215038bc140748df23d4f37')
+sha1sums=('b39833e52fba5f245aa2f2c220a8e6a3108a8ed0')
 
 build() {
   cd ${srcdir}



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

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

KDE 4.9.4

Modified:
  kactivities/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-02 07:42:01 UTC (rev 172199)
+++ PKGBUILD2012-12-02 07:42:06 UTC (rev 172200)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kactivities
-pkgver=4.9.3
+pkgver=4.9.4
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc='API for using and interacting with the Activity Manager'
@@ -11,7 +11,7 @@
 depends=('kdelibs')
 makedepends=('cmake' 'automoc4' 'mesa')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('79a9c14e10147c7deb20bfe924de9d63a8edb1ab')
+sha1sums=('1e3b69751d0da8416215038bc140748df23d4f37')
 
 build() {
   cd ${srcdir}



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

2012-11-10 Thread Andrea Scarpino
Date: Saturday, November 10, 2012 @ 17:28:24
  Author: andrea
Revision: 170749

Add missing mesa makedeps (FS#32583)

Modified:
  kactivities/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-10 22:28:09 UTC (rev 170748)
+++ PKGBUILD2012-11-10 22:28:24 UTC (rev 170749)
@@ -9,7 +9,7 @@
 url='https://projects.kde.org/projects/kde/kdelibs/kactivities'
 license=('GPL' 'FDL')
 depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
+makedepends=('cmake' 'automoc4' 'mesa')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
 sha1sums=('79a9c14e10147c7deb20bfe924de9d63a8edb1ab')
 



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

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 08:29:56
  Author: andrea
Revision: 170351

KDE 4.9.3

Modified:
  kactivities/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 13:29:52 UTC (rev 170350)
+++ PKGBUILD2012-11-06 13:29:56 UTC (rev 170351)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kactivities
-pkgver=4.9.2
+pkgver=4.9.3
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc='API for using and interacting with the Activity Manager'
@@ -11,7 +11,7 @@
 depends=('kdelibs')
 makedepends=('cmake' 'automoc4')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('7e5ec2aa1492450ea1de40f9e110561f6221b5ca')
+sha1sums=('79a9c14e10147c7deb20bfe924de9d63a8edb1ab')
 
 build() {
   cd ${srcdir}



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

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

KDE 4.9.2

Modified:
  kactivities/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-02 09:09:17 UTC (rev 167428)
+++ PKGBUILD2012-10-02 09:09:20 UTC (rev 167429)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kactivities
-pkgver=4.9.1
+pkgver=4.9.2
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc='API for using and interacting with the Activity Manager'
@@ -11,7 +11,7 @@
 depends=('kdelibs')
 makedepends=('cmake' 'automoc4')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('f216d37e961f46f5830fb15d65c71a9c322cebfa')
+sha1sums=('7e5ec2aa1492450ea1de40f9e110561f6221b5ca')
 
 build() {
   cd ${srcdir}



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

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

KDE 4.9.1

Modified:
  kactivities/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-03 21:48:24 UTC (rev 165924)
+++ PKGBUILD2012-09-03 21:48:27 UTC (rev 165925)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kactivities
-pkgver=4.9.0
+pkgver=4.9.1
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc='API for using and interacting with the Activity Manager'
@@ -11,7 +11,7 @@
 depends=('kdelibs')
 makedepends=('cmake' 'automoc4')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('d7c3b9bd2d4ec4b64e208d02571eb62f9ac4ee90')
+sha1sums=('f216d37e961f46f5830fb15d65c71a9c322cebfa')
 
 build() {
   cd ${srcdir}



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

2012-06-06 Thread Andrea Scarpino
Date: Wednesday, June 6, 2012 @ 12:13:56
  Author: andrea
Revision: 160816

KDE 4.8.4

Modified:
  kactivities/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-06 16:13:50 UTC (rev 160815)
+++ PKGBUILD2012-06-06 16:13:56 UTC (rev 160816)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kactivities
-pkgver=4.8.3
+pkgver=4.8.4
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc='API for using and interacting with Activities'
@@ -11,7 +11,7 @@
 depends=('kdelibs')
 makedepends=('cmake' 'automoc4')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('de382701c5a9f8c04de78124a4b2c19f3707656c')
+sha1sums=('3f42c18bae5a1d6bbd7fca471d8b4f9755875e06')
 
 build() {
   cd ${srcdir}



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

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

KDE 4.8.3

Modified:
  kactivities/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-03 13:20:44 UTC (rev 158145)
+++ PKGBUILD2012-05-03 13:20:47 UTC (rev 158146)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kactivities
-pkgver=4.8.2
+pkgver=4.8.3
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc='API for using and interacting with Activities'
@@ -11,7 +11,7 @@
 depends=('kdelibs')
 makedepends=('cmake' 'automoc4')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('e97d0b82661fd3d886b87d673d7a1191073af7ff')
+sha1sums=('de382701c5a9f8c04de78124a4b2c19f3707656c')
 
 build() {
   cd ${srcdir}



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

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

KDE 4.8.2

Modified:
  kactivities/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-03-30 16:12:33 UTC (rev 154668)
+++ PKGBUILD2012-03-30 16:12:35 UTC (rev 154669)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kactivities
-pkgver=4.8.1
+pkgver=4.8.2
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc='API for using and interacting with Activities'
@@ -11,7 +11,7 @@
 depends=('kdelibs')
 makedepends=('cmake' 'automoc4')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('29979514848633da71780b342e7328063bd47d07')
+sha1sums=('e97d0b82661fd3d886b87d673d7a1191073af7ff')
 
 build() {
   cd ${srcdir}



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

2012-03-06 Thread Andrea Scarpino
Date: Tuesday, March 6, 2012 @ 13:29:00
  Author: andrea
Revision: 152339

Path has been changed; new kdepim tarball

Modified:
  kactivities/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-03-06 18:28:57 UTC (rev 152338)
+++ PKGBUILD2012-03-06 18:29:00 UTC (rev 152339)
@@ -10,7 +10,7 @@
 license=('GPL' 'FDL')
 depends=('kdelibs')
 makedepends=('cmake' 'automoc4')
-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=('29979514848633da71780b342e7328063bd47d07')
 
 build() {



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

2012-03-04 Thread Andrea Scarpino
Date: Sunday, March 4, 2012 @ 06:08:24
  Author: andrea
Revision: 151946

KDE 4.8.1

Modified:
  kactivities/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-03-04 11:08:20 UTC (rev 151945)
+++ PKGBUILD2012-03-04 11:08:24 UTC (rev 151946)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kactivities
-pkgver=4.8.0
+pkgver=4.8.1
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc='API for using and interacting with Activities'
@@ -10,8 +10,8 @@
 license=('GPL' 'FDL')
 depends=('kdelibs')
 makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('ac64d13f767c06bfcf2040fcdf94a78410ad035d')
+source=(http://download.kde.org/stable/${pkgver}/src/xz/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('29979514848633da71780b342e7328063bd47d07')
 
 build() {
   cd ${srcdir}



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

2012-01-25 Thread Andrea Scarpino
Date: Wednesday, January 25, 2012 @ 15:34:21
  Author: andrea
Revision: 147290

KDE 4.8.0

Modified:
  kactivities/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-25 20:34:19 UTC (rev 147289)
+++ PKGBUILD2012-01-25 20:34:21 UTC (rev 147290)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kactivities
-pkgver=4.7.97
+pkgver=4.8.0
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc='API for using and interacting with Activities'
@@ -10,8 +10,8 @@
 license=('GPL' 'FDL')
 depends=('kdelibs')
 makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('867c885ad86054b827d5e5f11399a9252d68e7a5')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('ac64d13f767c06bfcf2040fcdf94a78410ad035d')
 
 build() {
   cd ${srcdir}



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

2012-01-04 Thread Andrea Scarpino
Date: Wednesday, January 4, 2012 @ 08:16:40
  Author: andrea
Revision: 145963

KDE 4.8RC2

Modified:
  kactivities/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-04 13:16:37 UTC (rev 145962)
+++ PKGBUILD2012-01-04 13:16:40 UTC (rev 145963)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kactivities
-pkgver=4.7.95
+pkgver=4.7.97
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc='API for using and interacting with Activities'
@@ -11,7 +11,7 @@
 depends=('kdelibs')
 makedepends=('cmake' 'automoc4')
 
source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('3bd6c03c82e0c9083a177e79b8379d3ba2924863')
+sha1sums=('867c885ad86054b827d5e5f11399a9252d68e7a5')
 
 build() {
   cd ${srcdir}



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

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

KDE 4.8RC1

Modified:
  kactivities/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-12-22 07:58:35 UTC (rev 145363)
+++ PKGBUILD2011-12-22 07:58:38 UTC (rev 145364)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kactivities
-pkgver=4.7.90
+pkgver=4.7.95
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc='API for using and interacting with Activities'
@@ -11,7 +11,7 @@
 depends=('kdelibs')
 makedepends=('cmake' 'automoc4')
 
source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('23ae79b85dd8c754950fcbabbd4cae5c9f139e74')
+sha1sums=('3bd6c03c82e0c9083a177e79b8379d3ba2924863')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kactivities/trunk (PKGBUILD fix-activities.patch)

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

KDE 4.8beta2

Modified:
  kactivities/trunk/PKGBUILD
Deleted:
  kactivities/trunk/fix-activities.patch

--+
 PKGBUILD |   13 +---
 fix-activities.patch |  156 -
 2 files changed, 4 insertions(+), 165 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-12-07 08:22:41 UTC (rev 144506)
+++ PKGBUILD2011-12-07 08:22:45 UTC (rev 144507)
@@ -2,23 +2,18 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kactivities
-pkgver=4.7.80
-pkgrel=2
+pkgver=4.7.90
+pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc='API for using and interacting with Activities'
 url='http://kde.org/'
 license=('GPL' 'FDL')
 depends=('kdelibs')
 makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;
-'fix-activities.patch')
-sha1sums=('c619c5d6e3e2ef79d0cebf52bf18d1b467dc24f9'
-  '6eb890958726856cf4ddb172acd46ba08f7a5088')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('23ae79b85dd8c754950fcbabbd4cae5c9f139e74')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -p1 -i ${srcdir}/fix-activities.patch
-
   cd ${srcdir}
   mkdir build
   cd build

Deleted: fix-activities.patch
===
--- fix-activities.patch2011-12-07 08:22:41 UTC (rev 144506)
+++ fix-activities.patch2011-12-07 08:22:45 UTC (rev 144507)
@@ -1,156 +0,0 @@
 kactivities-4.7.80/service/ActivityManager.cpp~2011-11-24 
16:05:52.777981854 +
-+++ kactivities-4.7.80/service/ActivityManager.cpp 2011-11-24 
16:06:32.721637122 +
-@@ -75,14 +75,14 @@
- QHash  WId, SharedInfo::WindowData   _windows,
- QHash  KUrl, SharedInfo::ResourceData   _resources
- )
--: haveSessions(false),
--config(activitymanagerrc),
--windows(_windows),
--resources(_resources),
-+: config(activitymanagerrc),
-+  windows(_windows),
-+  resources(_resources),
- #ifdef HAVE_NEPOMUK
--m_nepomukInitCalled(false),
-+  m_nepomukInitCalled(false),
- #endif
--q(parent)
-+  q(parent),
-+  ksmserverInterface(0)
- {
- // Initializing config
- connect(configSyncTimer, SIGNAL(timeout()),
-@@ -116,20 +116,26 @@
- this, SLOT(activeWindowChanged(WId)));
- 
- //listen to ksmserver for starting/stopping
-+QDBusServiceWatcher *watcher = new 
QDBusServiceWatcher(org.kde.ksmserver,
-+   
QDBusConnection::sessionBus(),
-+   
QDBusServiceWatcher::WatchForRegistration);
-+connect(watcher, SIGNAL(serviceRegistered(QString)), this, 
SLOT(sessionServiceRegistered()));
-+sessionServiceRegistered();
-+}
-+
-+void ActivityManagerPrivate::sessionServiceRegistered()
-+{
-+delete ksmserverInterface;
- ksmserverInterface = new QDBusInterface(org.kde.ksmserver, 
/KSMServer, org.kde.KSMServerInterface);
- if (ksmserverInterface-isValid()) {
- ksmserverInterface-setParent(this);
- connect(ksmserverInterface, SIGNAL(subSessionOpened()), this, 
SLOT(startCompleted()));
- connect(ksmserverInterface, SIGNAL(subSessionClosed()), this, 
SLOT(stopCompleted()));
- connect(ksmserverInterface, SIGNAL(subSessionCloseCanceled()), this, 
SLOT(stopCancelled())); //spelling fail :)
--haveSessions = true;
- } else {
--kDebug()  couldn't connect to ksmserver! session stuff won't work;
--//note: in theory it's nice to try again later
--//but in practice, ksmserver is either there or it isn't (killing it 
logs you out)
--//so in this case there's no point. :)
--ksmserverInterface-deleteLater();
-+delete ksmserverInterface;
- ksmserverInterface = 0;
-+kDebug()  couldn't connect to ksmserver! session stuff won't work;
- }
- }
- 
-@@ -519,26 +525,24 @@
- {
- bool called = false;
- // start the starting :)
--if (haveSessions) {
--QDBusInterface kwin(org.kde.kwin, /KWin, org.kde.KWin);
--if (kwin.isValid()) {
--QDBusMessage reply = kwin.call(startActivity, id);
--if (reply.type() == QDBusMessage::ErrorMessage) {
--kDebug()  dbus error:  reply.errorMessage();
-+QDBusInterface kwin(org.kde.kwin, /KWin, org.kde.KWin);
-+if (kwin.isValid()) {
-+QDBusMessage reply = kwin.call(startActivity, id);
-+if (reply.type() == QDBusMessage::ErrorMessage) {
-+kDebug()  dbus error:  reply.errorMessage();
-+} else {
-+QListQVariant ret = reply.arguments();
-+if (ret.length() == 1  ret.first().toBool()) {
-+called = true;
-  

[arch-commits] Commit in kactivities/trunk (PKGBUILD fix-activities.patch)

2011-11-24 Thread Andrea Scarpino
Date: Thursday, November 24, 2011 @ 10:57:48
  Author: andrea
Revision: 143275

Fix activities KDE BUG#287451

Added:
  kactivities/trunk/fix-activities.patch
Modified:
  kactivities/trunk/PKGBUILD

--+
 PKGBUILD |   11 ++-
 fix-activities.patch |  144 +
 2 files changed, 152 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-11-24 15:47:47 UTC (rev 143274)
+++ PKGBUILD2011-11-24 15:57:48 UTC (rev 143275)
@@ -3,17 +3,22 @@
 
 pkgname=kactivities
 pkgver=4.7.80
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 pkgdesc='API for using and interacting with Activities'
 url='http://kde.org/'
 license=('GPL' 'FDL')
 depends=('kdelibs')
 makedepends=('cmake')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('c619c5d6e3e2ef79d0cebf52bf18d1b467dc24f9')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;
+'fix-activities.patch')
+sha1sums=('c619c5d6e3e2ef79d0cebf52bf18d1b467dc24f9'
+  'f4246660c4d81da0b70a4acb82af96e18a11')
 
 build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -p1 -i ${srcdir}/fix-activities.patch
+
   cd ${srcdir}
   mkdir build
   cd build

Added: fix-activities.patch
===
--- fix-activities.patch(rev 0)
+++ fix-activities.patch2011-11-24 15:57:48 UTC (rev 143275)
@@ -0,0 +1,144 @@
+From: Aaron Seigo ase...@kde.org
+Date: Thu, 24 Nov 2011 14:23:17 +
+Subject: don't check for the session manager in the activity daemon since it 
is really kwin that matters for those calls
+X-Git-Url: 
http://quickgit.kde.org/?p=kactivities.gitamp;a=commitdiffamp;h=ec871bb18db2652049ae88dcfc439fa714b80f81
+---
+don't check for the session manager in the activity daemon since it is really 
kwin that matters for those calls
+---
+
+
+--- a/service/ActivityManager.cpp
 b/service/ActivityManager.cpp
+@@ -75,15 +75,14 @@ ActivityManagerPrivate::ActivityManagerP
+ QHash  WId, SharedInfo::WindowData   _windows,
+ QHash  KUrl, SharedInfo::ResourceData   _resources
+ )
+-: haveSessions(false),
+-config(activitymanagerrc),
+-windows(_windows),
+-resources(_resources),
++: config(activitymanagerrc),
++  windows(_windows),
++  resources(_resources),
+ #ifdef HAVE_NEPOMUK
+-m_nepomukInitCalled(false),
++  m_nepomukInitCalled(false),
+ #endif
+-q(parent),
+-ksmserverInterface(0)
++  q(parent),
++  ksmserverInterface(0)
+ {
+ // Initializing config
+ connect(configSyncTimer, SIGNAL(timeout()),
+@@ -128,13 +127,14 @@ void ActivityManagerPrivate::sessionServ
+ {
+ delete ksmserverInterface;
+ ksmserverInterface = new QDBusInterface(org.kde.ksmserver, 
/KSMServer, org.kde.KSMServerInterface);
+-haveSessions = ksmserverInterface-isValid();
+-if (haveSessions) {
++if (ksmserverInterface-isValid()) {
+ ksmserverInterface-setParent(this);
+ connect(ksmserverInterface, SIGNAL(subSessionOpened()), this, 
SLOT(startCompleted()));
+ connect(ksmserverInterface, SIGNAL(subSessionClosed()), this, 
SLOT(stopCompleted()));
+ connect(ksmserverInterface, SIGNAL(subSessionCloseCanceled()), this, 
SLOT(stopCancelled())); //spelling fail :)
+ } else {
++delete ksmserverInterface;
++ksmserverInterface = 0;
+ kDebug()  couldn't connect to ksmserver! session stuff won't work;
+ }
+ }
+@@ -525,26 +525,24 @@ void ActivityManagerPrivate::reallyStart
+ {
+ bool called = false;
+ // start the starting :)
+-if (haveSessions) {
+-QDBusInterface kwin(org.kde.kwin, /KWin, org.kde.KWin);
+-if (kwin.isValid()) {
+-QDBusMessage reply = kwin.call(startActivity, id);
+-if (reply.type() == QDBusMessage::ErrorMessage) {
+-kDebug()  dbus error:  reply.errorMessage();
++QDBusInterface kwin(org.kde.kwin, /KWin, org.kde.KWin);
++if (kwin.isValid()) {
++QDBusMessage reply = kwin.call(startActivity, id);
++if (reply.type() == QDBusMessage::ErrorMessage) {
++kDebug()  dbus error:  reply.errorMessage();
++} else {
++QListQVariant ret = reply.arguments();
++if (ret.length() == 1  ret.first().toBool()) {
++called = true;
+ } else {
+-QListQVariant ret = reply.arguments();
+-if (ret.length() == 1  ret.first().toBool()) {
+-called = true;
+-} else {
+-kDebug()  call returned false; probably ksmserver is 
busy;
+-setActivityState(transitioningActivity, 
ActivityManager::Stopped);
+-transitioningActivity.clear();
+-return; 

[arch-commits] Commit in kactivities/trunk (PKGBUILD fix-activities.patch)

2011-11-24 Thread Andrea Scarpino
Date: Thursday, November 24, 2011 @ 11:09:14
  Author: andrea
Revision: 143276

upgpkg: kactivities 4.7.80-2

Update patch

Modified:
  kactivities/trunk/PKGBUILD
  kactivities/trunk/fix-activities.patch

--+
 PKGBUILD |4 +-
 fix-activities.patch |   70 -
 2 files changed, 43 insertions(+), 31 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-11-24 15:57:48 UTC (rev 143275)
+++ PKGBUILD2011-11-24 16:09:14 UTC (rev 143276)
@@ -9,11 +9,11 @@
 url='http://kde.org/'
 license=('GPL' 'FDL')
 depends=('kdelibs')
-makedepends=('cmake')
+makedepends=('cmake' 'automoc4')
 
source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;
 'fix-activities.patch')
 sha1sums=('c619c5d6e3e2ef79d0cebf52bf18d1b467dc24f9'
-  'f4246660c4d81da0b70a4acb82af96e18a11')
+  '6eb890958726856cf4ddb172acd46ba08f7a5088')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}

Modified: fix-activities.patch
===
--- fix-activities.patch2011-11-24 15:57:48 UTC (rev 143275)
+++ fix-activities.patch2011-11-24 16:09:14 UTC (rev 143276)
@@ -1,15 +1,6 @@
-From: Aaron Seigo ase...@kde.org
-Date: Thu, 24 Nov 2011 14:23:17 +
-Subject: don't check for the session manager in the activity daemon since it 
is really kwin that matters for those calls
-X-Git-Url: 
http://quickgit.kde.org/?p=kactivities.gitamp;a=commitdiffamp;h=ec871bb18db2652049ae88dcfc439fa714b80f81

-don't check for the session manager in the activity daemon since it is really 
kwin that matters for those calls

-
-
 a/service/ActivityManager.cpp
-+++ b/service/ActivityManager.cpp
-@@ -75,15 +75,14 @@ ActivityManagerPrivate::ActivityManagerP
+--- kactivities-4.7.80/service/ActivityManager.cpp~2011-11-24 
16:05:52.777981854 +
 kactivities-4.7.80/service/ActivityManager.cpp 2011-11-24 
16:06:32.721637122 +
+@@ -75,14 +75,14 @@
  QHash  WId, SharedInfo::WindowData   _windows,
  QHash  KUrl, SharedInfo::ResourceData   _resources
  )
@@ -24,31 +15,46 @@
 -m_nepomukInitCalled(false),
 +  m_nepomukInitCalled(false),
  #endif
--q(parent),
--ksmserverInterface(0)
+-q(parent)
 +  q(parent),
 +  ksmserverInterface(0)
  {
  // Initializing config
  connect(configSyncTimer, SIGNAL(timeout()),
-@@ -128,13 +127,14 @@ void ActivityManagerPrivate::sessionServ
- {
- delete ksmserverInterface;
+@@ -116,20 +116,26 @@
+ this, SLOT(activeWindowChanged(WId)));
+ 
+ //listen to ksmserver for starting/stopping
++QDBusServiceWatcher *watcher = new 
QDBusServiceWatcher(org.kde.ksmserver,
++   
QDBusConnection::sessionBus(),
++   
QDBusServiceWatcher::WatchForRegistration);
++connect(watcher, SIGNAL(serviceRegistered(QString)), this, 
SLOT(sessionServiceRegistered()));
++sessionServiceRegistered();
++}
++
++void ActivityManagerPrivate::sessionServiceRegistered()
++{
++delete ksmserverInterface;
  ksmserverInterface = new QDBusInterface(org.kde.ksmserver, 
/KSMServer, org.kde.KSMServerInterface);
--haveSessions = ksmserverInterface-isValid();
--if (haveSessions) {
-+if (ksmserverInterface-isValid()) {
+ if (ksmserverInterface-isValid()) {
  ksmserverInterface-setParent(this);
  connect(ksmserverInterface, SIGNAL(subSessionOpened()), this, 
SLOT(startCompleted()));
  connect(ksmserverInterface, SIGNAL(subSessionClosed()), this, 
SLOT(stopCompleted()));
  connect(ksmserverInterface, SIGNAL(subSessionCloseCanceled()), this, 
SLOT(stopCancelled())); //spelling fail :)
+-haveSessions = true;
  } else {
+-kDebug()  couldn't connect to ksmserver! session stuff won't work;
+-//note: in theory it's nice to try again later
+-//but in practice, ksmserver is either there or it isn't (killing it 
logs you out)
+-//so in this case there's no point. :)
+-ksmserverInterface-deleteLater();
 +delete ksmserverInterface;
-+ksmserverInterface = 0;
- kDebug()  couldn't connect to ksmserver! session stuff won't work;
+ ksmserverInterface = 0;
++kDebug()  couldn't connect to ksmserver! session stuff won't work;
  }
  }
-@@ -525,26 +525,24 @@ void ActivityManagerPrivate::reallyStart
+ 
+@@ -519,26 +525,24 @@
  {
  bool called = false;
  // start the starting :)
@@ -90,7 +96,7 @@
  }
  
  if (!called) {
-@@ -591,25 +589,23 @@ void ActivityManagerPrivate::reallyStopA
+@@ -585,25 +589,23 @@
  {
  bool called = false;
  // start the stopping :)
@@ -130,10 +136,9 @@
  }
  
  if (!called) {
-
 a/service/ActivityManager_p.h
-+++