summaryrefslogtreecommitdiffstats
path: root/mandriva/2010.2/other/style-wisdom/kde3-style-wisdom.spec
blob: 37a147176bafd505ecc6864c5bc4c7f3e553e123 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
%define oname   wisdom
Name:		kde3-style-%{oname}
Version:	0.5
Release:	%mkrel 3
Source:		http://kde-look.org/CONTENT/content-files/65140-%{oname}-%{version}.tar.bz2
Patch0:         fix_autotools.patch
Patch1:         kde-3.5.10-acinclude.patch
Summary:	KDE3 style based on Plastik and Serenity
URL:		http://kde-look.org/content/show.php/Wisdom?content=65140
License:	GPL
Group:		Graphical desktop/KDE3
BuildRequires:  kde3-macros
%if %mdkversion < 201000
BuildRequires:  autoconf <= 1:2.63
%else
BuildRequires:  autoconf >= 1:2.65
%endif
BuildRequires:  automake >= 1.6
BuildRequires:  %{_lib}xorg-x11-devel
BuildRequires:  kdelibs-devel
BuildRequires:  kdebase-devel
BuildRequires:  libpng-devel
BuildRequires:  qt3-devel
Requires:	kdelibs >= 3.5.9
Requires:	kdebase >= 3.5.9	
BuildRoot:	%{_tmppath}/%{name}-root

%description
Wisdom is a style for KDE 3.x based on Plastik and Serenity.

Here are the differences with Plastik:
- Windows XP-like arrows.
- Tree branches can be hidden.
- The kicker panel draws its one-pixel border in black.
- Panel 3D effects are lighter.
- Popup menus border follows the color scheme.
- Toolbar and menu separators are lighter.
- Other horizontal and vertical separators are removed.
- Group boxes are drawn in a Gnome-like look (i.e. without frame).
- Tab height is fixed: two pixels were missing.
- Focus is drawn with the highlight color. It is more discreet.
- The kdm login manager can be transparent.

%prep
%setup -q -n %{oname}-%{version}
%patch0 -p1
%patch1 -p1

%build

make -f admin/Makefile.common
%configure_kde3
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std


%clean
rm -rf $RPM_BUILD_ROOT

%if %mdkversion < 2009000
%post
/sbin/ldconfig

%postun
/sbin/ldconfig
%endif

%files
%defattr(-,root,root)
%_kde3_appsdir/kstyle/themes/*
%_kde3_libdir/*

%changelog
* Fri Jul 22 2011 Tim Williams <tim@my-place.org.uk> 0.5-3mvf2010.2
- Rebuild for Trinity

* Sat May 08 2010 Atilla ÖNTAŞ <atilla_ontas@mandriva.org> 0.5-2mvt2010.0
- fix buildrequires

* Tue Apr 20 2010 Atilla ÖNTAŞ <atilla_ontas@mandriva.org> 0.5-1mvt2010.0
+ Package for 2010.0 release