Hello community, here is the log from the commit of package kdeartwork3 for openSUSE:Factory checked in at 2012-12-07 14:20:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kdeartwork3 (Old) and /work/SRC/openSUSE:Factory/.kdeartwork3.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kdeartwork3", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/kdeartwork3/kdeartwork3.changes 2012-04-02 11:23:46.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.kdeartwork3.new/kdeartwork3.changes 2012-12-07 14:20:44.000000000 +0100 @@ -1,0 +2,5 @@ +Wed Dec 5 21:07:48 UTC 2012 - [email protected] + +- fix button size for kde1 style so they fit in the titelbar by height + +------------------------------------------------------------------- New: ---- fix-kde1-style-buttons.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdeartwork3.spec ++++++ --- /var/tmp/diff_new_pack.vB4uFj/_old 2012-12-07 14:20:46.000000000 +0100 +++ /var/tmp/diff_new_pack.vB4uFj/_new 2012-12-07 14:20:46.000000000 +0100 @@ -32,6 +32,7 @@ Source2: ikons-fixed.tar.bz2 Patch0: 3_5_BRANCH.diff Patch1: sounds-license.patch +Patch2: fix-kde1-style-buttons.patch %description This package contains the KDE window manager and icon themes. @@ -78,6 +79,7 @@ popd %patch0 %patch1 -p1 +%patch2 -p1 . /etc/opt/kde3/common_options update_admin @@ -91,11 +93,7 @@ mkdir -p $RPM_BUILD_ROOT/opt/kde3/share/apps/kthememgr/Themes/ make DESTDIR=$RPM_BUILD_ROOT $INSTALL_TARGET mkdir -p $RPM_BUILD_ROOT/usr/share -%if %suse_version < 1031 -mv $RPM_BUILD_ROOT/opt/kde3/share/wallpapers $RPM_BUILD_ROOT/usr/share -%else rm -rf $RPM_BUILD_ROOT/opt/kde3/share/wallpapers -%endif # remove conflicting files rm $RPM_BUILD_ROOT/opt/kde3/share/icons/*/*/*/{bell,lskat,ktimemon,ktux,kspaceduel,gettext,kbabel,kspreadcalc}.png for i in $RPM_BUILD_ROOT/opt/kde3/share/applnk/System/ScreenSavers/*.desktop ; do @@ -128,9 +126,6 @@ /opt/kde3/share/icons/slick /opt/kde3/share/icons/kids /opt/kde3/share/emoticons -%if %suse_version < 1031 -/usr/share/wallpapers -%endif %files kscreensaver %defattr(-,root,root) ++++++ fix-kde1-style-buttons.patch ++++++ diff -wruN kdeartwork-3.5.10.orig/kwin-styles/kde1/kde1client.cpp kdeartwork-3.5.10/kwin-styles/kde1/kde1client.cpp --- kdeartwork-3.5.10.orig/kwin-styles/kde1/kde1client.cpp 2006-01-19 19:22:26.000000000 +0300 +++ kdeartwork-3.5.10/kwin-styles/kde1/kde1client.cpp 2012-12-06 00:34:54.058735294 +0400 @@ -283,7 +283,7 @@ button[n]->setMouseTracking( FALSE ); button[n]->setAutoRaise( TRUE ); button[n]->setFocusPolicy( QWidget::NoFocus ); - button[n]->setFixedSize( 20, 20 ); + button[n]->setFixedSize( 18, 18 ); } #if 0 // not sure what this is supposed to mean (and why) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
