Kde-theme-alloy.spec

Aus Fedorawiki.de

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

Beschreibung

Name: kde-theme-alloy
Version: 0.5.3
Homepage: http://kde-look.org/content/show.php?content=10605
Screenshot: (bei kde-look)
Download: (bei kde-look)
Besonderheiten:

SPEC

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

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

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

%description
A neat KDE 3.x style and KWin decoration based on the 
Java Alloy Look&Feel from Incors (http://www.incors.com). 

%prep
%setup -qn alloy-%{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 AUTHORS ChangeLog COPYING README TODO
%{_libdir}/kde3/kwin3_alloy.la
%{_libdir}/kde3/kwin3_alloy.so
%{_libdir}/kde3/kwin_alloy_config.la
%{_libdir}/kde3/kwin_alloy_config.so
%{_libdir}/kde3/plugins/styles/alloy.la
%{_libdir}/kde3/plugins/styles/alloy.so
%{_datadir}/apps/kdisplay/color-schemes/alloy.kcsrc
%{_datadir}/apps/kstyle/themes/alloy.themerc
%{_datadir}/apps/kwin/alloy.desktop


%changelog
* Sun Jul 31 2005 Sebastian Vahl <svahl@web.de> - 0.5.3-1
- Initial Release