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

Antonio Rojas arojas at archlinux.org
Mon Apr 20 06:51:52 UTC 2015


    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
===================================================================
--- PKGBUILD	2015-04-20 00:53:16 UTC (rev 237764)
+++ PKGBUILD	2015-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() {



More information about the arch-commits mailing list