Taskbar2.spec
Aus Fedorawiki.de
| |
Dieser Artikel ist veraltet und Bedarf einer Aktualisierung. |
Beschreibung
Name: taskbar2
Version: 0.7
Beschreibung: Ersatz für die Taskbar von KDE mit Transparenz und Vorschau
Homepage: http://www.uni-weimar.de/~wolff3/index_taskbar.html
Screenshot: http://cdcollect.sourceforge.net/screenshots.php
Download: http://www.uni-weimar.de/~wolff3/kdelook/mtaskbar-0.7.tar.bz2
Besonderheiten:
SPEC
Name: taskbar2
Version: 0.7
Release: 1%{?dist}
Summary: Taskbar2 is an enhanced taskbar for KDE's kicker
Group: User Interface/Desktops
License: GPL
URL: http://www.uni-weimar.de/~wolff3/index_taskbar.html
Source0: http://www.uni-weimar.de/~wolff3/kdelook/mtaskbar-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: xorg-x11-devel qt-devel kdelibs-devel
#Requires:
%description
TaskBar v2 is an open source program for the Linux/X11
KDE desktop environment. It is a modified TaskBar for
the KDE 3.3 kicker panel which supports thumbnail images
of application windows, transparency on (semi) transparent
panels and a few other features to beatifulize the kicker
panel without loosing convenient functionality.
%prep
%setup -qn mtaskbar-%{version}/mtaskbar/
%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 ChangeLog COPYING
%{_libdir}/libmtaskbar.la
%{_libdir}/libmtaskbar.so
%{_datadir}/apps/kicker/applets/mtaskbar.desktop
%changelog
* Fri Jul 29 2005 Sebastian Vahl <svahl@web.de> - 0.7-1
- Initial Release