Author: tpg Date: Fri Feb 9 05:02:17 2007 New Revision: 118309 Modified: packages/cooker/kbib/current/SOURCES/kbib-desktop.patch packages/cooker/kbib/current/SPECS/kbib.spec
Log: - regenerate desktop patch - move desktop files to the right directory Modified: packages/cooker/kbib/current/SOURCES/kbib-desktop.patch ============================================================================== --- packages/cooker/kbib/current/SOURCES/kbib-desktop.patch (original) +++ packages/cooker/kbib/current/SOURCES/kbib-desktop.patch Fri Feb 9 05:02:17 2007 @@ -1,8 +1,7 @@ --- kbib/kbib.desktop 2006-11-12 03:33:10.000000000 +0000 -+++ kbib.desktop.tpg 2007-02-08 19:14:17.000000000 +0000 ++++ kbib.desktop.tpg 2007-02-09 02:57:39.000000000 +0000 @@ -12,3 +12,4 @@ Type=Application X-KDE-SubstituteUID=false X-KDE-Username= -+Category=X-MandrivaLinux-Office-Publishing;KDE;QT; -\ No newline at end of file ++Categories=X-MandrivaLinux-Office-Publishing;KDE;QT; Modified: packages/cooker/kbib/current/SPECS/kbib.spec ============================================================================== --- packages/cooker/kbib/current/SPECS/kbib.spec (original) +++ packages/cooker/kbib/current/SPECS/kbib.spec Fri Feb 9 05:02:17 2007 @@ -1,7 +1,7 @@ Summary: A BibTex editor for KDE Name: kbib Version: 0.5.4 -Release: %mkrel 2 +Release: %mkrel 3 License: GPL Group: Publishing Url: http://user.digisurf.com.au/~thachly/kbib/index.html @@ -34,6 +34,8 @@ [ "%{buildroot}" != "/" ] && rm -rf %{buildroot} %makeinstall_std +mkdir -p %{buildroot}%{_datadir}/applications/kde +mv -f %{buildroot}%{_datadir}/applnk/Office/* %{buildroot}%{_datadir}/applications/kde %post %{update_menus} @@ -56,7 +58,7 @@ %defattr(644,root,root,755) %doc AUTHORS ChangeLog TODO %attr(755,root,root) %{_bindir}/%{name}* -%{_datadir}/applnk/Office/*.desktop +%{_datadir}/applications/kde/*.desktop %{_datadir}/apps/%{name}/*.xsl %{_datadir}/apps/%{name}/icons/hicolor/*x*/actions/*.png %{_datadir}/apps/%{name}/*.rc
