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

2020-01-30 Thread Antonio Rojas via arch-commits
Date: Thursday, January 30, 2020 @ 17:32:39
  Author: arojas
Revision: 374357

Fix password filling in Falkon

Modified:
  kwallet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-30 17:08:15 UTC (rev 374356)
+++ PKGBUILD2020-01-30 17:32:39 UTC (rev 374357)
@@ -4,7 +4,7 @@
 
 pkgname=kwallet
 pkgver=5.66.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Secure and unified container for user passwords'
 arch=(x86_64)
 url='https://community.kde.org/Frameworks'
@@ -13,13 +13,22 @@
 makedepends=(extra-cmake-modules kdoctools boost doxygen qt5-tools qt5-doc)
 optdepends=('kwalletmanager: Configuration GUI')
 groups=(kf5)
-source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig}
+ 
kwallet-falkon-1.patch::"https://cgit.kde.org/kwallet.git/patch/?id=d4980443;
+ 
kwallet-falkon-2.patch::"https://cgit.kde.org/kwallet.git/patch/?id=02ab54ea;)
 sha256sums=('6e48070e22a822a4003e1f7a739fe1e335bcf46982cbf4909d23a6e40689a827'
-'SKIP')
+'SKIP'
+'c4699f82fa8120c38487f32a18381df141df0e6d3c60448099571c168f7d7d62'
+'eda63d7d1a3fe514648ccae332749c6aab249915dee98d3f390b07eb38cad740')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

 
 prepare() {
   mkdir -p build
+
+# Fix password filling in falkon
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kwallet-falkon-1.patch
+  patch -p1 -i ../kwallet-falkon-2.patch
 }
 
 build() {


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

2019-08-11 Thread Felix Yan via arch-commits
Date: Sunday, August 11, 2019 @ 08:44:59
  Author: felixonmars
Revision: 359498

upgpkg: kwallet 5.61.0-1

Upstream release

Modified:
  kwallet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-11 08:44:55 UTC (rev 359497)
+++ PKGBUILD2019-08-11 08:44:59 UTC (rev 359498)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kwallet
-pkgver=5.60.0
+pkgver=5.61.0
 pkgrel=1
 pkgdesc='Secure and unified container for user passwords'
 arch=(x86_64)
@@ -14,7 +14,7 @@
 optdepends=('kwalletmanager: Configuration GUI')
 groups=(kf5)
 
source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('2ac2186dd7d004b6740cb14e7651ddcb7d74390acb382c9d55874f3a03a8111d'
+sha256sums=('628ded35a8f44750a770bf10bba9a763994660923a689eee05f8dfb7e92baec8'
 'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

 


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

2017-08-14 Thread Felix Yan
Date: Monday, August 14, 2017 @ 10:47:29
  Author: felixonmars
Revision: 302079

upgpkg: kwallet 5.37.0-1

Upstream release

Modified:
  kwallet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-14 10:47:21 UTC (rev 302078)
+++ PKGBUILD2017-08-14 10:47:29 UTC (rev 302079)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kwallet
-pkgver=5.36.0
+pkgver=5.37.0
 pkgrel=1
 pkgdesc='Secure and unified container for user passwords'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 optdepends=('kwalletmanager: Configuration GUI')
 groups=('kf5')
 
source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('8782caeb8d75da67a84c8eddf1d28af19fb01ffc0bbf7a35c0240e22519ccabb'
+sha256sums=('5fc368410da498dcd9eb9d5b7119f37c87f3a6b9859bbb2ce4a2ff0cfca0f2d0'
 'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

 


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

2017-04-13 Thread Felix Yan
Date: Thursday, April 13, 2017 @ 20:56:13
  Author: felixonmars
Revision: 292785

upgpkg: kwallet 5.33.0-1

Upstream release

Modified:
  kwallet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-13 20:56:01 UTC (rev 292784)
+++ PKGBUILD2017-04-13 20:56:13 UTC (rev 292785)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kwallet
-pkgver=5.32.0
+pkgver=5.33.0
 pkgrel=1
 pkgdesc='Secure and unified container for user passwords'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 optdepends=('kwalletmanager: Configuration GUI')
 groups=('kf5')
 
source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('aa97ed3255bb6ae49f663df41a6e07597cd2c7d8af1e6b455f2f4d468d254c5f'
+sha256sums=('f233ea7cffb56ea2050512c5243303cdc96c4a2df4311897a82f45a5a75efeca'
 'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

 


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

2016-10-09 Thread Felix Yan
Date: Sunday, October 9, 2016 @ 17:26:53
  Author: felixonmars
Revision: 278035

upgpkg: kwallet 5.27.0-1

Upstream release

Modified:
  kwallet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-09 17:26:45 UTC (rev 278034)
+++ PKGBUILD2016-10-09 17:26:53 UTC (rev 278035)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kwallet
-pkgver=5.26.0
+pkgver=5.27.0
 pkgrel=1
 pkgdesc='Secure and unified container for user passwords'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 optdepends=('kwalletmanager: Configuration GUI')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('8865e8f7eb9014d6ca5ff5986af55773')
+md5sums=('012d0e05887ede47f221d08474213dd8')
 
 prepare() {
   mkdir -p build


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

2016-09-14 Thread Felix Yan
Date: Wednesday, September 14, 2016 @ 09:30:14
  Author: felixonmars
Revision: 276328

upgpkg: kwallet 5.26.0-1

Upstream release

Modified:
  kwallet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-14 09:30:05 UTC (rev 276327)
+++ PKGBUILD2016-09-14 09:30:14 UTC (rev 276328)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kwallet
-pkgver=5.25.0
+pkgver=5.26.0
 pkgrel=1
 pkgdesc='Secure and unified container for user passwords'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 optdepends=('kwalletmanager: Configuration GUI')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('d64ee5eb63d0490b36a1cc9c0ebf126d')
+md5sums=('8865e8f7eb9014d6ca5ff5986af55773')
 
 prepare() {
   mkdir -p build


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

2016-08-14 Thread Felix Yan
Date: Sunday, August 14, 2016 @ 15:49:19
  Author: felixonmars
Revision: 273721

upgpkg: kwallet 5.25.0-1

Upstream release

Modified:
  kwallet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-14 15:49:14 UTC (rev 273720)
+++ PKGBUILD2016-08-14 15:49:19 UTC (rev 273721)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kwallet
-pkgver=5.24.0
+pkgver=5.25.0
 pkgrel=1
 pkgdesc='Secure and unified container for user passwords'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 optdepends=('kwalletmanager: Configuration GUI')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('dd676b072ca62580d6c8abb8b7651289')
+md5sums=('d64ee5eb63d0490b36a1cc9c0ebf126d')
 
 prepare() {
   mkdir -p build


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

2016-07-10 Thread Felix Yan
Date: Monday, July 11, 2016 @ 01:13:06
  Author: felixonmars
Revision: 271323

upgpkg: kwallet 5.24.0-1

Upstream release

Modified:
  kwallet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-11 01:12:59 UTC (rev 271322)
+++ PKGBUILD2016-07-11 01:13:06 UTC (rev 271323)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kwallet
-pkgver=5.23.0
+pkgver=5.24.0
 pkgrel=1
 pkgdesc='Secure and unified container for user passwords'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 optdepends=('kwalletmanager: Configuration GUI')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('37715313db7117da3eabc163ce8c9f0b')
+md5sums=('dd676b072ca62580d6c8abb8b7651289')
 
 prepare() {
   mkdir -p build


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

2016-06-14 Thread Felix Yan
Date: Tuesday, June 14, 2016 @ 16:01:00
  Author: felixonmars
Revision: 269646

upgpkg: kwallet 5.23.0-1

Upstream release

Modified:
  kwallet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-14 16:00:53 UTC (rev 269645)
+++ PKGBUILD2016-06-14 16:01:00 UTC (rev 269646)
@@ -3,8 +3,8 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kwallet
-pkgver=5.22.0
-pkgrel=3
+pkgver=5.23.0
+pkgrel=1
 pkgdesc='Secure and unified container for user passwords'
 arch=('i686' 'x86_64')
 url='https://community.kde.org/Frameworks'
@@ -13,17 +13,11 @@
 makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'boost')
 optdepends=('kwalletmanager: Configuration GUI')
 groups=('kf5')
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
-
kdebug-356944.patch::"https://quickgit.kde.org/?p=kwallet.git=commitdiff=58a80367=plain;)
-md5sums=('786c2c39d19c5eb3afc7fa7fd1102292'
- '0510c98e6bb0ff8c4f9d126981c2d849')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('37715313db7117da3eabc163ce8c9f0b')
 
 prepare() {
   mkdir -p build
-
-  cd $pkgname-$pkgver
-# Fix migration https://bugs.kde.org/show_bug.cgi?id=356944
-  patch -p1 -i ../kdebug-356944.patch
 }
 
 build() {


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

2016-05-24 Thread Antonio Rojas
Date: Tuesday, May 24, 2016 @ 16:48:15
  Author: arojas
Revision: 268532

Use correct tarball (FS#49452)

Modified:
  kwallet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-24 11:41:01 UTC (rev 268531)
+++ PKGBUILD2016-05-24 14:48:15 UTC (rev 268532)
@@ -4,7 +4,7 @@
 
 pkgname=kwallet
 pkgver=5.22.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Secure and unified container for user passwords'
 arch=('i686' 'x86_64')
 url='https://community.kde.org/Frameworks'
@@ -15,7 +15,7 @@
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
 
kdebug-356944.patch::"https://quickgit.kde.org/?p=kwallet.git=commitdiff=58a80367=plain;)
-md5sums=('4a167cfcc872260bec9199a32c39d050'
+md5sums=('786c2c39d19c5eb3afc7fa7fd1102292'
  '0510c98e6bb0ff8c4f9d126981c2d849')
 
 prepare() {


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

2016-05-23 Thread Antonio Rojas
Date: Monday, May 23, 2016 @ 19:06:36
  Author: arojas
Revision: 268512

Fix migration (FS#47474)

Modified:
  kwallet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-23 16:56:48 UTC (rev 268511)
+++ PKGBUILD2016-05-23 17:06:36 UTC (rev 268512)
@@ -4,7 +4,7 @@
 
 pkgname=kwallet
 pkgver=5.22.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Secure and unified container for user passwords'
 arch=('i686' 'x86_64')
 url='https://community.kde.org/Frameworks'
@@ -13,13 +13,17 @@
 makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'boost')
 optdepends=('kwalletmanager: Configuration GUI')
 groups=('kf5')
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('786c2c39d19c5eb3afc7fa7fd1102292')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
+
kdebug-356944.patch::"https://quickgit.kde.org/?p=kwallet.git=commitdiff=58a80367=plain;)
+md5sums=('4a167cfcc872260bec9199a32c39d050'
+ '0510c98e6bb0ff8c4f9d126981c2d849')
 
 prepare() {
   mkdir -p build
 
   cd $pkgname-$pkgver
+# Fix migration https://bugs.kde.org/show_bug.cgi?id=356944
+  patch -p1 -i ../kdebug-356944.patch
 }
 
 build() {


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

2016-05-16 Thread Felix Yan
Date: Monday, May 16, 2016 @ 16:39:08
  Author: fyan
Revision: 268144

upgpkg: kwallet 5.22.0-1

Upstream release

Modified:
  kwallet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-16 14:39:00 UTC (rev 268143)
+++ PKGBUILD2016-05-16 14:39:08 UTC (rev 268144)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kwallet
-pkgver=5.21.0
+pkgver=5.22.0
 pkgrel=1
 pkgdesc='Secure and unified container for user passwords'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 optdepends=('kwalletmanager: Configuration GUI')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('f7ed4eb160d0345780ff54bf365cedb8')
+md5sums=('786c2c39d19c5eb3afc7fa7fd1102292')
 
 prepare() {
   mkdir -p build


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

2016-04-10 Thread Felix Yan
Date: Monday, April 11, 2016 @ 05:44:57
  Author: fyan
Revision: 264544

upgpkg: kwallet 5.21.0-1

Upstream release

Modified:
  kwallet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-11 03:44:49 UTC (rev 264543)
+++ PKGBUILD2016-04-11 03:44:57 UTC (rev 264544)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kwallet
-pkgver=5.20.0
+pkgver=5.21.0
 pkgrel=1
 pkgdesc='Secure and unified container for user passwords'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 optdepends=('kwalletmanager: Configuration GUI')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('8f7404990e60580dd6b707f6a7c390a4')
+md5sums=('f7ed4eb160d0345780ff54bf365cedb8')
 
 prepare() {
   mkdir -p build


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

2016-02-13 Thread Felix Yan
Date: Sunday, February 14, 2016 @ 04:49:32
  Author: fyan
Revision: 259198

upgpkg: kwallet 5.19.0-1

KF 5.19.0

Modified:
  kwallet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-14 03:49:23 UTC (rev 259197)
+++ PKGBUILD2016-02-14 03:49:32 UTC (rev 259198)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kwallet
-pkgver=5.18.0
+pkgver=5.19.0
 pkgrel=1
 pkgdesc='Secure and unified container for user passwords'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 optdepends=('kwalletmanager: Configuration GUI')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('f8223c50d9a34f7017edb86bf87341a8')
+md5sums=('1c6c9aac635b623ab78368dd8617ca4e')
 
 prepare() {
   mkdir -p build


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

2016-01-10 Thread Felix Yan
Date: Sunday, January 10, 2016 @ 15:53:58
  Author: fyan
Revision: 257770

upgpkg: kwallet 5.18.0-1

KF 5.18.0

Modified:
  kwallet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-10 14:53:48 UTC (rev 257769)
+++ PKGBUILD2016-01-10 14:53:58 UTC (rev 257770)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kwallet
-pkgver=5.17.0
+pkgver=5.18.0
 pkgrel=1
 pkgdesc='Secure and unified container for user passwords'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 optdepends=('kwalletmanager: Configuration GUI')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('597b6b55a035d3d53698cdfa18ec92c3')
+md5sums=('f8223c50d9a34f7017edb86bf87341a8')
 
 prepare() {
   mkdir -p build


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

2015-12-12 Thread Felix Yan
Date: Saturday, December 12, 2015 @ 17:44:19
  Author: fyan
Revision: 255922

upgpkg: kwallet 5.17.0-1

KF 5.17.0

Modified:
  kwallet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-12 16:44:11 UTC (rev 255921)
+++ PKGBUILD2015-12-12 16:44:19 UTC (rev 255922)
@@ -3,8 +3,8 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kwallet
-pkgver=5.16.0
-pkgrel=2
+pkgver=5.17.0
+pkgrel=1
 pkgdesc='Secure and unified container for user passwords'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/kwallet'
@@ -14,7 +14,7 @@
 optdepends=('kwalletmanager: Configuration GUI')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('c4e84a22c586fedd21961c14be9a03c4')
+md5sums=('597b6b55a035d3d53698cdfa18ec92c3')
 
 prepare() {
   mkdir -p build


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

2015-12-07 Thread Bartłomiej Piotrowski
Date: Monday, December 7, 2015 @ 21:28:57
  Author: bpiotrowski
Revision: 253573

C++11 ABI rebuild

Modified:
  kwallet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-07 20:24:47 UTC (rev 253572)
+++ PKGBUILD2015-12-07 20:28:57 UTC (rev 253573)
@@ -4,7 +4,7 @@
 
 pkgname=kwallet
 pkgver=5.16.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Secure and unified container for user passwords'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/kwallet'


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

2015-11-13 Thread Felix Yan
Date: Friday, November 13, 2015 @ 16:36:36
  Author: fyan
Revision: 250931

upgpkg: kwallet 5.16.0-1

KF 5.16.0

Modified:
  kwallet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-13 15:36:29 UTC (rev 250930)
+++ PKGBUILD2015-11-13 15:36:36 UTC (rev 250931)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kwallet
-pkgver=5.15.0
+pkgver=5.16.0
 pkgrel=1
 pkgdesc='Secure and unified container for user passwords'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 optdepends=('kwalletmanager: Configuration GUI')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('291d29f8b9333abd9ea2d240d3eab1d9')
+md5sums=('c4e84a22c586fedd21961c14be9a03c4')
 
 prepare() {
   mkdir -p build


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:13:06
  Author: fyan
Revision: 248776

upgpkg: kwallet 5.15.0-1

KF 5.15.0

Modified:
  kwallet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 10:12:59 UTC (rev 248775)
+++ PKGBUILD2015-10-10 10:13:06 UTC (rev 248776)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kwallet
-pkgver=5.14.0
+pkgver=5.15.0
 pkgrel=1
 pkgdesc='Secure and unified container for user passwords'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 optdepends=('kwalletmanager: Configuration GUI')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('9c6ddf667c3a4dfca3f617ec22f3b6bc')
+md5sums=('291d29f8b9333abd9ea2d240d3eab1d9')
 
 prepare() {
   mkdir -p build


[arch-commits] Commit in kwallet/trunk (PKGBUILD no-migration-wizard.patch)

2015-09-11 Thread Felix Yan
Date: Saturday, September 12, 2015 @ 06:19:13
  Author: fyan
Revision: 245873

upgpkg: kwallet 5.14.0-1

Modified:
  kwallet/trunk/PKGBUILD
Deleted:
  kwallet/trunk/no-migration-wizard.patch

---+
 PKGBUILD  |   11 +--
 no-migration-wizard.patch |  144 
 2 files changed, 4 insertions(+), 151 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-12 04:03:27 UTC (rev 245872)
+++ PKGBUILD2015-09-12 04:19:13 UTC (rev 245873)
@@ -3,8 +3,8 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kwallet
-pkgver=5.13.0
-pkgrel=4
+pkgver=5.14.0
+pkgrel=1
 pkgdesc='Secure and unified container for user passwords'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/kwallet'
@@ -13,16 +13,13 @@
 makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'boost')
 optdepends=('kwalletmanager: Configuration GUI')
 groups=('kf5')
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
 'no-migration-wizard.patch')
-md5sums=('df67412fef04c891c98facf870ec370f'
- '8d5ad74a46e345d2bd5c537353d48298')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('9c6ddf667c3a4dfca3f617ec22f3b6bc')
 
 prepare() {
   mkdir -p build
 
   cd $pkgname-$pkgver
-# Don't show migration wizard
-  patch -p1 -i ../no-migration-wizard.patch
 }
 
 build() {

Deleted: no-migration-wizard.patch
===
--- no-migration-wizard.patch   2015-09-12 04:03:27 UTC (rev 245872)
+++ no-migration-wizard.patch   2015-09-12 04:19:13 UTC (rev 245873)
@@ -1,144 +0,0 @@
-From: Valentin Rusu 
-Date: Fri, 07 Aug 2015 16:59:04 +
-Subject: Stop showing the migration wizard by default
-X-Git-Url: 
http://quickgit.kde.org/?p=kwallet.git=commitdiff=127efedd1668b546d0ac8c83655a2056d0439f29

-Stop showing the migration wizard by default
-
-BUG:351056
-
-If the migration wizard is needed, then add this to kwalletrc
-[Migration]
-showMigrationWizard=true
-
-On systems having kwallet-pam the migration agent would also merge all the old
-wallets into the default LocalWallet, as a side effect. This would avoid
-wallet creation prompts, though.

-
-
 a/src/runtime/kwalletd/main.cpp
-+++ b/src/runtime/kwalletd/main.cpp
-@@ -186,7 +186,7 @@
- aboutdata.addAuthor(i18n("Thiago Maceira"), i18n("D-Bus Interface"), 
"thi...@kde.org");
- 
- KWalletD walletd;
--MigrationAgent migrationAgent();
-+MigrationAgent migrationAgent(, hash);
- KDBusService dbusUniqueInstance(KDBusService::Unique | 
KDBusService::NoExitOnFailure);
- 
- // NOTE: the command should be parsed only after KDBusService 
instantiation
-
 a/src/runtime/kwalletd/migrationagent.cpp
-+++ b/src/runtime/kwalletd/migrationagent.cpp
-@@ -34,10 +34,12 @@
- 
- #define SERVICE_KWALLETD4 "org.kde.kwalletd"
- #define ENTRY_ALREADY_MIGRATED "alreadyMigrated"
--
--MigrationAgent::MigrationAgent(KWalletD* kd) :
-+#define ENTRY_SHOW_MIGRATION_WIZARD "showMigrationWizard"
-+
-+MigrationAgent::MigrationAgent(KWalletD* kd, const char *hash) :
-   _kf5_daemon(kd)
-   , _kde4_daemon(0)
-+  , _pam_hash(hash)
- {
-   QTimer::singleShot(100, this, SLOT(migrateWallets()));
- }
-@@ -118,11 +120,27 @@
- {
- bool ok = false;
- 
--MigrationWizard *wizard = new MigrationWizard(this);
--int result = wizard->exec();
--if (QDialog::Accepted == result) {
--// the user either migrated the wallets, or choose not to be prompted 
again
--ok = true;
-+// The migration wizard would no longer been shown by default.
-+// see BUG 351056
-+// NOTE if user wants to show the migration wizard, then he should add the
-+// following setting to the kwalletrc:
-+// [Migration]
-+// showMigrationWizard=true
-+KConfig kwalletrc("kwalletrc");
-+KConfigGroup cfg(, "Migration");
-+bool showMigrationWizard = 
cfg.readEntry(ENTRY_SHOW_MIGRATION_WIZARD, false);
-+
-+if (showMigrationWizard) {
-+MigrationWizard *wizard = new MigrationWizard(this);
-+int result = wizard->exec();
-+if (QDialog::Accepted == result) {
-+// the user either migrated the wallets, or choose not to be 
prompted again
-+ok = true;
-+}
-+} else {
-+if (performMigration(0, true)) {
-+qDebug() << "Migration failed.";
-+}
- }
- 
- return ok;
-@@ -162,7 +180,7 @@
- return wallets.length() == 0;
- }
- 
--bool MigrationAgent::performMigration(WId wid)
-+bool MigrationAgent::performMigration(WId wid, bool withoutWizard)
- {
- auto appId = i18n("KDE Wallet Migration Agent");
- try {
-@@ -174,7 +192,15 @@
- emit progressMessage(i18n("Migrating wallet: %1", wallet));
- emit progressMessage(i18n("* Creating KF5 

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

2015-09-01 Thread Antonio Rojas
Date: Tuesday, September 1, 2015 @ 10:15:53
  Author: arojas
Revision: 245128

Add kwalletmanager optdepend (FS#46166)

Modified:
  kwallet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-01 08:11:47 UTC (rev 245127)
+++ PKGBUILD2015-09-01 08:15:53 UTC (rev 245128)
@@ -11,6 +11,7 @@
 license=('LGPL')
 depends=('knotifications' 'kiconthemes' 'kservice' 'gpgmepp')
 makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'boost')
+optdepends=('kwalletmanager: Configuration GUI')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
 'no-migration-wizard.patch')
 md5sums=('df67412fef04c891c98facf870ec370f'


[arch-commits] Commit in kwallet/trunk (PKGBUILD no-migration-wizard.patch)

2015-08-24 Thread Antonio Rojas
Date: Monday, August 24, 2015 @ 19:48:51
  Author: arojas
Revision: 244767

Add upstream suggested patch to prevent kwallet-pam from opening a migration 
dialog at login

Added:
  kwallet/trunk/no-migration-wizard.patch
Modified:
  kwallet/trunk/PKGBUILD

---+
 PKGBUILD  |   11 ++-
 no-migration-wizard.patch |  144 
 2 files changed, 152 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-24 14:36:10 UTC (rev 244766)
+++ PKGBUILD2015-08-24 17:48:51 UTC (rev 244767)
@@ -4,7 +4,7 @@
 
 pkgname=kwallet
 pkgver=5.13.0
-pkgrel=3
+pkgrel=4
 pkgdesc='Secure and unified container for user passwords'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/kwallet'
@@ -12,11 +12,16 @@
 depends=('knotifications' 'kiconthemes' 'kservice' 'gpgmepp')
 makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'boost')
 groups=('kf5')
-source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('df67412fef04c891c98facf870ec370f')
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
 'no-migration-wizard.patch')
+md5sums=('df67412fef04c891c98facf870ec370f'
+ '8d5ad74a46e345d2bd5c537353d48298')
 
 prepare() {
   mkdir -p build
+
+  cd $pkgname-$pkgver
+# Don't show migration wizard
+  patch -p1 -i ../no-migration-wizard.patch
 }
 
 build() {

Added: no-migration-wizard.patch
===
--- no-migration-wizard.patch   (rev 0)
+++ no-migration-wizard.patch   2015-08-24 17:48:51 UTC (rev 244767)
@@ -0,0 +1,144 @@
+From: Valentin Rusu k...@rusu.info
+Date: Fri, 07 Aug 2015 16:59:04 +
+Subject: Stop showing the migration wizard by default
+X-Git-Url: 
http://quickgit.kde.org/?p=kwallet.gita=commitdiffh=127efedd1668b546d0ac8c83655a2056d0439f29
+---
+Stop showing the migration wizard by default
+
+BUG:351056
+
+If the migration wizard is needed, then add this to kwalletrc
+[Migration]
+showMigrationWizard=true
+
+On systems having kwallet-pam the migration agent would also merge all the old
+wallets into the default LocalWallet, as a side effect. This would avoid
+wallet creation prompts, though.
+---
+
+
+--- a/src/runtime/kwalletd/main.cpp
 b/src/runtime/kwalletd/main.cpp
+@@ -186,7 +186,7 @@
+ aboutdata.addAuthor(i18n(Thiago Maceira), i18n(D-Bus Interface), 
thi...@kde.org);
+ 
+ KWalletD walletd;
+-MigrationAgent migrationAgent(walletd);
++MigrationAgent migrationAgent(walletd, hash);
+ KDBusService dbusUniqueInstance(KDBusService::Unique | 
KDBusService::NoExitOnFailure);
+ 
+ // NOTE: the command should be parsed only after KDBusService 
instantiation
+
+--- a/src/runtime/kwalletd/migrationagent.cpp
 b/src/runtime/kwalletd/migrationagent.cpp
+@@ -34,10 +34,12 @@
+ 
+ #define SERVICE_KWALLETD4 org.kde.kwalletd
+ #define ENTRY_ALREADY_MIGRATED alreadyMigrated
+-
+-MigrationAgent::MigrationAgent(KWalletD* kd) :
++#define ENTRY_SHOW_MIGRATION_WIZARD showMigrationWizard
++
++MigrationAgent::MigrationAgent(KWalletD* kd, const char *hash) :
+   _kf5_daemon(kd)
+   , _kde4_daemon(0)
++  , _pam_hash(hash)
+ {
+   QTimer::singleShot(100, this, SLOT(migrateWallets()));
+ }
+@@ -118,11 +120,27 @@
+ {
+ bool ok = false;
+ 
+-MigrationWizard *wizard = new MigrationWizard(this);
+-int result = wizard-exec();
+-if (QDialog::Accepted == result) {
+-// the user either migrated the wallets, or choose not to be prompted 
again
+-ok = true;
++// The migration wizard would no longer been shown by default.
++// see BUG 351056
++// NOTE if user wants to show the migration wizard, then he should add the
++// following setting to the kwalletrc:
++// [Migration]
++// showMigrationWizard=true
++KConfig kwalletrc(kwalletrc);
++KConfigGroup cfg(kwalletrc, Migration);
++bool showMigrationWizard = 
cfg.readEntrybool(ENTRY_SHOW_MIGRATION_WIZARD, false);
++
++if (showMigrationWizard) {
++MigrationWizard *wizard = new MigrationWizard(this);
++int result = wizard-exec();
++if (QDialog::Accepted == result) {
++// the user either migrated the wallets, or choose not to be 
prompted again
++ok = true;
++}
++} else {
++if (performMigration(0, true)) {
++qDebug()  Migration failed.;
++}
+ }
+ 
+ return ok;
+@@ -162,7 +180,7 @@
+ return wallets.length() == 0;
+ }
+ 
+-bool MigrationAgent::performMigration(WId wid)
++bool MigrationAgent::performMigration(WId wid, bool withoutWizard)
+ {
+ auto appId = i18n(KDE Wallet Migration Agent);
+ try {
+@@ -174,7 +192,15 @@
+ emit progressMessage(i18n(Migrating wallet: %1, wallet));
+ emit progressMessage(i18n(* Creating KF5 

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

2015-08-23 Thread Antonio Rojas
Date: Sunday, August 23, 2015 @ 11:36:24
  Author: arojas
Revision: 244730

Enable GPG encryption support (FS#45833)

Modified:
  kwallet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-23 09:28:00 UTC (rev 244729)
+++ PKGBUILD2015-08-23 09:36:24 UTC (rev 244730)
@@ -4,13 +4,13 @@
 
 pkgname=kwallet
 pkgver=5.13.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Secure and unified container for user passwords'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/kwallet'
 license=('LGPL')
-depends=('knotifications' 'kiconthemes' 'kservice') # qgpgme
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+depends=('knotifications' 'kiconthemes' 'kservice' 'gpgmepp')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'boost')
 groups=('kf5')
 
source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
 md5sums=('df67412fef04c891c98facf870ec370f')


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

2015-08-13 Thread Antonio Rojas
Date: Thursday, August 13, 2015 @ 19:32:05
  Author: arojas
Revision: 243412

Add requires dependencies removed from knotifications

Modified:
  kwallet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-13 16:42:35 UTC (rev 243411)
+++ PKGBUILD2015-08-13 17:32:05 UTC (rev 243412)
@@ -4,12 +4,12 @@
 
 pkgname=kwallet
 pkgver=5.13.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Secure and unified container for user passwords'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/kwallet'
 license=('LGPL')
-depends=('knotifications') # qgpgme
+depends=('knotifications' 'kiconthemes' 'kservice') # qgpgme
 makedepends=('extra-cmake-modules' 'python' 'kdoctools')
 groups=('kf5')
 
source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)


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

2015-08-12 Thread Felix Yan
Date: Wednesday, August 12, 2015 @ 11:11:51
  Author: fyan
Revision: 243266

upgpkg: kwallet 5.13.0-1

Modified:
  kwallet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-12 09:11:23 UTC (rev 243265)
+++ PKGBUILD2015-08-12 09:11:51 UTC (rev 243266)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kwallet
-pkgver=5.12.0
+pkgver=5.13.0
 pkgrel=1
 pkgdesc='Secure and unified container for user passwords'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'python' 'kdoctools')
 groups=('kf5')
 
source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('eb3118489006cd6760740cc9f1f3be51')
+md5sums=('df67412fef04c891c98facf870ec370f')
 
 prepare() {
   mkdir -p build


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

2015-07-19 Thread Antonio Rojas
Date: Sunday, July 19, 2015 @ 09:37:06
  Author: arojas
Revision: 242359

Add kdoctools makedepends (FS#45706)

Modified:
  kwallet/trunk/PKGBUILD

--+
 PKGBUILD |4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-18 21:34:20 UTC (rev 242358)
+++ PKGBUILD2015-07-19 07:37:06 UTC (rev 242359)
@@ -10,10 +10,8 @@
 url='https://projects.kde.org/projects/frameworks/kwallet'
 license=('LGPL')
 depends=('knotifications') # qgpgme
-makedepends=('extra-cmake-modules' 'python')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
 groups=('kf5')
-conflicts=('kwalletframeworks')
-replaces=('kwalletframeworks')
 
source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
 md5sums=('eb3118489006cd6760740cc9f1f3be51')
 


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

2015-04-08 Thread Felix Yan
Date: Wednesday, April 8, 2015 @ 10:36:03
  Author: fyan
Revision: 235669

upgpkg: kwallet 5.9.0-1

Modified:
  kwallet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-08 08:35:51 UTC (rev 235668)
+++ PKGBUILD2015-04-08 08:36:03 UTC (rev 235669)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kwallet
-pkgver=5.8.0
+pkgver=5.9.0
 pkgrel=1
 pkgdesc='Secure and unified container for user passwords'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 conflicts=('kwalletframeworks')
 replaces=('kwalletframeworks')
 
source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('3c5803acbbe295726017b80d7b5d1d49')
+md5sums=('2128a04d80f4898282b50c3861ff21d7')
 
 prepare() {
   mkdir -p build


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

2015-03-13 Thread Felix Yan
Date: Friday, March 13, 2015 @ 18:12:26
  Author: fyan
Revision: 233509

upgpkg: kwallet 5.8.0-1

KF 5.8

Modified:
  kwallet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-13 17:12:18 UTC (rev 233508)
+++ PKGBUILD2015-03-13 17:12:26 UTC (rev 233509)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kwallet
-pkgver=5.7.0
+pkgver=5.8.0
 pkgrel=1
 pkgdesc='Secure and unified container for user passwords'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 conflicts=('kwalletframeworks')
 replaces=('kwalletframeworks')
 
source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('20174f02ae51be1e3d3d63f8b4dba722')
+md5sums=('3c5803acbbe295726017b80d7b5d1d49')
 
 prepare() {
   mkdir -p build


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

2015-02-15 Thread Felix Yan
Date: Sunday, February 15, 2015 @ 17:26:20
  Author: fyan
Revision: 231518

upgpkg: kwallet 5.7.0-1

Modified:
  kwallet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-15 16:23:29 UTC (rev 231517)
+++ PKGBUILD2015-02-15 16:26:20 UTC (rev 231518)
@@ -1,8 +1,9 @@
 # $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kwallet
-pkgver=5.6.0
+pkgver=5.7.0
 pkgrel=1
 pkgdesc='Secure and unified container for user passwords'
 arch=('i686' 'x86_64')
@@ -14,7 +15,7 @@
 conflicts=('kwalletframeworks')
 replaces=('kwalletframeworks')
 
source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('02b2654f0bd5ac993c09d6594a25dc40')
+md5sums=('20174f02ae51be1e3d3d63f8b4dba722')
 
 prepare() {
   mkdir -p build


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

2014-09-27 Thread Andrea Scarpino
Date: Saturday, September 27, 2014 @ 11:36:57
  Author: andrea
Revision: 223476

upgpkg: kwallet 5.2.0-2

Fix qt mkspecs install dir

Modified:
  kwallet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-27 09:36:53 UTC (rev 223475)
+++ PKGBUILD2014-09-27 09:36:57 UTC (rev 223476)
@@ -3,7 +3,7 @@
 
 pkgname=kwallet
 pkgver=5.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='KWallet Framework'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/kwallet'
@@ -26,7 +26,7 @@
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DLIB_INSTALL_DIR=lib \
--DECM_MKSPECS_INSTALL_DIR=/usr/share/qt/mkspecs/modules \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
 -DBUILD_TESTING=OFF
   make
 }


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

2014-09-14 Thread Andrea Scarpino
Date: Sunday, September 14, 2014 @ 14:52:28
  Author: andrea
Revision: 221656

Add missing makedeps

Modified:
  kwallet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-14 12:47:02 UTC (rev 221655)
+++ PKGBUILD2014-09-14 12:52:28 UTC (rev 221656)
@@ -9,7 +9,7 @@
 url='https://projects.kde.org/projects/frameworks/kwallet'
 license=('LGPL')
 depends=('knotifications') # qgpgme
-makedepends=('extra-cmake-modules')
+makedepends=('extra-cmake-modules' 'python')
 groups=('kf5')
 conflicts=('kwalletframeworks')
 replaces=('kwalletframeworks')