File yast2-theme.spec of Package yast2-theme

#
# spec file for package yast2-theme (Version 2.17.13)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

# norootforbuild


Name:           yast2-theme
Version:        2.17.13
Release:        1
License:        GPL v2 or later
Group:          System/YaST
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
Source0:        yast2-theme-2.17.13.tar.bz2
Prefix:         /usr
BuildRequires:  fdupes hicolor-icon-theme pkg-config update-desktop-files yast2-devtools
BuildArch:      noarch
Summary:        YaST2 - Theme

%description
Contains the SuSE Linux theme for YaST2.



Authors:
--------
    Ken Wimer <wimer@suse.de>

%package openSUSE
License:        GPL v2 or later
Summary:        YaST2 - Theme (openSUSE)
Version:        2.17.13
Release:        1
Group:          System/YaST
Provides:       yast2_theme = %{version}
Provides:       yast2-theme-UnitedLinux
Provides:       yast2-theme-openSUSE-any
PreReq:         /bin/ln
Requires:       hicolor-icon-theme
Obsoletes:      yast2-theme-SuSELinux
Provides:       yast2-theme-SuSELinux
Obsoletes:      yast2-theme-UnitedLinux
Provides:       yast2-theme-UnitedLinux

%package openSUSE-Crystal
License:        GPL v2 or later
Summary:        YaST2 - Theme (openSUSE)
Version:        2.17.13
Release:        1
Group:          System/YaST
Provides:       yast2_theme = %{version}
Provides:       yast2-theme-openSUSE-any
PreReq:         /bin/ln yast2-theme-openSUSE

%package openSUSE-Oxygen
License:        GPL v2 or later
Summary:        YaST2 - Theme (openSUSE)
Version:        2.17.13
Release:        1
Group:          System/YaST
Provides:       yast2_theme = %{version}
Provides:       yast2-theme-openSUSE-any
PreReq:         /bin/ln yast2-theme-openSUSE
Conflicts:      yast2-theme-openSUSE-Crystal

%package SLE
License:        Other uncritical OpenSource License
Summary:        YaST2 - SLE Theme
Version:        2.17.13
Release:        1
Group:          System/YaST
Provides:       yast2_theme = %{version}
Provides:       yast2-theme-NLD = 0.4.5
Obsoletes:      yast2-theme-NLD <= 0.4.5
PreReq:         /bin/ln

%description openSUSE
This package contains the openSUSE theme for YaST2.



Authors:
--------
    Ken Wimer <wimer@suse.de>

%description openSUSE-Crystal
This package contains the openSUSE theme for YaST2.



Authors:
--------
    Ken Wimer <wimer@suse.de>

%description openSUSE-Oxygen
This package contains the openSUSE theme for YaST2.



Authors:
--------
    Ken Wimer <wimer@suse.de>

%description SLE
This package contains the YaST2 theme for the SUSE Linux Enterprise
Family.



Authors:
--------
    Ken Wimer <wimer@suse.de>
    Tuomas Kuosmanen <tigert@ximian.com>
    Jakub Steiner <jimmac@ximian.com>

%prep
%setup -n yast2-theme-2.17.13

%build
%{prefix}/bin/y2tool y2autoconf
%{prefix}/bin/y2tool y2automake
autoreconf --force --install
export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
%{?suse_update_config:%{suse_update_config -f}}
./configure --libdir=%{_libdir} --prefix=%{prefix} --mandir=%{_mandir}
make %{?jobs:-j%jobs}

%install
make install DESTDIR="$RPM_BUILD_ROOT"
[ -e "%{prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK" ] || Y2DIR="$RPM_BUILD_ROOT/usr/share/YaST2" make check DESTDIR="$RPM_BUILD_ROOT"
for f in `find $RPM_BUILD_ROOT/%{prefix}/share/applications/YaST2/ -name "*.desktop"` ; do
    d=${f##*/}
    %suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
done
cp -R "$RPM_BUILD_ROOT/%{prefix}/share/doc/packages/yast2-theme" "$RPM_BUILD_ROOT/%{prefix}/share/doc/packages/yast2-theme-openSUSE"
rm -rf "$RPM_BUILD_ROOT/%{prefix}/share/doc/packages/yast2-theme"
# ghost file (not packed in RPM but listed)
cd $RPM_BUILD_ROOT//usr/share/YaST2/theme/
rm -rf openSUSE-current
ln -sn openSUSE openSUSE-current
#
# make icons available to GNOME control center (hicolor theme)
# (bug #166008)
mkdir -p $RPM_BUILD_ROOT/usr/share/icons/hicolor/22x22/apps
mkdir -p $RPM_BUILD_ROOT/usr/share/icons/hicolor/32x32/apps
mkdir -p $RPM_BUILD_ROOT/usr/share/icons/hicolor/48x48/apps
mkdir -p $RPM_BUILD_ROOT/usr/share/icons/hicolor/64x64/apps
cd $RPM_BUILD_ROOT//usr/share/YaST2/theme/openSUSE-current/icons
for dir in 22x22 32x32 48x48 64x64; do
    cd $RPM_BUILD_ROOT//usr/share/YaST2/theme/openSUSE-current/icons/$dir/apps
    icons=$(ls *.png)
    cd $RPM_BUILD_ROOT/usr/share/icons/hicolor/$dir/apps
    for icon in $icons; do
        ln -s /usr/share/YaST2/theme/openSUSE-current/icons/$dir/apps/$icon .
    done
done
filelist=$(mktemp /tmp/fileListXXXXXX)
cd $RPM_BUILD_ROOT//usr/share/YaST2/theme/openSUSE
files=$(find . -type f)
for subtheme in Crystal Oxygen; do
  cd $RPM_BUILD_ROOT//usr/share/YaST2/theme/openSUSE-$subtheme
  for file in $files; do
    mkdir -p $(dirname "$file") || true
    if ! test -f "$file"; then
     ln -s /usr/share/YaST2/theme/openSUSE/$file $file
    fi
  done
done
%fdupes $RPM_BUILD_ROOT//usr/share/YaST2/theme

%clean
rm -rf "$RPM_BUILD_ROOT"
rm -rf $RPM_BUILD_ROOT//usr/share/YaST2/theme

%post openSUSE
cd /usr/share/YaST2/theme
if ! test -d openSUSE-Crystal && ! test -d openSUSE-Oxygen; then
  ln -snf openSUSE openSUSE-current
fi

%post openSUSE-Crystal
cd /usr/share/YaST2/theme
ln -snf openSUSE-Crystal openSUSE-current

%post openSUSE-Oxygen
cd /usr/share/YaST2/theme
ln -snf openSUSE-Oxygen openSUSE-current

%files openSUSE
%defattr(-,root,root)
%dir /usr/share/YaST2/theme
/usr/share/YaST2/theme/openSUSE
/usr/share/icons/hicolor/*/apps/*
%doc %{prefix}/share/doc/packages/yast2-theme-openSUSE
# ghost file (not packed in RPM but listed)
# remove the file when removing the RPM
%ghost /usr/share/YaST2/theme/openSUSE-current

%files openSUSE-Crystal
%defattr(-,root,root)
%dir /usr/share/YaST2/theme
/usr/share/YaST2/theme/openSUSE-Crystal

%files openSUSE-Oxygen
%defattr(-,root,root)
%dir /usr/share/YaST2/theme
/usr/share/YaST2/theme/openSUSE-Oxygen

%files SLE
%defattr(-,root,root)
%dir /usr/share/YaST2/theme
/usr/share/YaST2/theme/SLE
%changelog
* Fri Nov 28 2008 jimmac@jimmac.net
- SLE: make richtext headers readable. bug #446588
- 2.17.13
* Thu Nov 27 2008 jimmac@jimmac.net
- openSUSE: make sure both image backgrounds are RGB to avoid compositing
  issues (Discussed in bug #449150, some rendering artifacts still remain with
  indexed/greyscale PNGs).
* Wed Nov 19 2008 jimmac@gmail.com
- SLE: fix a label color for groups. bnc #446712
- 2.17.12
* Wed Nov 19 2008 jsrain@suse.cz
- fixed prefered openSUSE theme handling (bnc #444806)
- 2.17.11
* Thu Nov 13 2008 jimmac@novell.com
- SLE: fix tooltip background color. bug #442450
* Mon Nov 10 2008 coolo@suse.de
- update from Martin for oxygen
- 2.17.10
* Mon Nov 10 2008 jimmac@novell.com
- Qt doesn't like greyscale PNGs
* Fri Nov 07 2008 jimmac@novell.com
- SLE: dithered backgrounds to 16bit to avoid color banding
* Thu Nov 06 2008 locilka@suse.cz
- (jimmac) Fixed appearance of editable combo-boxes (bnc #440896).
- (jimmac) Added 16x16 Makefiles.
- 2.17.9
* Tue Nov 04 2008 jsrain@suse.cz
- fixed dependencies
- 2.17.8
* Tue Nov 04 2008 jsrain@suse.cz
- merged yast2-theme-SLE into one source package
- fixed openSUSE-current symlink handling (bnc #436052)
- 2.17.7
* Thu Oct 23 2008 coolo@suse.de
- update for Oxygen theme
- V 2.17.6
* Tue Oct 07 2008 sh@suse.de
- (jimmac) Fixed bnc #427923: Distro uses openSUSE 11.0 branding
- V 2.17.5
* Wed Sep 24 2008 gs@suse.de
- icons for new module yast2-audit-laf added
- 2.17.4
* Thu Sep 11 2008 jsrain@suse.cz
- adapted to existence of yast2-branding packages (fate #301794)
- 2.17.3
* Fri Aug 22 2008 sschober@suse.de
- added missing 22x22 yast2 group icons
- 2.17.2
* Wed Aug 06 2008 aschnell@suse.de
- icons for new expert partitioner
- 2.17.1
* Fri Jul 11 2008 locilka@suse.cz
- Added msg_question.png to all 32x32.
* Wed Jun 04 2008 sh@suse.de
- Added Martin Schlander's new Oxygen icons (bnc #397020):
  - yast-casa
  - yast-checkmedia
  - yast-host
  - yast-ntp-client
  - yast-squid
  - yast-system
- V 2.16.38
* Tue Jun 03 2008 jsrain@suse.cz
- added icons for yast-squid (bnc #392940)
- 2.16.37
* Mon Jun 02 2008 sh@suse.de
- (coolo) Fixed bnc #395699: Wizard side bar too narrow in Korean
- V 2.16.36
* Fri May 30 2008 sh@suse.de
- Added icons for yast-casa (bnc #384744)
- V 2.16.35
* Thu May 29 2008 sh@suse.de
- Moved 48x48/yast2-casa-ats to correct directory (bnc #384744)
- V 2.16.34
* Wed May 28 2008 sh@suse.de
- Added yast-casa-ats icons (bnc #384744)
- V 2.16.33
* Tue May 27 2008 dmacvicar@suse.de
- fix text color broken in previous changes.
- V 2.16.32
* Mon May 26 2008 coolo@suse.de
- revert half of the last change
* Mon May 26 2008 dmacvicar@suse.de
- fix QTextBrowser have white text due to
  QWidget setting color to white. (bnc#389739)
- V 2.16.31
* Mon May 26 2008 coolo@suse.de
- fixing contrast of green and blue (bnc#373162)
- V 2.16.30
* Wed May 21 2008 coolo@suse.de
- Several color fixes in the stylesheet (bnc#375177)
- V 2.16.29
* Fri May 16 2008 sh@suse.de
- Fixed bnc #374704: Missing icons in wizard
  No longer actively suppressing the DialogIcon widget
- V 2.16.28
* Tue May 06 2008 sh@suse.de
- Fixed bnc #384761: Typos in filenames (patten -> pattern)
- V 2.16.27
* Mon May 05 2008 coolo@suse.de
- style horizontal sliders too
- fully styled vertical slider
- add some padding to the text boxes. Looked too crammed
- V 2.16.26
* Tue Apr 29 2008 coolo@suse.de
- Oxygen update by Martin
- V 2.16.25
* Mon Apr 28 2008 sh@suse.de
- Added yast.png icon for yast2-controlcenter in all themes
  (bnc #144694)
* Tue Apr 22 2008 coolo@suse.de
- adding a kde4 icon
* Thu Apr 17 2008 coolo@suse.de
- overwrite the red color - does not fit well on gray
* Wed Apr 16 2008 locilka@suse.cz
- Added pattern-xfce (bnc #377584).
- V 2.16.21
* Wed Apr 16 2008 coolo@suse.de
- last minute fixes by jimmac
- V 2.16.20
* Sun Apr 13 2008 coolo@suse.de
- fixed groupbox text color (bnc#378694)
- V 2.16.19
* Fri Apr 11 2008 coolo@suse.de
- several fixes
* Fri Apr 04 2008 tgoettlicher@suse.de
- fixed frame style of rich text widget (bnc #369685)
* Mon Mar 10 2008 coolo@suse.de
- adding 0.2 of yast2-oxygen
- several theme changes from Jimmac
- V. 2.16.17
* Wed Mar 05 2008 coolo@suse.de
- replace default style with a light version and
  only use the heavy one during installation
* Tue Mar 04 2008 coolo@suse.de
- making radiobuttons visible
* Mon Mar 03 2008 coolo@suse.de
- another iteration on non-white foregrounds
* Fri Feb 22 2008 coolo@suse.de
- combobox look better if not white-white too
* Thu Feb 21 2008 coolo@suse.de
- trying to make some widgets visible
* Tue Feb 19 2008 coolo@suse.de
- several fixes from Jakub
- V 2.16.13
* Fri Feb 15 2008 coolo@suse.de
- Jakub couldn't stand my ugly designer caps - YEAH!
- V 2.16.12
* Wed Feb 13 2008 visnov@suse.de
- add icon for system users
* Tue Feb 12 2008 tgoettlicher@suse.de
- reverted last change
- V 2.16.11
* Mon Feb 11 2008 tgoettlicher@suse.de
- fixed themes (bnc #359720)
- V 2.16.10
* Thu Jan 31 2008 coolo@suse.de
- fixing colour palette
- V 2.16.9
* Wed Jan 30 2008 coolo@suse.de
- updates to the themeing
- V 2.16.8
* Sun Jan 27 2008 coolo@suse.de
- made more widgets green after Jiri complained
- V 2.16.7
* Wed Jan 23 2008 coolo@suse.de
- update worldmap with a one generated from marble (author tackat)
- V 2.16.6
* Tue Jan 22 2008 kmachalkova@suse.cz
- Icons from yast2-apparmor moved here
- 2.16.5
* Sat Jan 05 2008 coolo@suse.de
- also set a color for a disabled push button (#350794)
- V 2.16.4
* Mon Dec 24 2007 coolo@suse.de
- rework openSUSE-Crystal to rely on openSUSE theme for common files
- V 2.16.3
* Wed Dec 19 2007 coolo@suse.de
- adding some padding also to the non-steps layout
- V 2.16.2
* Tue Dec 18 2007 coolo@suse.de
- moving wizard theming from qt to theme
* Tue Dec 18 2007 coolo@suse.de
- Adding worldmap
- V 2.16.1
* Mon Sep 24 2007 tgoettlicher@suse.de
- Added pattern icons (#216557)
- V 2.15.14
* Mon Sep 03 2007 sh@suse.de
- Added animations in GIF format, too so even yast2-gtk can play them
- V 2.15.13
* Mon Sep 03 2007 sh@suse.de
- Added animations (for bug #296945: Busy indicator)
- V 2.15.12
* Mon Sep 03 2007 sh@suse.de
- V 2.15.11
- (sreeves@novell.com) exchanged icon for YaST2 control center
  (bug #8097)
* Wed Aug 29 2007 tgoettlicher@suse.de
- removed title-bar-gradient.png
- r40565
- V 2.15.10
* Wed Aug 22 2007 jsrain@suse.cz
- added missing icons for VM management (#301016)
- 2.15.8
* Tue Aug 14 2007 jsuchome@suse.cz
- added icons for fingerprint-reader, live installation (#299751)
- changed icon for language
- 2.15.7
* Fri Aug 03 2007 jsrain@suse.cz
- added icons for Kiwi and SSH server
- V 2.15.6
* Fri Aug 03 2007 sh@suse.de
- V 2.15.5
- Fixed bug #294170: Missing icons for vm_install
* Tue Jul 03 2007 locilka@suse.cz
- Created identical copy of yast2-theme-openSUSE under the name
  yast2-theme-openSUSE-Crystal (FATE #301304). The old theme will
  use Tango and the new one Crystal iconsets.
- Initially NLD-theme was used for yast2-theme-openSUSE.
- V 2.15.4
* Fri Jun 15 2007 dmueller@suse.de
- hardlink theme files that are duplicate
* Mon Apr 30 2007 ro@suse.de
- specify provides for yast2_theme more closely
  (needed for hack in yast2-sudo working around 253001)
* Wed Apr 18 2007 juhliarik@suse.cz
- Added ftp-server icons
- V 2.15.3
* Mon Mar 05 2007 jsrain@suse.cz
- added yast2-isns icons
* Thu Feb 22 2007 sh@suse.de
- Added default icon for y2cc groups: yast-default-group.png
- V 2.15.2
* Wed Feb 21 2007 sh@suse.de
- Fixed bug #247294: Icons cause RPM file conflicts
  * Enforced consistent yast- prefix for icons
  * Removed obsolete icons without yast- prefix
  (no longer in use in any .desktop file or YCP code)
- V 2.15.1
* Thu Dec 07 2006 locilka@suse.cz
- Moving License and Installation Mode icons from 22x22/ to
  22x22/apps/ directory (#237359).
- V 2.15.0
* Fri Nov 10 2006 sh@suse.de
- Merged SLE-10-SP1-Branch to trunk (-r31627:34248)
- V 2.14.1
* Wed Oct 18 2006 locilka@suse.cz
- Reverting the previous change on AJ's request.
- 2.13.16
* Mon Oct 02 2006 locilka@suse.cz
- Modified openSUSE theme to use Tango iconset (FATE #301304).
- 2.13.15
* Tue Sep 19 2006 locilka@suse.cz
- Added yast-desktop-select icon (taken from yast-x11)
- 2.13.14
* Thu Sep 14 2006 sh@suse.de
- Renamed subpackage yast2-theme-SuSELinux to yast2-theme-openSUSE
- V 2.13.13
* Fri Sep 08 2006 kmachalkova@suse.cz
- Added missing 22x22 yast-dns icon (partly #203816)
- 2.13.12
* Wed Sep 06 2006 locilka@suse.cz
- Added icons for License Agreement dialog.
- 2.13.11
* Tue Sep 05 2006 locilka@suse.cz
- Added icons for Installation Mode, yast-inst-mode (#200811)
- 2.13.10
* Fri Aug 18 2006 kmachalkova@suse.cz
- new icon for sudo (#197532)
- 2.13.9
* Wed Jul 12 2006 jsuchome@suse.cz
- new icon for ldap browser (#188165)
- 2.13.8
* Wed Apr 19 2006 sh@suse.de
- Made icons available for GNOME hicolor theme (bug #166008)
- V 2.13.7
* Mon Apr 10 2006 cihlarov@suse.cz
- Added yast-addon icons (bug #154930)
- V 2.13.6
* Mon Mar 27 2006 sh@suse.de
- Expanded old yast2-devel-packages macro in BuildRequires
- V 2.13.5
* Fri Mar 24 2006 jdsn@suse.de
- new icon for product registration (blocker: #160293)
- 2.13.4
* Tue Feb 21 2006 mzugec@suse.cz
- #15228 slp -> slp-server
* Tue Feb 07 2006 mzugec@suse.cz
- added icons for iscsi-server and iscsi-client
* Tue Jan 24 2006 mzugec@suse.cz
- added icons for yast2-release-notes
* Tue Sep 06 2005 sh@suse.de
- Exchanged KDE icon (bug #115312)
- Added icons for new installation dialogs (license, mode, desktop)
- V 2.12.7
* Mon Aug 29 2005 jsuchome@suse.cz
- fixed control-center icon for users (#113770)
- 2.12.6
* Fri Aug 05 2005 jsrain@suse.cz
- added screenshots of KDE and GNOME desktops
- 2.12.5
* Wed Jul 20 2005 sh@suse.de
- Added large icons for desktop selection (gnome.png, kde.png)
- V 2.12.4
* Tue Jul 05 2005 sh@suse.de
- Added wallpapers/ dir and wallpapers/welcome.jpg
- V 2.12.3
* Tue Jun 07 2005 sh@suse.de
- Added missing 32x32 icons
- Added transparent border to 32x32 group icons
- V 2.12.2
* Tue Apr 05 2005 sh@suse.de
- Merged 9.3 branch 21937:22172 to trunk
- V 2.12.1
* Wed Mar 02 2005 sh@suse.de
- Starting to introduce consistent naming policy: yast2-<module-name>
- Renamed source.png -> yast2-inst-source.png
- Added yast2-media-check.png
- V 2.11.2
* Mon Feb 07 2005 sh@suse.de
- Added icons for standard popups
- V 2.11.1
* Wed Sep 29 2004 sh@suse.de
- V 2.10.5
- Fixed 22x22 icon names: #46326, #46327, #46322
* Wed Sep 29 2004 sh@suse.de
- V 2.10.4
- Fixed bug #46320: Wrong 22x22 icon name for dhcp-server
- Fixed bug #46321: Wrong 22x22 icon name for dns-server
* Mon Sep 13 2004 jsrain@suse.cz
- changed logo for the test page
- 2.10.3
* Wed Sep 01 2004 sh@suse.de
- Added irda icons by Ken
- V 2.10.2
* Tue Aug 31 2004 sh@suse.de
- Added bluetooth icons by Ken
- V 2.10.1
* Sat Aug 14 2004 nashif@suse.de
- Merged changes from 9.1
- 2.10.0
* Sun May 09 2004 schwab@suse.de
- Fix %%post.
* Wed May 05 2004 sh@suse.de
- V 2.9.13
- Not only obsolete, also provide yast2-theme-UnitedLinux (bug #38502)
* Wed Apr 28 2004 sh@suse.de
- V 2.9.12
- Added some new icons by ken
- Moved zfcp / dasd icons to correct subdir
- Obsolete yast2-theme-UnitedLinux (bug #38502)
* Tue Apr 27 2004 sh@suse.de
- V 2.9.11
- Added icons for S/390 zfcp and dasd (bug #39514)
* Sun Apr 18 2004 nashif@suse.de
- Added missing icons: wol,instserver,autoyast
- V 2.9.10
* Mon Apr 05 2004 sh@suse.de
- V 2.9.9
- (nashif) Fixed bug #38380: Added missing icon for SLP browser
* Sat Apr 03 2004 nashif@suse.de
- added tree button icon
- added missing rc_config icon
* Fri Apr 02 2004 sh@suse.de
- License change to GPL
* Fri Apr 02 2004 sh@suse.de
- V 2.9.7
- Light grey / white logos (no more blue in the logos)
* Thu Apr 01 2004 sh@suse.de
- V 2.9.6
- New steel grey background and grey blue logos
  (will get some more tweaking, but way better than screaming green)
* Tue Mar 30 2004 adrian@suse.de
- add 32x32 icons
* Fri Mar 26 2004 sh@suse.de
- V 2.9.5
- Exchanged title bar logos (Ken)
* Thu Mar 25 2004 sh@suse.de
- V 2.9.4
- Provide same title images like for wizard also for control-center
* Tue Mar 23 2004 sh@suse.de
- V 2.9.3
- Moved icons from yast2-control-center to this package
- Imported 22x22 icons for wizard headings (by Ken)
- Moved old module icons to separate 48x48 subdir
* Mon Mar 22 2004 sh@suse.de
- V 2.9.2
- New green theme by Ken
* Wed Mar 10 2004 sh@suse.de
- V 2.9.1
- Completely new pics for completely new wizard
* Wed Dec 03 2003 jsrain@suse.de
- added theme-specific parts of printer test page (#21661)
- 2.9.0
* Fri Aug 01 2003 arvin@suse.de
- fixed spec file so that autobuild can increases release number
* Thu Jun 12 2003 msvec@suse.cz
- correct neededforbuild
- 2.8.2
* Mon Jun 09 2003 msvec@suse.de
- correctly package documentation
- 2.8.1
* Tue Mar 11 2003 sh@suse.de
- V 2.7.1
- New image for active step with correct background color (Ken)
* Wed Oct 02 2002 cschum@suse.de
- Added headers for YOU.
* Thu Sep 05 2002 arvin@suse.de
- yast2-theme contains two subpackages yast2-theme-SuSELinux
  and yast2-theme-UnitedLinux
* Mon Sep 02 2002 sh@suse.de
- V 2.6.6
- New images from wimer@suse.de: Consistent colors
* Thu Aug 29 2002 sh@suse.de
- V 2.6.5
- New images from wimer@suse.de: Grey style
* Fri Jul 19 2002 sh@suse.de
- V 2.6.4
- made image names more consistent for easier OEM logo handling
* Mon Jul 08 2002 arvin@suse.de
- now really added images from wizard
* Sun Jul 07 2002 arvin@suse.de
- added images from wizard
* Thu Jul 04 2002 arvin@suse.de
- move non binary file from /usr/lib/YaST2 to /usr/share/YaST2
* Mon Jul 01 2002 arvin@suse.de
- new package with theme able images for YaST2
openSUSE Build Service is sponsored by