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

2014-12-12 Thread Andrea Scarpino
Date: Friday, December 12, 2014 @ 14:01:36
  Author: andrea
Revision: 227561

upgpkg: frameworkintegration 5.5.0-2

Qt 5.4 rebuild

Modified:
  frameworkintegration/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-12 12:57:49 UTC (rev 227560)
+++ PKGBUILD2014-12-12 13:01:36 UTC (rev 227561)
@@ -3,7 +3,7 @@
 
 pkgname=frameworkintegration
 pkgver=5.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Framework providing components to allow applications to integrate 
with a KDE Workspace'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/frameworkintegration'


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

2014-09-27 Thread Andrea Scarpino
Date: Saturday, September 27, 2014 @ 09:31:09
  Author: andrea
Revision: 223386

Use KDE_INSTALL_USE_QT_SYS_PATHS

Modified:
  frameworkintegration/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-27 07:30:33 UTC (rev 223385)
+++ PKGBUILD2014-09-27 07:31:09 UTC (rev 223386)
@@ -24,7 +24,7 @@
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DLIB_INSTALL_DIR=lib \
--DQT_PLUGIN_INSTALL_DIR=lib/qt/plugins \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
 -DLOCALE_INSTALL_DIR=/usr/share/locale/kf5 \
 -DBUILD_TESTING=OFF
   make


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

2014-09-27 Thread Andrea Scarpino
Date: Saturday, September 27, 2014 @ 16:20:49
  Author: andrea
Revision: 223494

upgpkg: frameworkintegration 5.2.0-2

Move translations back into /usr/share/locale (FS#41684)

Modified:
  frameworkintegration/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-27 09:42:46 UTC (rev 223493)
+++ PKGBUILD2014-09-27 14:20:49 UTC (rev 223494)
@@ -3,7 +3,7 @@
 
 pkgname=frameworkintegration
 pkgver=5.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Framework providing components to allow applications to integrate 
with a KDE Workspace'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/frameworkintegration'
@@ -25,7 +25,6 @@
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DLIB_INSTALL_DIR=lib \
 -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DLOCALE_INSTALL_DIR=/usr/share/locale/kf5 \
 -DBUILD_TESTING=OFF
   make
 }


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

2015-04-08 Thread Felix Yan
Date: Wednesday, April 8, 2015 @ 11:20:58
  Author: fyan
Revision: 235701

upgpkg: frameworkintegration 5.9.0-1

Modified:
  frameworkintegration/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-08 09:17:12 UTC (rev 235700)
+++ PKGBUILD2015-04-08 09:20:58 UTC (rev 235701)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=frameworkintegration
-pkgver=5.8.0
+pkgver=5.9.0
 pkgrel=1
 pkgdesc='Framework providing components to allow applications to integrate 
with a KDE Workspace'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('5e833c39103910c01d851db6dddc')
+md5sums=('5a40c112b997e3a30848374bf2a1ae6f')
 
 prepare() {
   mkdir -p build


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

2015-04-19 Thread Antonio Rojas
Date: Monday, April 20, 2015 @ 08:51:52
  Author: arojas
Revision: 237765

Fix freeze when opening file dialogs (FS#44649)

Modified:
  frameworkintegration/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-20 00:53:16 UTC (rev 237764)
+++ PKGBUILD2015-04-20 06:51:52 UTC (rev 237765)
@@ -4,7 +4,7 @@
 
 pkgname=frameworkintegration
 pkgver=5.9.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Framework providing components to allow applications to integrate 
with a KDE Workspace'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/frameworkintegration'
@@ -12,11 +12,16 @@
 depends=('kio' 'ttf-oxygen' 'libxcursor')
 makedepends=('extra-cmake-modules')
 groups=('kf5')
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('5a40c112b997e3a30848374bf2a1ae6f')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";
 'fix_file_dialogs.patch')
 
+md5sums=('5a40c112b997e3a30848374bf2a1ae6f'
+ 'b37ac613e304bbfb984e659bc160bccb')
+
 prepare() {
   mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i "$srcdir"/fix_file_dialogs.patch
 }
 
 build() {


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

2015-03-13 Thread Felix Yan
Date: Friday, March 13, 2015 @ 18:21:05
  Author: fyan
Revision: 233541

upgpkg: frameworkintegration 5.8.0-1

KF 5.8

Modified:
  frameworkintegration/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-13 17:20:54 UTC (rev 233540)
+++ PKGBUILD2015-03-13 17:21:05 UTC (rev 233541)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=frameworkintegration
-pkgver=5.7.0
+pkgver=5.8.0
 pkgrel=1
 pkgdesc='Framework providing components to allow applications to integrate 
with a KDE Workspace'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('cee7800425102977c1290869d8280bd1')
+md5sums=('5e833c39103910c01d851db6dddc')
 
 prepare() {
   mkdir -p build


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

2015-02-15 Thread Felix Yan
Date: Sunday, February 15, 2015 @ 17:38:45
  Author: fyan
Revision: 231524

upgpkg: frameworkintegration 5.7.0-1

Modified:
  frameworkintegration/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-15 16:38:37 UTC (rev 231523)
+++ PKGBUILD2015-02-15 16:38:45 UTC (rev 231524)
@@ -1,18 +1,19 @@
 # $Id$
-# Maintainer: Andrea Scarpino 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
 
 pkgname=frameworkintegration
-pkgver=5.6.0
+pkgver=5.7.0
 pkgrel=1
 pkgdesc='Framework providing components to allow applications to integrate 
with a KDE Workspace'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/frameworkintegration'
 license=('LGPL')
-depends=('kio' 'ttf-oxygen')
+depends=('kio' 'ttf-oxygen' 'libxcursor')
 makedepends=('extra-cmake-modules')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('04e78cac6454d7a299ddc89f29885f29')
+md5sums=('cee7800425102977c1290869d8280bd1')
 
 prepare() {
   mkdir -p build


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

2014-05-18 Thread Andrea Scarpino
Date: Sunday, May 18, 2014 @ 20:58:17
  Author: andrea
Revision: 213066

upgpkg: frameworkintegration 4.99.0-2

Fix qt plugin install dir

Modified:
  frameworkintegration/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-18 18:55:40 UTC (rev 213065)
+++ PKGBUILD2014-05-18 18:58:17 UTC (rev 213066)
@@ -3,7 +3,7 @@
 
 pkgname=frameworkintegration
 pkgver=4.99.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Framework providing components to allow applications to integrate 
with a KDE Workspace'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/frameworkintegration'
@@ -24,6 +24,7 @@
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DLIB_INSTALL_DIR=lib \
+-DQT_PLUGIN_INSTALL_DIR=lib/qt/plugins \
 -DBUILD_TESTING=OFF
   make
 }



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

2014-05-27 Thread Andrea Scarpino
Date: Wednesday, May 28, 2014 @ 00:20:06
  Author: andrea
Revision: 213669

upgpkg: frameworkintegration 4.99.0-3

Rebuild with Qt 5.3

Modified:
  frameworkintegration/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-27 22:18:41 UTC (rev 213668)
+++ PKGBUILD2014-05-27 22:20:06 UTC (rev 213669)
@@ -3,7 +3,7 @@
 
 pkgname=frameworkintegration
 pkgver=4.99.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Framework providing components to allow applications to integrate 
with a KDE Workspace'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/frameworkintegration'



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

2015-10-16 Thread Felix Yan
Date: Friday, October 16, 2015 @ 09:50:57
  Author: fyan
Revision: 249434

upgpkg: frameworkintegration 5.15.0-2

rebuild with qt5 5.5.1

Modified:
  frameworkintegration/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-16 07:16:12 UTC (rev 249433)
+++ PKGBUILD2015-10-16 07:50:57 UTC (rev 249434)
@@ -4,7 +4,7 @@
 
 pkgname=frameworkintegration
 pkgver=5.15.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Framework providing components to allow applications to integrate 
with a KDE Workspace'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/frameworkintegration'


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

2015-07-10 Thread Felix Yan
Date: Friday, July 10, 2015 @ 14:59:35
  Author: fyan
Revision: 242004

upgpkg: frameworkintegration 5.12.0-2

rebuild against qt 5.5.0

Modified:
  frameworkintegration/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-10 12:54:24 UTC (rev 242003)
+++ PKGBUILD2015-07-10 12:59:35 UTC (rev 242004)
@@ -4,7 +4,7 @@
 
 pkgname=frameworkintegration
 pkgver=5.12.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Framework providing components to allow applications to integrate 
with a KDE Workspace'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/frameworkintegration'


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

2015-08-12 Thread Felix Yan
Date: Wednesday, August 12, 2015 @ 12:24:29
  Author: fyan
Revision: 243313

upgpkg: frameworkintegration 5.13.0-1

Modified:
  frameworkintegration/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-12 10:19:36 UTC (rev 243312)
+++ PKGBUILD2015-08-12 10:24:29 UTC (rev 243313)
@@ -3,8 +3,8 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=frameworkintegration
-pkgver=5.12.0
-pkgrel=2
+pkgver=5.13.0
+pkgrel=1
 pkgdesc='Framework providing components to allow applications to integrate 
with a KDE Workspace'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/frameworkintegration'
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('87bdfb6972f8bd9b8b20cf1813bbb552')
+md5sums=('49ad49bff5ece8defe71021982476662')
 
 prepare() {
   mkdir -p build


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

2016-01-10 Thread Felix Yan
Date: Sunday, January 10, 2016 @ 17:19:59
  Author: fyan
Revision: 257888

upgpkg: frameworkintegration 5.18.0-1

KF 5.18.0

Modified:
  frameworkintegration/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-10 16:19:48 UTC (rev 257887)
+++ PKGBUILD2016-01-10 16:19:59 UTC (rev 257888)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=frameworkintegration
-pkgver=5.17.0
+pkgver=5.18.0
 pkgrel=1
 pkgdesc='Framework providing components to allow applications to integrate 
with a KDE Workspace'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('9d893ef7de02b2e61dfe24ea82744e6f')
+md5sums=('82116c14ad16b43ef2fa800b5c48edec')
 
 prepare() {
   mkdir -p build


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

2016-02-13 Thread Felix Yan
Date: Sunday, February 14, 2016 @ 05:01:33
  Author: fyan
Revision: 259234

upgpkg: frameworkintegration 5.19.0-1

KF 5.19.0

Modified:
  frameworkintegration/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-14 04:01:23 UTC (rev 259233)
+++ PKGBUILD2016-02-14 04:01:33 UTC (rev 259234)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=frameworkintegration
-pkgver=5.18.0
+pkgver=5.19.0
 pkgrel=1
 pkgdesc='Framework providing components to allow applications to integrate 
with a KDE Workspace'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('82116c14ad16b43ef2fa800b5c48edec')
+md5sums=('5ff469c4b86c11bae91b1ee43a8fe386')
 
 prepare() {
   mkdir -p build


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

2016-02-29 Thread Antonio Rojas
Date: Tuesday, March 1, 2016 @ 08:29:45
  Author: arojas
Revision: 260429

Qt 5.6 rebuild

Modified:
  frameworkintegration/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-01 07:23:47 UTC (rev 260428)
+++ PKGBUILD2016-03-01 07:29:45 UTC (rev 260429)
@@ -4,7 +4,7 @@
 
 pkgname=frameworkintegration
 pkgver=5.19.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Framework providing components to allow applications to integrate 
with a KDE Workspace'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/frameworkintegration'


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

2016-02-29 Thread Antonio Rojas
Date: Tuesday, March 1, 2016 @ 08:34:13
  Author: arojas
Revision: 260431

Really rebuild against Qt 5.6

Modified:
  frameworkintegration/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-01 07:30:22 UTC (rev 260430)
+++ PKGBUILD2016-03-01 07:34:13 UTC (rev 260431)
@@ -4,7 +4,7 @@
 
 pkgname=frameworkintegration
 pkgver=5.19.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Framework providing components to allow applications to integrate 
with a KDE Workspace'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/frameworkintegration'


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

2015-12-12 Thread Felix Yan
Date: Saturday, December 12, 2015 @ 17:56:43
  Author: fyan
Revision: 255958

upgpkg: frameworkintegration 5.17.0-1

KF 5.17.0

Modified:
  frameworkintegration/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-12 16:56:34 UTC (rev 255957)
+++ PKGBUILD2015-12-12 16:56:43 UTC (rev 255958)
@@ -3,8 +3,8 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=frameworkintegration
-pkgver=5.16.0
-pkgrel=3
+pkgver=5.17.0
+pkgrel=1
 pkgdesc='Framework providing components to allow applications to integrate 
with a KDE Workspace'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/frameworkintegration'
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('4a4eff6bea888031d7a463fdae9d3c09')
+md5sums=('9d893ef7de02b2e61dfe24ea82744e6f')
 
 prepare() {
   mkdir -p build


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

2015-11-13 Thread Felix Yan
Date: Friday, November 13, 2015 @ 16:49:22
  Author: fyan
Revision: 250969

upgpkg: frameworkintegration 5.16.0-1

KF 5.16.0

Modified:
  frameworkintegration/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-13 15:49:14 UTC (rev 250968)
+++ PKGBUILD2015-11-13 15:49:22 UTC (rev 250969)
@@ -3,8 +3,8 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=frameworkintegration
-pkgver=5.15.0
-pkgrel=2
+pkgver=5.16.0
+pkgrel=1
 pkgdesc='Framework providing components to allow applications to integrate 
with a KDE Workspace'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/frameworkintegration'
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('1dd33272081ff78e40a26262a74e499a')
+md5sums=('4a4eff6bea888031d7a463fdae9d3c09')
 
 prepare() {
   mkdir -p build


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

2015-11-13 Thread Antonio Rojas
Date: Friday, November 13, 2015 @ 23:37:42
  Author: arojas
Revision: 251025

Noto is the new default sans font

Modified:
  frameworkintegration/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-13 22:13:29 UTC (rev 251024)
+++ PKGBUILD2015-11-13 22:37:42 UTC (rev 251025)
@@ -4,12 +4,12 @@
 
 pkgname=frameworkintegration
 pkgver=5.16.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Framework providing components to allow applications to integrate 
with a KDE Workspace'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/frameworkintegration'
 license=('LGPL')
-depends=('kio' 'ttf-oxygen' 'libxcursor')
+depends=('kio' 'ttf-oxygen' 'noto-fonts' 'libxcursor')
 makedepends=('extra-cmake-modules')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)


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

2015-09-11 Thread Felix Yan
Date: Saturday, September 12, 2015 @ 06:57:38
  Author: fyan
Revision: 245939

upgpkg: frameworkintegration 5.14.0-1

Modified:
  frameworkintegration/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-12 04:57:27 UTC (rev 245938)
+++ PKGBUILD2015-09-12 04:57:38 UTC (rev 245939)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=frameworkintegration
-pkgver=5.13.0
+pkgver=5.14.0
 pkgrel=1
 pkgdesc='Framework providing components to allow applications to integrate 
with a KDE Workspace'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('49ad49bff5ece8defe71021982476662')
+md5sums=('d5094cba8ca4d280d6e817d334fb2dc1')
 
 prepare() {
   mkdir -p build


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

2015-12-08 Thread Evangelos Foutras
Date: Tuesday, December 8, 2015 @ 12:36:32
  Author: foutrelis
Revision: 253675

C++11 ABI rebuild

Modified:
  frameworkintegration/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-08 11:36:09 UTC (rev 253674)
+++ PKGBUILD2015-12-08 11:36:32 UTC (rev 253675)
@@ -4,7 +4,7 @@
 
 pkgname=frameworkintegration
 pkgver=5.16.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Framework providing components to allow applications to integrate 
with a KDE Workspace'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/frameworkintegration'


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

2016-09-14 Thread Felix Yan
Date: Wednesday, September 14, 2016 @ 09:43:45
  Author: felixonmars
Revision: 276370

upgpkg: frameworkintegration 5.26.0-1

Upstream release

Modified:
  frameworkintegration/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-14 09:43:30 UTC (rev 276369)
+++ PKGBUILD2016-09-14 09:43:45 UTC (rev 276370)
@@ -4,7 +4,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=frameworkintegration
-pkgver=5.25.0
+pkgver=5.26.0
 pkgrel=1
 pkgdesc='Framework providing components to allow applications to integrate 
with a KDE Workspace'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('extra-cmake-modules' 'python')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('d63e9454ee42955c44cad1cc78a98d44')
+md5sums=('3f345a8155d26a7d875e36741a03d751')
 
 prepare() {
   mkdir -p build


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

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

upgpkg: frameworkintegration 5.21.0-1

Upstream release

Modified:
  frameworkintegration/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-11 03:57:02 UTC (rev 264579)
+++ PKGBUILD2016-04-11 03:57:12 UTC (rev 264580)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=frameworkintegration
-pkgver=5.20.0
+pkgver=5.21.0
 pkgrel=1
 pkgdesc='Framework providing components to allow applications to integrate 
with a KDE Workspace'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('cedac6f1740ca905f2c70cd9202b7e5d')
+md5sums=('5c49bcff088db6b9d37977a53b1e561b')
 
 prepare() {
   mkdir -p build


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

2016-03-15 Thread Felix Yan
Date: Wednesday, March 16, 2016 @ 05:45:49
  Author: fyan
Revision: 261784

upgpkg: frameworkintegration 5.20.0-1

KF 5.20.0

Modified:
  frameworkintegration/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-16 04:45:39 UTC (rev 261783)
+++ PKGBUILD2016-03-16 04:45:49 UTC (rev 261784)
@@ -3,8 +3,8 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=frameworkintegration
-pkgver=5.19.0
-pkgrel=3
+pkgver=5.20.0
+pkgrel=1
 pkgdesc='Framework providing components to allow applications to integrate 
with a KDE Workspace'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/frameworkintegration'
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('5ff469c4b86c11bae91b1ee43a8fe386')
+md5sums=('cedac6f1740ca905f2c70cd9202b7e5d')
 
 prepare() {
   mkdir -p build


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

2016-07-10 Thread Felix Yan
Date: Monday, July 11, 2016 @ 01:25:37
  Author: felixonmars
Revision: 271363

upgpkg: frameworkintegration 5.24.0-1

Upstream release

Modified:
  frameworkintegration/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-11 01:24:58 UTC (rev 271362)
+++ PKGBUILD2016-07-11 01:25:37 UTC (rev 271363)
@@ -4,7 +4,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=frameworkintegration
-pkgver=5.23.0
+pkgver=5.24.0
 pkgrel=1
 pkgdesc='Framework providing components to allow applications to integrate 
with a KDE Workspace'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('extra-cmake-modules' 'python')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('16af94413983986c36a3a2b9279a3b7b')
+md5sums=('bc3793fb4adf756511fdd042cb710afc')
 
 prepare() {
   mkdir -p build


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

2016-10-09 Thread Felix Yan
Date: Sunday, October 9, 2016 @ 17:39:11
  Author: felixonmars
Revision: 278077

upgpkg: frameworkintegration 5.27.0-1

Upstream release

Modified:
  frameworkintegration/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-09 17:38:52 UTC (rev 278076)
+++ PKGBUILD2016-10-09 17:39:11 UTC (rev 278077)
@@ -4,7 +4,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=frameworkintegration
-pkgver=5.26.0
+pkgver=5.27.0
 pkgrel=1
 pkgdesc='Framework providing components to allow applications to integrate 
with a KDE Workspace'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('extra-cmake-modules' 'python')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('3f345a8155d26a7d875e36741a03d751')
+md5sums=('3ac3717a4d248d991f0acad16419f850')
 
 prepare() {
   mkdir -p build


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

2016-05-16 Thread Felix Yan
Date: Monday, May 16, 2016 @ 16:51:14
  Author: fyan
Revision: 268186

upgpkg: frameworkintegration 5.22.0-1

Upstream release

Modified:
  frameworkintegration/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-16 14:51:05 UTC (rev 268185)
+++ PKGBUILD2016-05-16 14:51:14 UTC (rev 268186)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=frameworkintegration
-pkgver=5.21.0
+pkgver=5.22.0
 pkgrel=1
 pkgdesc='Framework providing components to allow applications to integrate 
with a KDE Workspace'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'python')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('5c49bcff088db6b9d37977a53b1e561b')
+md5sums=('b22f922009cb57beeb09b048003c5369')
 
 prepare() {
   mkdir -p build


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

2016-05-16 Thread Antonio Rojas
Date: Monday, May 16, 2016 @ 20:50:39
  Author: arojas
Revision: 268234

Cleanup dependencies

Modified:
  frameworkintegration/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-16 18:44:31 UTC (rev 268233)
+++ PKGBUILD2016-05-16 18:50:39 UTC (rev 268234)
@@ -1,3 +1,4 @@
+
 # $Id$
 # Maintainer: Felix Yan 
 # Contributor: Andrea Scarpino 
@@ -4,13 +5,13 @@
 
 pkgname=frameworkintegration
 pkgver=5.22.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Framework providing components to allow applications to integrate 
with a KDE Workspace'
 arch=('i686' 'x86_64')
 url='https://community.kde.org/Frameworks'
 license=('LGPL')
-depends=('kio' 'ttf-oxygen' 'noto-fonts' 'libxcursor')
-makedepends=('extra-cmake-modules' 'python')
+depends=('knotifications' 'kiconthemes')
+makedepends=('extra-cmake-modules' 'python' 'kio')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
 md5sums=('b22f922009cb57beeb09b048003c5369')
@@ -25,7 +26,6 @@
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DKDE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
 -DBUILD_TESTING=OFF
   make
 }


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

2016-08-14 Thread Felix Yan
Date: Sunday, August 14, 2016 @ 15:59:01
  Author: felixonmars
Revision: 273763

upgpkg: frameworkintegration 5.25.0-1

Upstream release

Modified:
  frameworkintegration/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-14 15:58:53 UTC (rev 273762)
+++ PKGBUILD2016-08-14 15:59:01 UTC (rev 273763)
@@ -4,7 +4,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=frameworkintegration
-pkgver=5.24.0
+pkgver=5.25.0
 pkgrel=1
 pkgdesc='Framework providing components to allow applications to integrate 
with a KDE Workspace'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('extra-cmake-modules' 'python')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('bc3793fb4adf756511fdd042cb710afc')
+md5sums=('d63e9454ee42955c44cad1cc78a98d44')
 
 prepare() {
   mkdir -p build


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

2016-06-14 Thread Felix Yan
Date: Tuesday, June 14, 2016 @ 16:15:37
  Author: felixonmars
Revision: 269690

upgpkg: frameworkintegration 5.23.0-1

Upstream release

Modified:
  frameworkintegration/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-14 16:15:28 UTC (rev 269689)
+++ PKGBUILD2016-06-14 16:15:37 UTC (rev 269690)
@@ -4,8 +4,8 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=frameworkintegration
-pkgver=5.22.0
-pkgrel=2
+pkgver=5.23.0
+pkgrel=1
 pkgdesc='Framework providing components to allow applications to integrate 
with a KDE Workspace'
 arch=('i686' 'x86_64')
 url='https://community.kde.org/Frameworks'
@@ -14,7 +14,7 @@
 makedepends=('extra-cmake-modules' 'python' 'kio')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('b22f922009cb57beeb09b048003c5369')
+md5sums=('16af94413983986c36a3a2b9279a3b7b')
 
 prepare() {
   mkdir -p build


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

2016-06-14 Thread Antonio Rojas
Date: Wednesday, June 15, 2016 @ 06:52:22
  Author: arojas
Revision: 269986

Update dependencies

Modified:
  frameworkintegration/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-15 06:50:39 UTC (rev 269985)
+++ PKGBUILD2016-06-15 06:52:22 UTC (rev 269986)
@@ -11,7 +11,7 @@
 url='https://community.kde.org/Frameworks'
 license=('LGPL')
 depends=('knotifications' 'kiconthemes')
-makedepends=('extra-cmake-modules' 'python' 'kio')
+makedepends=('extra-cmake-modules' 'python')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
 md5sums=('16af94413983986c36a3a2b9279a3b7b')


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

2017-08-14 Thread Felix Yan
Date: Monday, August 14, 2017 @ 11:04:06
  Author: felixonmars
Revision: 302127

upgpkg: frameworkintegration 5.37.0-1

Upstream release

Modified:
  frameworkintegration/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-14 11:03:47 UTC (rev 302126)
+++ PKGBUILD2017-08-14 11:04:06 UTC (rev 302127)
@@ -4,7 +4,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=frameworkintegration
-pkgver=5.36.0
+pkgver=5.37.0
 pkgrel=1
 pkgdesc='Framework providing components to allow applications to integrate 
with a KDE Workspace'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 optdepends=('appstream-qt: dependency resolving via AppStream' 
'packagekit-qt5: dependency resolving via AppStream')
 groups=('kf5')
 
source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('345f6dc25d5f864aaeeffec8b5888c25b3248dcab16210c60663e2a65d1143e1'
+sha256sums=('aa8ca045ba97899b739077e07a961b9e402520a0abfcee8be90baa85251c9e5d'
 'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

 


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

2017-04-13 Thread Felix Yan
Date: Thursday, April 13, 2017 @ 21:15:58
  Author: felixonmars
Revision: 292841

upgpkg: frameworkintegration 5.33.0-1

Upstream release

Modified:
  frameworkintegration/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-13 21:15:16 UTC (rev 292840)
+++ PKGBUILD2017-04-13 21:15:58 UTC (rev 292841)
@@ -4,7 +4,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=frameworkintegration
-pkgver=5.32.0
+pkgver=5.33.0
 pkgrel=1
 pkgdesc='Framework providing components to allow applications to integrate 
with a KDE Workspace'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 optdepends=('appstream-qt: dependency resolving via AppStream' 
'packagekit-qt5: dependency resolving via AppStream')
 groups=('kf5')
 
source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('8a5ff514aaa73c4fbf616be45be9be9a2699d80c3409ccc749c8d07709635a08'
+sha256sums=('9486451785d16effba4f64a77fd98bc15a4bab87c53e82622f7b54780e968105'
 'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

 


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

2019-08-11 Thread Felix Yan via arch-commits
Date: Sunday, August 11, 2019 @ 08:51:39
  Author: felixonmars
Revision: 359552

upgpkg: frameworkintegration 5.61.0-1

Upstream release

Modified:
  frameworkintegration/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-11 08:51:33 UTC (rev 359551)
+++ PKGBUILD2019-08-11 08:51:39 UTC (rev 359552)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=frameworkintegration
-pkgver=5.60.0
+pkgver=5.61.0
 pkgrel=1
 pkgdesc='Framework providing components to allow applications to integrate 
with a KDE Workspace'
 arch=(x86_64)
@@ -14,7 +14,7 @@
 optdepends=('appstream-qt: dependency resolving via AppStream' 
'packagekit-qt5: dependency resolving via AppStream')
 groups=(kf5)
 
source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('c82600be42b1db398acf4059bde92b3449bb6e52fd0180e66b41060e185e4872'
+sha256sums=('a1a2bbb15d287b67643750cb5414ceb10c6583861dd5c00118010d409f106efb'
 'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

 


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

2018-01-12 Thread Antonio Rojas via arch-commits
Date: Friday, January 12, 2018 @ 22:10:04
  Author: arojas
Revision: 314647

packagekit-qt 1.0.0 rebuild

Modified:
  frameworkintegration/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-12 19:39:55 UTC (rev 314646)
+++ PKGBUILD2018-01-12 22:10:04 UTC (rev 314647)
@@ -1,19 +1,19 @@
-
 # $Id$
 # Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
 # Contributor: Andrea Scarpino 
 
 pkgname=frameworkintegration
 pkgver=5.41.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Framework providing components to allow applications to integrate 
with a KDE Workspace'
-arch=('x86_64')
+arch=(x86_64)
 url='https://community.kde.org/Frameworks'
-license=('LGPL')
-depends=('kpackage' 'knewstuff')
-makedepends=('extra-cmake-modules' 'python' 'appstream-qt' 'packagekit-qt5')
+license=(LGPL)
+depends=(kpackage knewstuff)
+makedepends=(extra-cmake-modules python appstream-qt packagekit-qt5)
 optdepends=('appstream-qt: dependency resolving via AppStream' 
'packagekit-qt5: dependency resolving via AppStream')
-groups=('kf5')
+groups=(kf5)
 
source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
 sha256sums=('bac0c93c65cb11d84a8526194cad43b5fcaeb1234622b64f8d854bc1fe84c7cc'
 'SKIP')
@@ -25,11 +25,11 @@
 
 build() {
   cd build
-  cmake ../${pkgname}-${pkgver} \
+  cmake ../$pkgname-$pkgver \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_LIBEXECDIR=lib \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
 -DBUILD_TESTING=OFF
   make
 }
@@ -36,5 +36,5 @@
 
 package() {
   cd build
-  make DESTDIR="${pkgdir}" install
+  make DESTDIR="$pkgdir" install
 }


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

2019-05-14 Thread Antonio Rojas via arch-commits
Date: Wednesday, May 15, 2019 @ 06:12:10
  Author: arojas
Revision: 353275

Update to 5.58.1

Modified:
  frameworkintegration/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-15 04:18:39 UTC (rev 353274)
+++ PKGBUILD2019-05-15 06:12:10 UTC (rev 353275)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=frameworkintegration
-pkgver=5.58.0
+pkgver=5.58.1
 pkgrel=1
 pkgdesc='Framework providing components to allow applications to integrate 
with a KDE Workspace'
 arch=(x86_64)
@@ -14,7 +14,7 @@
 optdepends=('appstream-qt: dependency resolving via AppStream' 
'packagekit-qt5: dependency resolving via AppStream')
 groups=(kf5)
 
source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('fe2449263d324bfbe43a9c6f50115fbe3b0628516d2b2010e6a9049ead3e7541'
+sha256sums=('30a9e6c4bde295a031f94ea622ce2324b8a98536f51f0a008b148ea11c44a274'
 'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

 


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

2019-05-25 Thread Antonio Rojas via arch-commits
Date: Saturday, May 25, 2019 @ 12:31:43
  Author: arojas
Revision: 354284

Update to 5.58.2

Modified:
  frameworkintegration/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-25 12:13:35 UTC (rev 354283)
+++ PKGBUILD2019-05-25 12:31:43 UTC (rev 354284)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=frameworkintegration
-pkgver=5.58.1
+pkgver=5.58.2
 pkgrel=1
 pkgdesc='Framework providing components to allow applications to integrate 
with a KDE Workspace'
 arch=(x86_64)
@@ -14,7 +14,7 @@
 optdepends=('appstream-qt: dependency resolving via AppStream' 
'packagekit-qt5: dependency resolving via AppStream')
 groups=(kf5)
 
source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('30a9e6c4bde295a031f94ea622ce2324b8a98536f51f0a008b148ea11c44a274'
+sha256sums=('ffd5ef5191bfa4810ae394303daf2ded6904cc3e5743b3e82f0c21e4a110053c'
 'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

 


[arch-commits] Commit in frameworkintegration/trunk (PKGBUILD fix_file_dialogs.patch)

2015-04-20 Thread Antonio Rojas
Date: Monday, April 20, 2015 @ 16:14:00
  Author: arojas
Revision: 237787

Fix patch

Modified:
  frameworkintegration/trunk/PKGBUILD
  frameworkintegration/trunk/fix_file_dialogs.patch

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-20 12:14:45 UTC (rev 237786)
+++ PKGBUILD2015-04-20 14:14:00 UTC (rev 237787)
@@ -4,7 +4,7 @@
 
 pkgname=frameworkintegration
 pkgver=5.9.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Framework providing components to allow applications to integrate 
with a KDE Workspace'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/frameworkintegration'
@@ -13,9 +13,8 @@
 makedepends=('extra-cmake-modules')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";
 'fix_file_dialogs.patch')
-
 md5sums=('5a40c112b997e3a30848374bf2a1ae6f'
- 'b37ac613e304bbfb984e659bc160bccb')
+ '89351a4b31f610bad9962693a1bd2b7e')
 
 prepare() {
   mkdir -p build

Modified: fix_file_dialogs.patch
===
(Binary files differ)


[arch-commits] Commit in frameworkintegration/trunk (PKGBUILD bug350758.patch)

2015-09-30 Thread Antonio Rojas
Date: Wednesday, September 30, 2015 @ 21:28:53
  Author: arojas
Revision: 247941

Fix random file dialog not showing up (KDEBUG#350758)

Added:
  frameworkintegration/trunk/bug350758.patch
Modified:
  frameworkintegration/trunk/PKGBUILD

-+
 PKGBUILD|   11 +-
 bug350758.patch |  245 ++
 2 files changed, 253 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-30 19:20:36 UTC (rev 247940)
+++ PKGBUILD2015-09-30 19:28:53 UTC (rev 247941)
@@ -4,7 +4,7 @@
 
 pkgname=frameworkintegration
 pkgver=5.14.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Framework providing components to allow applications to integrate 
with a KDE Workspace'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/frameworkintegration'
@@ -12,11 +12,16 @@
 depends=('kio' 'ttf-oxygen' 'libxcursor')
 makedepends=('extra-cmake-modules')
 groups=('kf5')
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('d5094cba8ca4d280d6e817d334fb2dc1')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";
 bug350758.patch)
+md5sums=('d5094cba8ca4d280d6e817d334fb2dc1'
+ '83e03a5a5f79de524e290b691efbbd77')
 
 prepare() {
   mkdir -p build
+
+# Fix file dialogs sometimes freezing applications 
https://bugs.kde.org/show_bug.cgi?id=350758
+  cd $pkgname-$pkgver
+  patch -p1 -i ../bug350758.patch
 }
 
 build() {

Added: bug350758.patch
===
--- bug350758.patch (rev 0)
+++ bug350758.patch 2015-09-30 19:28:53 UTC (rev 247941)
@@ -0,0 +1,245 @@
+From 6ae74671ca68e9444db618207d662ad5d1c16f31 Mon Sep 17 00:00:00 2001
+From: Weng Xuetian 
+Date: Wed, 30 Sep 2015 10:40:35 -0700
+Subject: [PATCH] Fix random file dialog not showing up problem.
+
+When using QDialog to implement QPlatformDialog there will be a issue,
+that QDialog will use a dummy invisible to make Qt aware that a modal
+dialog exists. But for our usecase, this invisible dialog will show up
+after our own qdialog and cause our dialog not accept any input.
+
+The original workaround is to hide our dialog and show it again, but
+this will hit QTBUG-48248 and our dialog will not show up at all
+randomly. To avoid this, we delegate the call to show() on our
+QDialog with a timer.
+
+BUG: 350758
+REVIEW: 125208
+---
+ autotests/kfiledialog_unittest.cpp| 10 +++
+ autotests/kfiledialogqml_unittest.cpp |  4 +++
+ src/platformtheme/kdeplatformfiledialogbase.cpp   | 16 ++-
+ src/platformtheme/kdeplatformfiledialogbase_p.h   |  5 
+ src/platformtheme/kdeplatformfiledialoghelper.cpp | 35 +++
+ src/platformtheme/kdeplatformfiledialoghelper.h   |  1 +
+ 6 files changed, 58 insertions(+), 13 deletions(-)
+
+diff --git a/autotests/kfiledialog_unittest.cpp 
b/autotests/kfiledialog_unittest.cpp
+index 0d4c816..6abd98a 100644
+--- a/autotests/kfiledialog_unittest.cpp
 b/autotests/kfiledialog_unittest.cpp
+@@ -92,6 +92,8 @@ private Q_SLOTS:
+ 
+ KFileWidget *fw = findFileWidget();
+ QVERIFY(fw);
++// real show() is delayed to next event.
++QTest::qWaitForWindowExposed(fw->window());
+ KDirOperator *op = fw->dirOperator();
+ QCOMPARE(fileViewToString(op->viewMode()), 
fileViewToString(KFile::Tree));
+ fw->setViewMode(KFile::Simple);
+@@ -120,6 +122,8 @@ private Q_SLOTS:
+ 
+ KFileWidget *fw = findFileWidget();
+ QVERIFY(fw);
++// real show() is delayed to next event.
++QTest::qWaitForWindowExposed(fw->window());
+ QCOMPARE(fw->isVisible(), true);
+ fw->slotCancel();
+ }
+@@ -133,6 +137,8 @@ private Q_SLOTS:
+ 
+ KFileWidget *fw = findFileWidget();
+ QVERIFY(fw);
++// real show() is delayed to next event.
++QTest::qWaitForWindowExposed(fw->window());
+ QCOMPARE(fw->isVisible(), true);
+ fw->slotCancel();
+ }
+@@ -147,6 +153,8 @@ private Q_SLOTS:
+ 
+ KFileWidget *fw = findFileWidget();
+ QVERIFY(fw);
++// real show() is delayed to next event.
++QTest::qWaitForWindowExposed(fw->window());
+ QCOMPARE(fw->isVisible(), true);
+ fw->slotCancel();
+ }
+@@ -160,6 +168,8 @@ private Q_SLOTS:
+ 
+ KFileWidget *fw = findFileWidget();
+ QVERIFY(fw);
++// real show() is delayed to next event.
++QTest::qWaitForWindowExposed(fw->window());
+ QCOMPARE(fw->isVisible(), true);
+ fw->slotCancel();
+ }
+diff --git a/autotests/kfiledialogqml_unittest.cpp 
b/autotests/kfiledialogqml_unittest.cpp
+index f805ef2..eb7

[arch-commits] Commit in frameworkintegration/trunk (PKGBUILD bug350758.patch)

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:24:03
  Author: fyan
Revision: 248812

upgpkg: frameworkintegration 5.15.0-1

KF 5.15.0

Modified:
  frameworkintegration/trunk/PKGBUILD
Deleted:
  frameworkintegration/trunk/bug350758.patch

-+
 PKGBUILD|   13 --
 bug350758.patch |  245 --
 2 files changed, 4 insertions(+), 254 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 10:23:55 UTC (rev 248811)
+++ PKGBUILD2015-10-10 10:24:03 UTC (rev 248812)
@@ -3,8 +3,8 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=frameworkintegration
-pkgver=5.14.0
-pkgrel=2
+pkgver=5.15.0
+pkgrel=1
 pkgdesc='Framework providing components to allow applications to integrate 
with a KDE Workspace'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/frameworkintegration'
@@ -12,16 +12,11 @@
 depends=('kio' 'ttf-oxygen' 'libxcursor')
 makedepends=('extra-cmake-modules')
 groups=('kf5')
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";
 bug350758.patch)
-md5sums=('d5094cba8ca4d280d6e817d334fb2dc1'
- '83e03a5a5f79de524e290b691efbbd77')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('1dd33272081ff78e40a26262a74e499a')
 
 prepare() {
   mkdir -p build
-
-# Fix file dialogs sometimes freezing applications 
https://bugs.kde.org/show_bug.cgi?id=350758
-  cd $pkgname-$pkgver
-  patch -p1 -i ../bug350758.patch
 }
 
 build() {

Deleted: bug350758.patch
===
--- bug350758.patch 2015-10-10 10:23:55 UTC (rev 248811)
+++ bug350758.patch 2015-10-10 10:24:03 UTC (rev 248812)
@@ -1,245 +0,0 @@
-From 6ae74671ca68e9444db618207d662ad5d1c16f31 Mon Sep 17 00:00:00 2001
-From: Weng Xuetian 
-Date: Wed, 30 Sep 2015 10:40:35 -0700
-Subject: [PATCH] Fix random file dialog not showing up problem.
-
-When using QDialog to implement QPlatformDialog there will be a issue,
-that QDialog will use a dummy invisible to make Qt aware that a modal
-dialog exists. But for our usecase, this invisible dialog will show up
-after our own qdialog and cause our dialog not accept any input.
-
-The original workaround is to hide our dialog and show it again, but
-this will hit QTBUG-48248 and our dialog will not show up at all
-randomly. To avoid this, we delegate the call to show() on our
-QDialog with a timer.
-
-BUG: 350758
-REVIEW: 125208

- autotests/kfiledialog_unittest.cpp| 10 +++
- autotests/kfiledialogqml_unittest.cpp |  4 +++
- src/platformtheme/kdeplatformfiledialogbase.cpp   | 16 ++-
- src/platformtheme/kdeplatformfiledialogbase_p.h   |  5 
- src/platformtheme/kdeplatformfiledialoghelper.cpp | 35 +++
- src/platformtheme/kdeplatformfiledialoghelper.h   |  1 +
- 6 files changed, 58 insertions(+), 13 deletions(-)
-
-diff --git a/autotests/kfiledialog_unittest.cpp 
b/autotests/kfiledialog_unittest.cpp
-index 0d4c816..6abd98a 100644
 a/autotests/kfiledialog_unittest.cpp
-+++ b/autotests/kfiledialog_unittest.cpp
-@@ -92,6 +92,8 @@ private Q_SLOTS:
- 
- KFileWidget *fw = findFileWidget();
- QVERIFY(fw);
-+// real show() is delayed to next event.
-+QTest::qWaitForWindowExposed(fw->window());
- KDirOperator *op = fw->dirOperator();
- QCOMPARE(fileViewToString(op->viewMode()), 
fileViewToString(KFile::Tree));
- fw->setViewMode(KFile::Simple);
-@@ -120,6 +122,8 @@ private Q_SLOTS:
- 
- KFileWidget *fw = findFileWidget();
- QVERIFY(fw);
-+// real show() is delayed to next event.
-+QTest::qWaitForWindowExposed(fw->window());
- QCOMPARE(fw->isVisible(), true);
- fw->slotCancel();
- }
-@@ -133,6 +137,8 @@ private Q_SLOTS:
- 
- KFileWidget *fw = findFileWidget();
- QVERIFY(fw);
-+// real show() is delayed to next event.
-+QTest::qWaitForWindowExposed(fw->window());
- QCOMPARE(fw->isVisible(), true);
- fw->slotCancel();
- }
-@@ -147,6 +153,8 @@ private Q_SLOTS:
- 
- KFileWidget *fw = findFileWidget();
- QVERIFY(fw);
-+// real show() is delayed to next event.
-+QTest::qWaitForWindowExposed(fw->window());
- QCOMPARE(fw->isVisible(), true);
- fw->slotCancel();
- }
-@@ -160,6 +168,8 @@ private Q_SLOTS:
- 
- KFileWidget *fw = findFileWidget();
- QVERIFY(fw);
-+// real show() is delayed to next event.
-+QTest::qWaitForWindowExposed(fw->window());
- QCOMPARE(fw->isVisible(), true);
- fw->slotCancel();
- }
-diff --git a/autotests/kfiledialogqml_unittest.cpp 
b/autotests/