diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-08 17:33:10 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-08 17:33:10 -0500 |
commit | 2069b43930e2472ac31aa61fd730980c8ea9116a (patch) | |
tree | ac080502d7dccea4b10f22e076b1f075402589fb | |
parent | 9527fae2a25fae7f38362e8b6af6b4808553c888 (diff) | |
download | kopete-otr-2069b43930e2472ac31aa61fd730980c8ea9116a.tar.gz kopete-otr-2069b43930e2472ac31aa61fd730980c8ea9116a.zip |
Update XDG information in support of bug report 892.
-rw-r--r-- | acinclude.m4 | 2 | ||||
m--------- | admin | 0 | ||||
m--------- | cmake | 0 | ||||
-rw-r--r-- | src/kopete_otr.desktop | 20 | ||||
-rw-r--r-- | src/kopete_otr_config.desktop | 10 |
5 files changed, 16 insertions, 16 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 1e8eda5..468849e 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -489,7 +489,7 @@ if test "$1" = "default"; then kde_widgetdir='\${libdir}/trinity/plugins/designer' fi if test -z "$xdg_appsdir"; then - xdg_appsdir='\${datadir}/applications/kde' + xdg_appsdir='\${datadir}/applications/tde' fi if test -z "$xdg_menudir"; then xdg_menudir='\${sysconfdir}/xdg/menus' diff --git a/admin b/admin -Subproject 06098efaf31973c11d7dd89ae291e6844b132e1 +Subproject 4af57bf22967e6ad80ab898980ed505df6eae5b diff --git a/cmake b/cmake -Subproject e47cc63e66a12ca6b740500b76f385336ee40db +Subproject d2f658ca47faefe569bcd1885b9238691fa1328 diff --git a/src/kopete_otr.desktop b/src/kopete_otr.desktop index 82c6a30..0bb6dba 100644 --- a/src/kopete_otr.desktop +++ b/src/kopete_otr.desktop @@ -4,16 +4,16 @@ Type=Service X-Kopete-Version=1000900 Icon=kopete_otr ServiceTypes=Kopete/Plugin -X-KDE-Library=kopete_otr -X-KDE-PluginInfo-Author=Michael Zanetti -X-KDE-PluginInfo-Email=michael_zanetti@gmx.net -X-KDE-PluginInfo-Name=kopete_otr -X-KDE-PluginInfo-Version=0.7 -X-KDE-PluginInfo-Website=http://kopete-otr.follefuder.org -X-KDE-PluginInfo-Category=Plugins -X-KDE-PluginInfo-Depends= -X-KDE-PluginInfo-License=GPL -X-KDE-PluginInfo-EnabledByDefault=false +X-TDE-Library=kopete_otr +X-TDE-PluginInfo-Author=Michael Zanetti +X-TDE-PluginInfo-Email=michael_zanetti@gmx.net +X-TDE-PluginInfo-Name=kopete_otr +X-TDE-PluginInfo-Version=0.7 +X-TDE-PluginInfo-Website=http://kopete-otr.follefuder.org +X-TDE-PluginInfo-Category=Plugins +X-TDE-PluginInfo-Depends= +X-TDE-PluginInfo-License=GPL +X-TDE-PluginInfo-EnabledByDefault=false Comment=Encrypt chat sessions with Off-The-Record encryption Comment[de]=Verschlüsselt Chat-Sitzungen mit Off-The-Record Verschlüsselung Name=OTR diff --git a/src/kopete_otr_config.desktop b/src/kopete_otr_config.desktop index b3ad3ad..7a723f9 100644 --- a/src/kopete_otr_config.desktop +++ b/src/kopete_otr_config.desktop @@ -4,11 +4,11 @@ Type=Service Icon=kopete_otr ServiceTypes=KCModule -X-KDE-ModuleType=Library -X-KDE-Library=kopete_otr -X-KDE-FactoryName=OTRPreferencesFactory -X-KDE-ParentApp=kopete_otr -X-KDE-ParentComponents=kopete_otr +X-TDE-ModuleType=Library +X-TDE-Library=kopete_otr +X-TDE-FactoryName=OTRPreferencesFactory +X-TDE-ParentApp=kopete_otr +X-TDE-ParentComponents=kopete_otr Comment=Encrypt chat sessions with Off-The-Record encryption Comment[de]=Verschlüsselt Chat-Sitzungen mit Off-The-Record Verschlüsselung |