Browse Source

update: xfce4-clipman-plugin
NEW: xfce4-{quicklauncher, weather, xkb}-plugin


git-svn-id: http://trac.vinelinux.org/repos/projects/specs@3939 ec354946-7b23-47d6-9f5a-488ba84defc7

inagaki 14 years ago
parent
commit
c683bbccdd

+ 6 - 1
x/xfce4-clipman-plugin/xfce4-clipman-plugin-vl.spec

@@ -2,7 +2,7 @@ Name: 		xfce4-clipman-plugin
 Summary:        Clipboard manager plugin for the Xfce panel
 Summary(ja):    Xfce パネル用クリップボード管理プラグイン
 Version:        1.1.3
-Release: 	1%{?_dist_release}
+Release: 	2%{?_dist_release}
 
 Group: 		User Interface/Desktops
 License:	GPLv2+
@@ -40,7 +40,9 @@ xfce4-clipman は Xfce パネル用のクリップボード履歴管理プラグ
 %prep
 %setup -q
 %patch0 -p1 -b .null-value
+%if %{?_dist_release} != "vl5"
 %patch1 -p1 -b .exo-build
+%endif
 
 %build
 %configure --disable-static
@@ -96,6 +98,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_datadir}/xfce4/panel-plugins/%{name}.desktop
 
 %changelog
+* Sun May 22 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.1.3-2
+- do not apply Patch1 on Vine Linux 5
+
 * Sun May 22 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.1.3-1
 - updated to 1.1.3
 - added Patch1 from Fedora for building with new libexo

+ 142 - 0
x/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-vl.spec

@@ -0,0 +1,142 @@
+%global minor_version 1.9
+
+Name:           xfce4-quicklauncher-plugin
+Summary:        Quicklauncher plugin for the Xfce panel
+Summary(ja):    Xfce パネル用クイックランチャープラグイン
+Version:        1.9.4
+Release:        10%{?_dist_release}
+
+Group:          User Interface/Desktops
+License:        GPLv2+
+URL:            http://goodies.xfce.org/projects/panel-plugins/%{name}
+
+Source0:        http://archive.xfce.org/src/panel-plugins/%{name}/%{minor_version}/%{name}-%{version}.tar.bz2
+# http://bugzilla.xfce.org/show_bug.cgi?id=7015
+Patch1:         %{name}-1.9.4-xfce4-panel-4.7.patch
+# make new apps appear on the correct X screen
+# http://bugzilla.xfce.org/show_bug.cgi?id=4323
+Patch2:         %{name}-1.9.4-fix-multiscreen.patch
+# apply settings without restart
+# http://bugzilla.xfce.org/show_bug.cgi?id=3782
+Patch3:         %{name}-1.9.4-save-settings.patch
+# plugin speaks french if no translations are found
+# http://bugzilla.xfce.org/show_bug.cgi?id=3783
+# contains all translations from 
+# http://translations.xfce.org/projects/p/xfce4-quicklauncher-plugin/c/master/ 
+# as of 2010-12-19
+Patch4:         %{name}-1.9.4-update-translations.patch
+# Xfce 4.6: xfce-setting-show instead of xfce4-settings-manager
+# http://bugzilla.xfce.org/show_bug.cgi?id=5752
+Patch5:         %{name}-1.9.4-xfce4-settings-manager.patch
+
+BuildRoot:      %{_tmppath}/%{name}-%{version}-root
+
+BuildRequires:  libxfcegui4-devel >= 4.3.20
+BuildRequires:  libxml2-devel
+BuildRequires:  xfce4-panel-devel >= 4.3.20
+BuildRequires:  gettext
+BuildRequires:  perl-XML-Parser
+Requires:       xfce4-panel >= 4.4.0
+
+%description
+This plugin allows you to have lots of launchers in the Xfce panel, displaying 
+them on several lines.
+
+%prep
+%setup -q
+%patch1 -p1 -b .xfce4-panel-4.7
+%patch2 -p0 -b .multiscreen
+%patch3 -p1 -b .save-settings
+%patch4 -p1 -b .update-translations
+%patch5 -p0 -b .xfce46
+
+%build
+%configure --disable-static
+make %{?_smp_mflags}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
+find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(-,root,root,-)
+%doc AUTHORS COPYING ChangeLog TODO
+%{_libdir}/xfce4/panel/plugins/*.so
+%{_datadir}/xfce4/panel-plugins/*.desktop
+
+%changelog
+* Sun May 22 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.9.4-10
+- initial build for Vine Linux
+
+* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9.4-9
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
+* Sun Dec 19 2010 Christoph Wickert <cwickert@fedoraproject.org> - 1.9.4-8
+- Patch for xfce4-panel 4.7
+- Update translations from Xfce Transifex
+
+* Wed Sep 09 2009 Christoph Wickert <cwickert@fedoraproject.org> - 1.9.4-7
+- Make new apps appear on the correct screen (bugzilla.xfce.org 4323)
+- Apply settings without restarting the plugin (bugzilla.xfce.org #3782)
+- Add missing english translation (bugzilla.xfce.org #3783)
+- Update default config for Xfce 4.6 (bugzilla.xfce.org #5752)
+
+* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9.4-6
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Fri Jul 03 2009 Christoph Wickert <cwickert@fedoraproject.org> - 1.9.4-5
+- Fix path in desktop file (#509294)
+
+* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9.4-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Sun Jan 18 2009 Christoph Wickert <cwickert@fedoraproject.org> - 1.9.4-3
+- Rebuild for Xfce 4.6 (Beta 3)
+
+* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.9.4-2
+- Autorebuild for GCC 4.3
+
+* Sat Aug 25 2007 Christoph Wickert <cwickert@fedoraproject.org> - 1.9.4-1
+- Update to 1.9.4
+- Update license tag
+
+* Sat Jun 09 2007 Christoph Wickert <cwickert@fedoraproject.org> - 1.9.2-4
+- Multilib fix for desktop file (#228168)
+
+* Sat Apr 28 2007 Christoph Wickert <cwickert@fedoraproject.org> - 1.9.2-3
+- Rebuild for Xfce 4.4.1
+
+* Sun Jan 28 2007 Christoph Wickert <cwickert@fedoraproject.org> - 1.9.2-2
+- Rebuild for Xfce 4.4.
+
+* Thu Oct 05 2006 Christoph Wickert <cwickert@fedoraproject.org> - 1.9.2-1
+- Update to 1.9.2.
+
+* Wed Sep 13 2006 Christoph Wickert <cwickert@fedoraproject.org> - 1.9.1-2
+- Rebuild for XFCE 4.3.99.1.
+- BR perl(XML::Parser).
+
+* Mon Sep 04 2006 Christoph Wickert <cwickert@fedoraproject.org> - 1.9.1-1
+- Update to 1.9.1 on XFCE 4.3.90.2.
+
+* Mon Sep 04 2006 Christoph Wickert <cwickert@fedoraproject.org> - 0.81-5
+- Mass rebuild for Fedora Core 6.
+
+* Tue Apr 11 2006 Christoph Wickert <fedora wickert at arcor de> - 0.81-4
+- Require xfce4-panel.
+
+* Thu Feb 16 2006 Christoph Wickert <fedora wickert at arcor de> - 0.81-3
+- Rebuild for Fedora Extras 5.
+
+* Thu Dec 01 2005 Christoph Wickert <fedora wickert at arcor de> - 0.81-2
+- Add libxfcegui4-devel BuildReqs.
+- Fix %%defattr.
+
+* Fri Nov 18 2005 Christoph Wickert <fedora wickert at arcor de> - 0.81-1
+- Initial Fedora Extras release.

+ 158 - 0
x/xfce4-weather-plugin/xfce4-weather-plugin-vl.spec

@@ -0,0 +1,158 @@
+Name:		xfce4-weather-plugin
+Summary:	Weather plugin for the Xfce panel
+Summary(ja):	Xfce パネル用天気情報プラグイン
+Version:	0.7.4
+Release:	3%{?_dist_release}
+
+Group:		User Interface/Desktops
+License:	BSD
+URL:		http://goodies.xfce.org/projects/panel-plugins/%{name}
+Source0:	http://archive.xfce.org/src/panel-plugins/%{name}/0.7/%{name}-%{version}.tar.bz2
+BuildRoot:	%{_tmppath}/%{name}-%{version}-root
+
+BuildRequires:  libxfcegui4-devel >= 4.3.90.2
+BuildRequires:  libxml2-devel
+BuildRequires:	xfce4-panel-devel >= 4.3.99.1
+BuildRequires:	gettext, intltool
+Requires:	xfce4-panel >= 4.4.1
+
+%description
+A weather plugin for the Xfce panel. It shows the current temperature and 
+weather condition, using weather data provided by xoap.weather.com.
+
+
+%prep
+%setup -q
+
+%build
+%configure --disable-static
+make %{?_smp_mflags}
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
+%find_lang %{name}
+
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+
+%post
+touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
+
+
+%postun
+if [ $1 -eq 0 ] ; then
+    touch --no-create %{_datadir}/icons/hicolor &>/dev/null
+    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+fi
+
+%posttrans
+gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+
+
+%files -f %{name}.lang
+%defattr(-,root,root,-)
+%doc AUTHORS COPYING ChangeLog README TODO
+%{_libexecdir}/xfce4/panel-plugins/%{name}
+%{_datadir}/xfce4/panel-plugins/*.desktop
+%{_datadir}/icons/hicolor/48x48/apps/xfce4-weather.png
+%{_datadir}/xfce4/weather
+
+
+%changelog
+* Sun May 22 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.7.4-3
+- initial build for Vine Linux
+
+* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.4-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
+* Fri Feb 04 2011 Kevin Fenzi <kevin@tummy.com> - 0.7.4-1
+- Update to 0.7.4
+
+* Thu Jan 13 2011 Kevin Fenzi <kevin@tummy.com> - 0.7.3-2
+- Rebuild for Xfce 4.8
+
+* Sun Aug 09 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.7.3-1
+- Update to 0.7.3, fixes cache directory creation
+
+* Tue Jul 28 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.7.2-1
+- Update to 0.7.2
+- No longer contains weather.com logo, downloaded to cache at runtime (#513057)
+
+* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.0-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Fri Jul 03 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.7.0-1
+- Update to 0.7.0
+
+* Wed Jun 17 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.6.4-1
+- Update to 0.6.4
+
+* Sat Jun 13 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.6.3-1
+- Update to 0.6.3
+
+* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.2-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Sun Jan 18 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.6.2-4
+- Rebuild for Xfce 4.6 (Beta 3)
+
+* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.6.2-3
+- Autorebuild for GCC 4.3
+
+* Fri Dec 07 2007 Christoph Wickert <cwickert@fedoraproject.org> - 0.6.2-2
+- Rebuild for Xfce 4.4.2
+
+* Mon Nov 19 2007 Christoph Wickert <cwickert@fedoraproject.org> - 0.6.2-1
+- Update to 0.6.0 on Xfce 4.4.1
+
+* Mon Jan 22 2007 Christoph Wickert <cwickert@fedoraproject.org> - 0.6.0-1
+- Update to 0.6.0 on Xfce 4.4.
+- Update gtk-icon-cache scriptlets.
+
+* Thu Oct 05 2006 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.99.1-3
+- Bump release for devel checkin.
+
+* Wed Sep 13 2006 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.99.1-2
+- Rebuild for XFCE 4.3.99.1.
+- BR perl(XML::Parser).
+
+* Wed Sep 13 2006 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.99.1-1
+- Update to 0.5.99.1.
+
+* Mon Sep 04 2006 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.90.2-1
+- Update to 0.5.90.2 on XFCE 4.3.90.2.
+
+* Mon Sep 04 2006 Christoph Wickert <cwickert@fedoraproject.org> - 0.4.9-7
+- Mass rebuild for Fedora Core 6.
+
+* Sat Jul 29 2006 Christoph Wickert <cwickert@fedoraproject.org> - 0.4.9-6
+- BuildRequire gettext (#193444)
+- Require xfce4-panel.
+
+* Thu Feb 16 2006 Christoph Wickert <fedora wickert at arcor de> - 0.4.9-5
+- Rebuild for Fedora Extras 5.
+
+* Thu Dec 01 2005 Christoph Wickert <fedora wickert at arcor de> - 0.4.9-4
+- Add libxfcegui4-devel BuildReqs.
+- Fix %%defattr.
+
+* Mon Nov 14 2005 Christoph Wickert <fedora wickert at arcor de> - 0.4.9-3
+- Initial Fedora Extras version.
+- Rebuild for XFCE 4.2.3.
+- disable-static instead of removing .a files.
+
+* Fri Sep 23 2005 Christoph Wickert <fedora wickert at arcor de> - 0.4.9-2.fc4.cw
+- Add libxml2 BuildReqs.
+
+* Sat Jul 09 2005 Christoph Wickert <fedora wickert at arcor de> - 0.4.9-1.fc4.cw
+- Rebuild for Core 4.
+
+* Wed Apr 13 2005 Christoph Wickert <fedora wickert at arcor de> - 0.4.9-1.fc3.cw
+- Updated to version 0.4.9.
+
+* Wed Apr 13 2005 Christoph Wickert <fedora wickert at arcor de> - 0.3.9.1-1.fc3.cw
+- Initial RPM release.

+ 171 - 0
x/xfce4-xkb-plugin/xfce4-xkb-plugin-vl.spec

@@ -0,0 +1,171 @@
+Name:		xfce4-xkb-plugin
+Summary:	XKB layout switcher for the Xfce panel
+Summary(ja):	Xfce パネル用 XKB レイアウト変更器
+Version:	0.5.3.3
+Release:	7%{?_dist_release}
+
+Group:		User Interface/Desktops
+License:	BSD
+URL:		http://goodies.xfce.org/projects/panel-plugins/%{name}
+
+Source0:	http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.gz
+Patch0:		xfce4-xkb-plugin-0.5.2-xklavier-api.patch
+Patch1:		xfce4-xkb-plugin-0.5.3.3-libxklavier5.patch
+# https://bugzilla.redhat.com/show_bug.cgi?id=525471
+# fix at http://bugzilla.xfce.org/show_bug.cgi?id=6122#c1
+Patch2:		xfce4-xkb-plugin-0.5.3.3-fix-various-segfaults.patch
+Patch3:		xfce4-xkb-plugin-0.5.3.3-fix-segfault-in-kb-selector.patch
+
+BuildRoot:	%{_tmppath}/%{name}-%{version}-root
+BuildRequires:  librsvg2-devel >= 2.18
+BuildRequires:  libwnck-devel >= 2.12
+BuildRequires:  libxfcegui4-devel >= 4.3.90.2
+BuildRequires:	libxklavier-devel >= 3.2
+BuildRequires:  libxml2-devel
+BuildRequires:	xfce4-panel-devel >= 4.3.20
+BuildRequires:	gettext, intltool
+Requires:	xfce4-panel >= 4.4.0
+
+%description
+Xfce XKB layout switch plugin for the Xfce panel. It displays the current 
+keyboard layout, and refreshes when layout changes. The layout can be 
+switched by simply clicking on the plugin. For now the keyboard layouts 
+cannot be configured from the plugin itself, they should be set in the 
+XF86Config file or some other way (e.g. setxkbmap).
+
+%prep
+%setup -q
+%patch2 -p1 -b .orig
+%patch3 -p1 -b .segfault-in-kb-selector
+# Vine Linux 6 will have libxklavier 5.1
+%if %{?_dist_release} != "vl5"
+%patch0 -p1 -b .xklavier4
+%patch1 -p1 -b .xklavier5
+%endif
+
+%build
+%configure --disable-static
+make %{?_smp_mflags}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(-,root,root,-)
+%doc AUTHORS COPYING ChangeLog README
+%{_libexecdir}/xfce4/panel-plugins/%{name}
+%{_datadir}/xfce4/panel-plugins/*.desktop
+%dir %{_datadir}/xfce4/xkb/
+%dir %{_datadir}/xfce4/xkb/flags
+%{_datadir}/xfce4/xkb/flags/*.svg
+
+%changelog
+* Sun May 22 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.5.3.3-7
+- initial build for Vine Linux
+
+* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.3.3-6
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
+* Thu Jan 13 2011 Kevin Fenzi <kevin@tummy.com> - 0.5.3.3-5
+- Rebuild for Xfce 4.8
+
+* Fri Nov 25 2010 François Cami <fcami@fedoraproject.org> - 0.5.3.3-4
+- Fix segfault when adding a second keymap. Thanks to Lionel Le Folgoc (#597207)
+
+* Fri Feb 12 2010 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.3.3-3
+- Fix various segfaults. Thanks to Lionel Le Folgoc (#525471, #547553)
+
+* Mon Jan 25 2010 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.3.3-2
+- Add patch for libxklavier 5.0. Thanks to Caolan McNamara (#558083)
+
+* Sun Aug 09 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.3.3-1
+- Update to 0.5.3.3 (#502878)
+
+* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.2-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Tue Jul 07 2009 Adam Jackson <ajax@redhat.com> 0.5.2-4
+- xxp-0.5.2-xklavier-api.patch: Fix for new libxklavier API.
+
+* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.2-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Sun Jan 18 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.2-2
+- Rebuild for Xfce 4.6 (Beta 3)
+
+* Thu Nov 27 2008 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.2-1
+- Update to 0.5.2
+
+* Thu Oct 02 2008 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.1-1
+- Update to 0.5.1
+
+* Mon Jul 07 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.4.3-5
+- fix conditional comparison
+
+* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.4.3-4
+- Autorebuild for GCC 4.3
+
+* Sat Aug 25 2007 Christoph Wickert <cwickert@fedoraproject.org> - 0.4.3-3
+- Rebuild for BuildID feature
+
+* Sat Apr 28 2007 Christoph Wickert <cwickert@fedoraproject.org> - 0.4.3-2
+- Rebuild for Xfce 4.4.1
+
+* Mon Jan 22 2007 Christoph Wickert <cwickert@fedoraproject.org> - 0.4.3-1
+- Update to 0.4.3 on Xfce 4.4.
+
+* Sat Dec 09 2006 Christoph Wickert <cwickert@fedoraproject.org> - 0.4.2-1
+- Update to 0.4.2.
+
+* Fri Dec 01 2006 Christoph Wickert <cwickert@fedoraproject.org> - 0.4.1-1
+- Update to 0.4.1 on Xfce 4.3.99.2.
+
+* Thu Oct 05 2006 Christoph Wickert <cwickert@fedoraproject.org> - 0.4.0-0.2.20060923svn
+- Bump release for devel checkin.
+
+* Sat Sep 23 2006 Christoph Wickert <cwickert@fedoraproject.org> - 0.4.0-0.1.20060923svn
+- Update to svn snapshot of Sep 23rd 2006 on Xfce 4.3.99.1.
+
+* Mon Sep 04 2006 Christoph Wickert <cwickert@fedoraproject.org> - 0.3.5-3
+- Mass rebuild for Fedora Core 6.
+
+* Tue Apr 11 2006 Christoph Wickert <fedora wickert at arcor de> - 0.3.5-2
+- Require xfce4-panel.
+
+* Fri Mar 31 2006 Christoph Wickert <fedora wickert at arcor de> - 0.3.5-1
+- Update to 0.3.5.
+
+* Fri Mar 17 2006 Christoph Wickert <fedora wickert at arcor de> - 0.3.4-1
+- Update to 0.3.4.
+
+* Fri Mar 10 2006 Christoph Wickert <fedora wickert at arcor de> - 0.3.3-1
+- Update to 0.3.3.
+
+* Thu Feb 16 2006 Christoph Wickert <fedora wickert at arcor de> - 0.3.2-6
+- Rebuild for Fedora Extras 5. 
+
+* Fri Dec 30 2005 Christoph Wickert <fedora wickert at arcor de> - 0.3.2-5
+- Changes for modular X: Add libXext-devel and libXpm-devel BuildReqs.
+
+* Thu Dec 01 2005 Christoph Wickert <fedora wickert at arcor de> - 0.3.2-4
+- Add libxfcegui4-devel BuildReqs.
+- Fix %%defattr.
+
+* Mon Nov 14 2005 Christoph Wickert <fedora wickert at arcor de> - 0.3.2-3
+- Initial Fedora Extras version.
+- Rebuild for XFCE 4.2.3.
+- disable-static instead of removing .a files.
+
+* Fri Sep 23 2005 Christoph Wickert <fedora wickert at arcor de> - 0.3.2-2.fc4.cw
+- Add libxml2 BuildReqs.
+
+* Sat Jul 09 2005 Christoph Wickert <fedora wickert at arcor de> - 0.3.2-1.fc4.cw
+- Rebuild for Core 4.
+
+* Wed Apr 13 2005 Christoph Wickert <fedora wickert at arcor de> - 0.3.2-1.fc3.cw
+- Initial RPM release.