[Lunar-commits] <moonbase> kdelibs4: Adding a patch to fix a Plasma crash. I combined the two diff's from

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Sun May 8 03:30:54 CEST 2011


commit 3a0e61e395ded5ac6984bd6f0c320aaca63c6272
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Sat May 7 21:30:54 2011 -0400

    kdelibs4: Adding a patch to fix a Plasma crash. I combined the two diff's from
    
    https://projects.kde.org/projects/kde/kdelibs/repository/revisions/a8d16682c31ef523ffebba6e19283a19cd5f5627/diff/kdeui/icons/kiconengine_p.h
    https://projects.kde.org/projects/kde/kdelibs/repository/revisions/a8d16682c31ef523ffebba6e19283a19cd5f5627/diff/kdeui/icons/kiconengine.cpp
    
    See; https://bugs.kde.org/show_bug.cgi?id=258706
---
 kde4/base/kdelibs4/BUILD   |    2 ++
 kde4/base/kdelibs4/DETAILS |    3 +++
 2 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/kde4/base/kdelibs4/BUILD b/kde4/base/kdelibs4/BUILD
index f2272b4..65c7e66 100644
--- a/kde4/base/kdelibs4/BUILD
+++ b/kde4/base/kdelibs4/BUILD
@@ -1,5 +1,7 @@
 (
 
+  patch_it $SOURCE_CACHE/$SOURCE2 1 &&
+
   source /etc/profile.d/qt4.rc   &&
 
   OOSB_DIR="$SOURCE_DIRECTORY/$MODULE-build"  &&
diff --git a/kde4/base/kdelibs4/DETAILS b/kde4/base/kdelibs4/DETAILS
index 191f6bd..abfea94 100644
--- a/kde4/base/kdelibs4/DETAILS
+++ b/kde4/base/kdelibs4/DETAILS
@@ -2,9 +2,12 @@
            MAJOR=4.6
          VERSION=${MAJOR}.3
           SOURCE=kdelibs-$VERSION.tar.bz2
+         SOURCE2=kdelibs-4.6.3-QWeakPointer-01.diff
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdelibs-$VERSION
       SOURCE_URL=$KDE_URL/stable/$VERSION/src
+     SOURCE2_URL=$MIRROR_URL
       SOURCE_VFY=sha1:c7fb089c9d52a6b1d9188b9e788753373a3288e4
+     SOURCE2_VFY=sha1:e36bf2788fb9a51b8f281177b45c27e7782acef8
    MODULE_PREFIX=${KDE4_INSTALL_DIR:-/usr}
         WEB_SITE=http://www.kde.org
          ENTERED=20071026


More information about the Lunar-commits mailing list