Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > 32e019f1ae8035c047f2fb8af2192480 > files > 2

kde-style-tiblit-1.1-1mdk.src.rpm

%define base_name       kde-style
%define theme_name      tiblit
%define name            %{base_name}-%{theme_name}
%define version         1.1
%define release         1mdk
%define __libtoolize /bin/true
%define __cputoolize /bin/true


Name:                   %{name}
Version:                %{version}
Release:                %{release}
Summary:                Tiblit is a KDE style focused on customization
License:                GPL
Group:                  Graphical desktop/KDE
Source:                 20798-%{theme_name}-%{version}.tar.bz2
URL:                    http://kde-look.org/content/show.php?content=20798
BuildRequires:          kdelibs-devel
BuildRequires:          kdebase-devel
BuildRequires:          libpng-devel , jpeg-devel
BuildRequires:          qt3-devel
BuildRoot:              %{_tmppath}/%{name}-buildroot

Obsoletes: kde-theme-tiblit
Provides: kde-theme-tiblit


%description
Tiblit is a KDE style focused on customization. 
I found too many styles limited me to a small set of options 
and I wanted to do a bit more. 
From the time I saw one KDE-Look user make all of 
his menu icons transparent because he didn't want to see them, 
to trying different styles to get a nice dark look, 
I never found what I wanted. 
Then I looked at the ThinKeramik code.

%prep
rm -rf $RPM_BUILD_ROOT
%setup -n %{theme_name}-%{version}

%build


%configure --disable-debug --disable-warnings --disable-rpath

%make


%install
%makeinstall_std

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README 
%{_libdir}/kde3/kstyle_%{theme_name}_config.la
%{_libdir}/kde3/kstyle_%{theme_name}_config.so
%{_libdir}/kde3/plugins/styles/%{theme_name}.la
%{_libdir}/kde3/plugins/styles/%{theme_name}.so
%{_datadir}/apps/kstyle/themes/%{theme_name}.themerc
%{_datadir}/apps/kdisplay/color-schemes/*.kcsrc
%{_datadir}/apps/kdisplay/styleconfs/*.kcmrc

%changelog
* Mon Mar 07 2005 Sebastien Savarin <plouf@mandrake.org> 1.1-1mdk
- change package name kde-theme >> kde-style

* Mon Mar 07 2005 Sebastien Savarin <plouf@mandrake.org> 1.1-2mdk
- fix url in spec file thank to Fabrice FACORAT

* Sat Mar 05 2005 Sebastien Savarin <plouf@mandrake.org> 1.1-1mdk
- Initial Release.