Idesk.spec
Aus Fedorawiki.de
Beschreibung
Name: idesk
Version: 0.7.5
Beschreibung: Desktop-Icons für Windowmanager
Homepage: http://idesk.sourceforge.net
Screenshot: http://idesk.sourceforge.net/wiki/index.php/Idesk-Screen
Download: http://prdownloads.sourceforge.net/idesk/idesk-0.7.5.tar.bz2
Besonderheiten:
SPEC
Name: idesk
Version: 0.7.5
Release: 1%{?dist}
Summary: Add desktop icons to minimalistic wm's
Group: User Interface/Desktops
License: other
URL: http://idesk.sourceforge.net/
Source0: http://belnet.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libX11-devel imlib2-devel
#Requires:
%description
iDesk gives users of minimal wm's icons on their desktop. The icon
graphics are either from a png or svg (vector) file and support
some eyecandy effects like transparency. Each icon can be confgured
to run one or more shell commands and the actions which run those
commands are completely configurable. In a nutshell if you want
icons on your desktop and you don't have or don't want KDE or
gnome doing it, you can use idesk.
%prep
%setup -q
%build
%configure
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 NEWS README TODO
%{_bindir}/idesk
%dir %{_datadir}/idesk/
%{_datadir}/idesk/*
%changelog
* Thu May 25 2006 Sebastian Vahl <svahl@web.de> - 0.7.5-1
- Initial Release