[arch-commits] Commit in kdelibs/repos (3 files)

Pierre Schmitz pierre at archlinux.org
Mon Oct 12 02:55:54 UTC 2009


    Date: Sunday, October 11, 2009 @ 22:55:54
  Author: pierre
Revision: 55115

Merged revisions 55114 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/kdelibs/trunk

........
  r55114 | pierre | 2009-10-12 04:52:06 +0200 (Mo, 12 Okt 2009) | 1 line
  
  update patch
........

Modified:
  kdelibs/repos/extra-x86_64/	(properties)
  kdelibs/repos/extra-x86_64/PKGBUILD
  kdelibs/repos/extra-x86_64/konqueror_crash.patch

-----------------------+
 PKGBUILD              |    4 ++--
 konqueror_crash.patch |   14 ++++++++++++++
 2 files changed, 16 insertions(+), 2 deletions(-)


Property changes on: kdelibs/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /kdelibs/trunk:1-54345
   + /kdelibs/trunk:1-55114

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-10-12 02:52:06 UTC (rev 55114)
+++ extra-x86_64/PKGBUILD	2009-10-12 02:55:54 UTC (rev 55115)
@@ -3,7 +3,7 @@
 
 pkgname=kdelibs
 pkgver=4.3.2
-pkgrel=3
+pkgrel=4
 pkgdesc="KDE Core Libraries"
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -22,7 +22,7 @@
          '0f214b222bfb0327e7a2b6fb13756895'
          '18ea42696a7f41332a092d6ead7efc6a'
          'bc3053d898e24d6635f87166f419daf7'
-         'b4fe5fd918aa9b14519508dbbfc5a34a')
+         'd2286b98afd6c011e9cf633e333772c6')
 
 build() {
 	cd $srcdir/${pkgname}-${pkgver}

Modified: extra-x86_64/konqueror_crash.patch
===================================================================
--- extra-x86_64/konqueror_crash.patch	2009-10-12 02:52:06 UTC (rev 55114)
+++ extra-x86_64/konqueror_crash.patch	2009-10-12 02:55:54 UTC (rev 55115)
@@ -12,3 +12,17 @@
      d->m_view->m_part = 0;
    }
  
+Index: khtml/khtml_part.cpp
+===================================================================
+--- khtml/khtml_part.cpp	(Revision 1033983)
++++ khtml/khtml_part.cpp	(Revision 1033984)
+@@ -609,7 +609,8 @@
+ 
+   if ( d->m_view )
+   {
+-    widget()->hide();
++    if (widget())
++        widget()->hide();
+     d->m_view->m_part = 0;
+   }
+ 




More information about the arch-commits mailing list