Hello community, here is the log from the commit of package kdebase3 checked in at Fri May 19 16:49:22 CEST 2006. -------- --- KDE/kdebase3/kdebase3.changes 2006-05-17 16:57:52.000000000 +0200 +++ kdebase3/kdebase3.changes 2006-05-19 10:15:35.000000000 +0200 @@ -1,0 +2,5 @@ +Fri May 19 10:15:30 CEST 2006 - stbinner@suse.de + +- fix supplementary build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdebase3.spec ++++++ --- /var/tmp/diff_new_pack.wl07qj/_old 2006-05-19 16:46:21.000000000 +0200 +++ /var/tmp/diff_new_pack.wl07qj/_new 2006-05-19 16:46:21.000000000 +0200 @@ -37,7 +37,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build Url: http://www.kde.org/ Version: 3.5.2 -Release: 5 +Release: 7 %define kde_version 3.5.2 Source0: kdebase-%{kde_version}.tar.bz2 Source3: startkde.suse.sh @@ -307,7 +307,7 @@ Summary: Set and list fileshares Group: System/Management Version: 2.0 -Release: 85 +Release: 87 %description -n fileshareset This package contains the the fileshareset utility to allow users to @@ -712,10 +712,8 @@ /opt/kde3/bin/kblankscrn.kss /opt/kde3/bin/kbookmarkmerger /opt/kde3/bin/kcminit -%if %suse_version > 1000 /opt/kde3/bin/kcminit_startup /opt/kde3/%_lib/kde3/kcminit_startup.* -%endif /opt/kde3/bin/kcontrol* /opt/kde3/bin/kdeinstallktheme /opt/kde3/bin/kdepasswd @@ -1352,6 +1350,8 @@ %endif %changelog -n kdebase3 +* Fri May 19 2006 - stbinner@suse.de +- fix supplementary build * Mon May 15 2006 - stbinner@suse.de - update to KDE 3.5.2 and 3_5_BRANCH.diff * Klipper ++++++ mach_blass_legacy.diff ++++++ --- /var/tmp/diff_new_pack.wl07qj/_old 2006-05-19 16:46:24.000000000 +0200 +++ /var/tmp/diff_new_pack.wl07qj/_new 2006-05-19 16:46:24.000000000 +0200 @@ -3,8 +3,8 @@ @@ -34,6 +34,7 @@ #include <kuser.h> #include <kpixmap.h> - #include <kpixmapeffect.h> -+#include <kimageeffect.h> + #include <kimageeffect.h> ++#include <kpixmapeffect.h> #include <kdialog.h> #include <kseparator.h> @@ -18,7 +18,7 @@ KSMShutdownFeedback * KSMShutdownFeedback::s_pSelf = 0L; KSMShutdownFeedback::KSMShutdownFeedback() -@@ -54,30 +58,86 @@ +@@ -54,32 +58,86 @@ m_currentY( 0 ) { setBackgroundMode( QWidget::NoBackground ); @@ -111,8 +111,10 @@ - KPixmap pixmap; - pixmap = QPixmap::grabWindow( qt_xrootwin(), 0, m_currentY, width(), 10 ); -- pixmap = KPixmapEffect::fade( pixmap, 0.4, Qt::black ); -- pixmap = KPixmapEffect::toGray( pixmap, true ); +- QImage image = pixmap.convertToImage(); +- KImageEffect::blend( Qt::black, image, 0.4 ); +- KImageEffect::toGray( image, true ); +- pixmap.convertFromImage( image ); - bitBlt( this, 0, m_currentY, &pixmap ); - bitBlt( &m_root, 0, m_currentY, &pixmap ); - m_currentY += 10; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...
participants (1)
-
root@suse.de