Kde-theme-tiblit.spec

Aus Fedorawiki.de

Wechseln zu: Navigation, Suche
Alt.png Dieser Artikel ist veraltet und Bedarf einer Aktualisierung.

Beschreibung

Name: kde-theme-tiblit
Version: 1.2
Homepage: http://kde-look.org/content/show.php?content=20798
Screenshot:(bei kde-look)
Download: (bei kde-look)
Besonderheiten:

SPEC

Name:           kde-theme-tiblit
Version:        1.2
Release:        1%{?dist}
Summary:        A theme for KDE

Group:          User Interface/Desktops
License:        GPL
URL:            http://kde-look.org/content/show.php?content=20798
Source0:        http://kde-look.org/content/files/20798-tiblit-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  xorg-x11-devel qt-devel kdelibs-devel
#Requires:       

%description
Tiblit is a KDE style focused on customization and 
experiments with modern human-computer interaction. 
My aim with the project is to create a highly 
customizable QT style that looks completely different 
than what is currently available.

%prep
%setup -qn tiblit-%{version} 


%build
%configure --disable-rpath
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc NEWS LICENSE THANKS
%{_libdir}/kde3/kstyle_tiblit_config.la
%{_libdir}/kde3/kstyle_tiblit_config.so
%{_libdir}/kde3/plugins/styles/tiblit.la
%{_libdir}/kde3/plugins/styles/tiblit.so
%{_datadir}/apps/kdisplay/color-schemes/Tiblit-Blue.kcsrc
%{_datadir}/apps/kdisplay/color-schemes/Tiblit-Coffee.kcsrc
%{_datadir}/apps/kdisplay/color-schemes/Tiblit-DarkAccents.kcsrc
%{_datadir}/apps/kdisplay/color-schemes/Tiblit-FadedRoyalty.kcsrc
%{_datadir}/apps/kdisplay/color-schemes/Tiblit-Geek.kcsrc
%{_datadir}/apps/kdisplay/color-schemes/Tiblit-Plastik.kcsrc
%{_datadir}/apps/kdisplay/styleconfs/tiblit_blue.kcmrc
%{_datadir}/apps/kdisplay/styleconfs/tiblit_coffee.kcmrc
%{_datadir}/apps/kdisplay/styleconfs/tiblit_darkaccents.kcmrc
%{_datadir}/apps/kdisplay/styleconfs/tiblit_fadedroyalty.kcmrc
%{_datadir}/apps/kdisplay/styleconfs/tiblit_geek.kcmrc
%{_datadir}/apps/kdisplay/styleconfs/tiblit_plastik.kcmrc
%{_datadir}/apps/kstyle/themes/tiblit.themerc


%changelog
* Fri Jul 29 2005 Sebastian Vahl <svahl@web.de> - 1.2-1
- Initial Release