File kwin-decor-suse2.spec of Package kwin-decor-suse2
#
# spec file for package kwin-decor-suse2 (Version 0.4.1)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: kwin-decor-suse2
Url: http://www.gerdfleischer.de/kwin-decor-suse2/
BuildRequires: kdebase3-devel
License: GPL v2 or later
Group: System/GUI/KDE
Summary: The Window Decoration of SUSE - improved
Version: 0.4.1
Release: 52
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: %name-%version.tar.bz2
Source1: po.tar.bz2
Patch0: kwin-decor-suse2-suse.diff
Patch1: fix-button-support-override.diff
%description
This is the improved version of the standard SUSE KDE window
decoration.
Authors:
--------
Adrian Schroeter <adrian@suse.de>
Sandro Giessl <ceebx@users.sourceforge.net>
Rik Hemsley (rikkus) <rik@kde.org>
Gerd Fleischer <gerdfleischer@web.de>
%prep
%setup -q
tar xf %SOURCE1
%patch0
%patch1
. /etc/opt/kde3/common_options
update_admin --no-unsermake
%build
. /etc/opt/kde3/common_options
./configure $configkde --disable-final
cp -a extra/kroete.png src/titlebar_decor.png
do_make %{?jobs:-j %jobs}
%install
. /etc/opt/kde3/common_options
do_make DESTDIR=$RPM_BUILD_ROOT $INSTALL_TARGET
rm -rf $RPM_BUILD_ROOT/opt/kde3/share/apps/kdisplay/color-schemes/SUSE2.kcsrc
%find_lang kwin_SUSE2
%clean
rm -rf $RPM_BUILD_ROOT
%files -f kwin_SUSE2.lang
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog README TODO
/opt/kde3/%_lib/kde3/kwin3_SUSE2.la
/opt/kde3/%_lib/kde3/kwin3_SUSE2.so
/opt/kde3/%_lib/kde3/kwin_SUSE2_config.la
/opt/kde3/%_lib/kde3/kwin_SUSE2_config.so
/opt/kde3/share/apps/kwin/SUSE2.desktop
/opt/kde3/share/apps/kwin/pics/titlebar_decor.png
%changelog
* Fri Nov 02 2007 - dmueller@suse.de
- fix some configure buttons being greyed out (#338363)
* Wed Aug 22 2007 - dmueller@suse.de
- fix 10.3 regression on inactive buttons (#298880)
* Mon Aug 20 2007 - dmueller@suse.de
- fix icon colors (#298880)
* Mon Aug 06 2007 - dmueller@suse.de
- update to 0.4.1:
* patches upstreamed
* drawing fixes
* fadeout effect for the window title
* Fri Nov 24 2006 - dmueller@suse.de
- remove conflicting color scheme file (#223527)
* Thu Nov 23 2006 - dmueller@suse.de
- translation update
- fix slightly strange button color in strange color schemes (#223209)
* Tue Nov 07 2006 - dmueller@suse.de
- translation update
* Fri Nov 03 2006 - dmueller@suse.de
- update to 0.4.0:
* upstream release, added option to go back to old style
* Thu Oct 26 2006 - dmueller@suse.de
- update to -r599285 (#214253)
* Thu Oct 12 2006 - dmueller@suse.de
- typo fix
* Thu Oct 05 2006 - dmueller@suse.de
- Initial package (0.3.5 + SVN)