[arch-commits] CVS update of extra/kde/kdelibs (PKGBUILD gmail.fix)

Tobias Powalowski tpowa at archlinux.org
Mon Aug 13 19:35:54 UTC 2007


    Date: Monday, August 13, 2007 @ 15:35:54
  Author: tpowa
    Path: /home/cvs-extra/extra/kde/kdelibs

   Added: gmail.fix (1.1)
Modified: PKGBUILD (1.83 -> 1.84)

'upgpgk: update to new gmail fix'


-----------+
 PKGBUILD  |   19 ++++++++++++++++---
 gmail.fix |   15 +++++++++++++++
 2 files changed, 31 insertions(+), 3 deletions(-)


Index: extra/kde/kdelibs/PKGBUILD
diff -u extra/kde/kdelibs/PKGBUILD:1.83 extra/kde/kdelibs/PKGBUILD:1.84
--- extra/kde/kdelibs/PKGBUILD:1.83	Tue Jul 31 20:45:35 2007
+++ extra/kde/kdelibs/PKGBUILD	Mon Aug 13 15:35:54 2007
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD,v 1.83 2007/08/01 00:45:35 travis Exp $
+# $Id: PKGBUILD,v 1.84 2007/08/13 19:35:54 tpowa Exp $
 # Contributor: Roman Kreisel <roman.kreisel at epost.de>
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=kdelibs
 pkgver=3.5.7
 kdever=3.5.7
-pkgrel=2
+pkgrel=4
 pkgdesc="KDE Core Libraries"
 arch=(i686 x86_64)
 url="http://www.kde.org"
@@ -31,7 +31,8 @@
 	xdg-icon-lookup.patch
 	kicker-crash.patch
 	kde-menu.patch
-	inotify.patch) 
+	inotify.patch
+	gmail.fix) 
 
 build() {
   # Source the QT and KDE profile
@@ -44,6 +45,8 @@
   patch -Np0 -i $startdir/src/applications.menu.patch || return 1
   patch -Np0 -i $startdir/src/kicker-crash.patch  || return 1
   patch -Np0 -i $startdir/src/inotify.patch || return 1
+  # fix gmail
+  patch -Np1 -i $startdir/src/gmail.fix || return 1
 
   # Replace dns-sd implementation with avahi implementation
   rm dnssd/*
@@ -87,3 +90,13 @@
          '091d05a08330372ddbaf5ef9d426be53'
          'e94aef45b5a59fe58c7cc085ab1dd3ae'
          '42d288e71fa0a886bc8882c198a27f2e')
+md5sums=('50ed644f2ec91963570fe2b155652957'
+         'b7b98e965960f2d55741a10070aa943d'
+         'a66270abcdd0dcb2e28d3b2464927ff6'
+         '6061c259247f56f0ede21deabfad2732'
+         '60ab1a486895d6c18ef334ec958c48d6'
+         'f7abfe849e5122dd01d6b8a884999da0'
+         '091d05a08330372ddbaf5ef9d426be53'
+         'e94aef45b5a59fe58c7cc085ab1dd3ae'
+         '42d288e71fa0a886bc8882c198a27f2e'
+         'd888793ff50dafb970f503e3ab6851b6')
Index: extra/kde/kdelibs/gmail.fix
diff -u /dev/null extra/kde/kdelibs/gmail.fix:1.1
--- /dev/null	Mon Aug 13 15:35:54 2007
+++ extra/kde/kdelibs/gmail.fix	Mon Aug 13 15:35:54 2007
@@ -0,0 +1,15 @@
+--- kdelibs-3.5.7/khtml/html/html_elementimpl.cpp 2007-05-18 10:48:33.000000000 +0200
++++ kdelibs-3.5.7/khtml/html/html_elementimpl.cpp 2007-05-18 10:50:36.000000000 +0200
+@@ -562,6 +562,13 @@
+ void HTMLElementImpl::setInnerHTML( const DOMString &html, int &exceptioncode )
+ {
++ // Works line innerText in Gecko
++ // ### test if needed for ID_SCRIPT as well.
++ if ( id() == ID_STYLE ) {
++ setInnerText(html, exceptioncode);
++ return;
++ }
++
+     DocumentFragment fragment = createContextualFragment( html );
+     if ( fragment.isNull() ) {
+         exceptioncode = DOMException::NO_MODIFICATION_ALLOWED_ERR;
\ No newline at end of file




More information about the arch-commits mailing list