commit kdeartwork3 for openSUSE:Factory

2012-12-14 Thread h_root
Hello community,

here is the log from the commit of package kdeartwork3 for openSUSE:Factory 
checked in at 2012-12-14 09:24:49

Comparing /work/SRC/openSUSE:Factory/kdeartwork3 (Old)
 and  /work/SRC/openSUSE:Factory/.kdeartwork3.new (New)


Package is kdeartwork3, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/kdeartwork3/kdeartwork3.changes  2012-12-07 
14:20:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdeartwork3.new/kdeartwork3.changes 
2012-12-14 09:24:52.0 +0100
@@ -4,0 +5 @@
+  (fix-kde1-style-buttons.patch)



Other differences:
--

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kdeartwork3 for openSUSE:Factory

2012-12-07 Thread h_root
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 kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/kdeartwork3/kdeartwork3.changes  2012-04-02 
11:23:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdeartwork3.new/kdeartwork3.changes 
2012-12-07 14:20:44.0 +0100
@@ -1,0 +2,5 @@
+Wed Dec  5 21:07:48 UTC 2012 - an...@opensuse.org
+
+- 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.0 +0100
+++ /var/tmp/diff_new_pack.vB4uFj/_new  2012-12-07 14:20:46.0 +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.0 +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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kdeartwork3 for openSUSE:Factory

2011-12-12 Thread h_root
Hello community,

here is the log from the commit of package kdeartwork3 for openSUSE:Factory 
checked in at 2011-12-12 16:57:00

Comparing /work/SRC/openSUSE:Factory/kdeartwork3 (Old)
 and  /work/SRC/openSUSE:Factory/.kdeartwork3.new (New)


Package is kdeartwork3, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/kdeartwork3/kdeartwork3.changes  2011-09-23 
02:05:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdeartwork3.new/kdeartwork3.changes 
2011-12-12 17:01:43.0 +0100
@@ -1,0 +2,5 @@
+Sun Dec 11 16:26:36 UTC 2011 - an...@opensuse.org
+
+- fix iKons icon theme
+
+---

New:

  ikons-fixed.tar.bz2



Other differences:
--
++ kdeartwork3.spec ++
--- /var/tmp/diff_new_pack.m9bkuj/_old  2011-12-12 17:01:59.0 +0100
+++ /var/tmp/diff_new_pack.m9bkuj/_new  2011-12-12 17:01:59.0 +0100
@@ -36,6 +36,7 @@
 Url:http://www.kde.org/
 Source: kdeartwork-%{version}.tar.bz2
 Source1:network_traffic.png
+Source2:ikons-fixed.tar.bz2
 Patch0: 3_5_BRANCH.diff
 
 %description
@@ -101,6 +102,10 @@
 
 %prep
 %setup -q -n kdeartwork-%{version}
+rm -rf ./IconThemes/ikons
+pushd IconThemes
+tar -xvf %{SOURCE2}
+popd
 %patch0
 . /etc/opt/kde3/common_options
 update_admin


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kdeartwork3 for openSUSE:Factory

2011-09-07 Thread h_root

Hello community,

here is the log from the commit of package kdeartwork3 for openSUSE:Factory
checked in at Wed Sep 7 17:59:31 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/kdeartwork3/kdeartwork3.changes
2011-09-07 14:26:45.0 +0200
@@ -0,0 +1,621 @@
+---
+Wed Sep  7 12:26:20 UTC 2011 - an...@opensuse.org
+
+- added a missing icon for Knemo indicator in Slick icon theme  
+
+---
+Wed Aug 20 18:28:32 CEST 2008 - co...@suse.de
+
+- update to KDE 3.5.10
+  * translation update, desktop files validate
+
+---
+Fri Apr 25 17:03:01 CEST 2008 - dmuel...@suse.de
+
+- add 3_5_BRANCH.diff
+  * translation update 
+
+---
+Wed Feb 13 23:29:57 CET 2008 - dmuel...@suse.de
+
+- update to 3.5.9:
+  * bugfixes, translation update 
+
+---
+Sat Jan  5 21:27:51 CET 2008 - stbin...@suse.de
+
+- remove wallpapers, they are same as in kdeartwork4-wallpapers
+
+---
+Thu Nov 22 18:31:21 CET 2007 - dmuel...@suse.de
+
+- fix build against gcc 4.3 (once again, as usual)
+
+---
+Tue Nov 13 17:56:29 CET 2007 - dmuel...@suse.de
+
+- remove samba related dependencies - they're not
+  needed as far as I can see. 
+
+---
+Tue Oct  9 14:46:49 CEST 2007 - stbin...@suse.de
+
+- update to 3.5.8: fix slideshow screensaver crash when Random 
+  Position is selected.
+
+---
+Sat Aug  4 19:00:12 CEST 2007 - stbin...@suse.de
+
+- add 3_5_BRANCH.diff
+
+---
+Thu Jun 21 14:28:14 CEST 2007 - stbin...@suse.de
+
+- run fdupes and kde_post_install
+
+---
+Mon May 14 23:23:24 CEST 2007 - stbin...@suse.de
+
+- update to 3.5.7: fix of one kscreensaver crash
+
+---
+Tue Jan 16 15:35:19 CET 2007 - stbin...@suse.de
+
+- update to 3.5.6 release:
+   * phase style bug fixes
+
+---
+Wed Nov  8 16:52:48 CET 2006 - stbin...@suse.de
+
+- remove historic Provides: (#218798)
+
+---
+Tue Oct 31 16:32:34 CET 2006 - co...@suse.de
+
+- add 3_5_BRANCH.diff (phase style fixes)
+
+---
+Tue Oct  3 10:32:51 CEST 2006 - stbin...@suse.de
+
+- update to 3.5.5 release tarball
+
+---
+Wed Aug 23 11:38:37 CEST 2006 - stbin...@suse.de
+
+- add 3_5_BRANCH.diff (dotnet style fixes)
+
+---
+Sun Jul 23 22:29:31 CEST 2006 - co...@suse.de
+
+- update to KDE 3.5.4:
+   * smaller fixes to icon themes (inheritage)
+
+---
+Tue Jun 20 08:31:56 CEST 2006 - stbin...@suse.de
+
+- fix build for  10.0
+
+---
+Fri Jun  2 19:28:03 CEST 2006 - stbin...@suse.de
+
+- update to 3.5 branch
+   * fixes missing icons with KDE classic icon theme (#181120)
+
+---
+Tue May 30 07:08:00 CEST 2006 - adr...@suse.de
+
+- fix build for openSUSE build service
+
+---
+Wed May 24 10:17:53 CEST 2006 - stbin...@suse.de
+
+- update to version 3.5.3
+   * smoothblend: Update mask when resizing or when show event occurs
+   * addition of missing icons to kdeclassic icon themes
+
+---
+Mon Mar 20 15:08:22 CET 2006 - stbin...@suse.de
+
+- update to version 3.5.2
+   * update kscreensaver for xscreensaver 4.23
+
+---
+Fri Mar 10 22:56:02 CET 2006 - co...@suse.de
+
+- adding xscreensaver 4.23 descriptions
+
+---
+Mon Jan 30 12:14:51 CET 2006 - stbin...@suse.de
+
+- update to 3.5 branch
+
+---
+Sat Jan 28 15:19:05 CET 2006 - co...@suse.de
+
+- move wallpapers to /usr/share/wallpapers
+
+---
+Wed Jan 25 21:33:02 CET 2006 - m...@suse.de
+
+- converted neededforbuild to BuildRequires
+