Name: xfce4-wmdock-plugin Version: 0.2.0 Release: 1%{?dist} Summary: A plugin to use WindowMaker dockapps on the Xfce desktop Group: User Interface/Desktops License: GPLv2 URL: http://goodies.xfce.org/projects/panel-plugins/%{name} Source0: http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: xfce4-panel-devel >= 4.3.99.1, libxfcegui4-devel >= 4.3.90.2 BuildRequires: libwnck-devel >= 2.8.1 Requires: xfce4-panel >= 4.4.0 %description The WMdock plugin is a compatibility layer for running WindowMaker dockapps on the XFCE desktop. It integrates the dockapps into a panel, closely resembling the look and feel of the WindowMaker dock or clip, respectively. After adding the plugin to the panel you can start your dockapps from a terminal or the XFCE “Run Program...” dialog, WMdock will swallow them. The order of the dockaps can be changed in the panel's properties dialog. On your next XFCE session startup, WMdock will automatically come up with your dockapps as configured. %prep %setup -q %build %configure --disable-static make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT %post touch --no-create %{_datadir}/icons/hicolor || : if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi %postun touch --no-create %{_datadir}/icons/hicolor || : if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog README TODO %{_libexecdir}/xfce4/panel-plugins/%{name} %{_datadir}/xfce4/panel-plugins/*.desktop %{_datadir}/icons/hicolor/*/apps/xfce4-wmdock.png %changelog * Fri Jul 11 2008 Christoph Wickert - 0.2.0-1 - Update to 0.2.0 - BuildRequire libwnck-devel * Sun Nov 25 2007 Christoph Wickert - 0.1.6-1 - Initial Fedora package