Update XDG information in support of bug report 892.

r14.0.x
Darrell Anderson 13 years ago
parent 9261d30080
commit 818fcae7c9

@ -489,7 +489,7 @@ if test "$1" = "default"; then
kde_widgetdir='\${libdir}/trinity/plugins/designer' kde_widgetdir='\${libdir}/trinity/plugins/designer'
fi fi
if test -z "$xdg_appsdir"; then if test -z "$xdg_appsdir"; then
xdg_appsdir='\${datadir}/applications/kde' xdg_appsdir='\${datadir}/applications/tde'
fi fi
if test -z "$xdg_menudir"; then if test -z "$xdg_menudir"; then
xdg_menudir='\${sysconfdir}/xdg/menus' xdg_menudir='\${sysconfdir}/xdg/menus'

@ -1,7 +1,7 @@
<appendix id="rpm-example"> <appendix id="rpm-example">
<title>RPM SPEC file example</title> <title>RPM SPEC file example</title>
<para> <para>
This appendix contains an example of an RPM SPEC file. This appendix contains an example of an RPM SPEC file.
</para> </para>
<programlisting> <programlisting>
@ -97,7 +97,7 @@ Provides: kmymoney-ofx
%description ofx %description ofx
This package contains necessary files for the KMyMoney OFX plugin. This package contains necessary files for the KMyMoney OFX plugin.
%prep %prep
#echo %_target #echo %_target
#echo %_target_alias #echo %_target_alias
@ -187,7 +187,7 @@ ln -s ../common common
# #
# #
%_datadir/applications/kde/kmymoney2.desktop %_datadir/applications/tde/kmymoney2.desktop
%_datadir/mimelnk/application/x-kmymoney2.desktop %_datadir/mimelnk/application/x-kmymoney2.desktop
%_datadir/servicetypes/* %_datadir/servicetypes/*
@ -231,7 +231,7 @@ ln -s ../common common
- Added kmymoney-ofx package - Added kmymoney-ofx package
* Tue Mar 22 2005 - ipwizard (at) users.sourceforge.net * Tue Mar 22 2005 - ipwizard (at) users.sourceforge.net
- Added more template functionality to provide more - Added more template functionality to provide more
distributions distributions
- Added kmymoney-devel package - Added kmymoney-devel package

@ -1,6 +1,6 @@
[Desktop Entry] [Desktop Entry]
Type=ServiceType Type=ServiceType
Name=KMyMoney Importer Plugin Name=KMyMoney Importer Plugin
X-KDE-ServiceType=KMyMoneyImporterPlugin X-TDE-ServiceType=KMyMoneyImporterPlugin
Comment=A KMyMoney plugin Comment=A KMyMoney plugin

@ -1,6 +1,6 @@
[Desktop Entry] [Desktop Entry]
Type=ServiceType Type=ServiceType
Name=KMyMoney Plugin Name=KMyMoney Plugin
X-KDE-ServiceType=KMyMoneyPlugin X-TDE-ServiceType=KMyMoneyPlugin
Comment=A KMyMoney plugin Comment=A KMyMoney plugin

@ -4,9 +4,9 @@ Comment=Add OFX importing to KMyMoney
ServiceTypes=KMyMoneyPlugin ServiceTypes=KMyMoneyPlugin
Type=Service Type=Service
Icon=connect_creating Icon=connect_creating
X-KDE-Library=kmm_ofximport X-TDE-Library=kmm_ofximport
X-KDE-PluginInfo-Name=KMyMoney OFX X-TDE-PluginInfo-Name=KMyMoney OFX
X-KDE-PluginInfo-License=GPL X-TDE-PluginInfo-License=GPL
X-KDE-PluginInfo-EnabledByDefault=true X-TDE-PluginInfo-EnabledByDefault=true
X-KDE-PluginInfo-Author=Ace Jones,Thomas Baumgart X-TDE-PluginInfo-Author=Ace Jones,Thomas Baumgart
X-KDE-PluginInfo-Email=acejones@users.sourceforge.net,ipwizard@users.sourceforge.net X-TDE-PluginInfo-Email=acejones@users.sourceforge.net,ipwizard@users.sourceforge.net

Loading…
Cancel
Save