From kde-commits Mon Sep 13 13:33:29 2004 From: Andras Mantia Date: Mon, 13 Sep 2004 13:33:29 +0000 To: kde-commits Subject: kdewebdev Message-Id: <20040913133329.548A61D90 () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=109508241832395 CVS commit by amantia: Install the desktop files in the XDG location. CCMAIL: 89142-done@bugs.kde.org M +1 -2 kfilereplace/Makefile.am 1.11 M +1 -0 kfilereplace/kfilereplacepart.desktop 1.50 M +1 -2 kimagemapeditor/Makefile.am 1.5 M +1 -0 kimagemapeditor/kimagemapeditor.desktop 1.26 M +1 -3 klinkstatus/src/Makefile.am 1.14 M +1 -0 klinkstatus/src/klinkstatus.desktop 1.30 M +1 -3 kommander/editor/Makefile.am 1.22 M +1 -2 kxsldbg/Makefile.am 1.13 M +1 -2 quanta/src/Makefile.am 1.24 --- kdewebdev/kfilereplace/Makefile.am #1.10:1.11 @@ -29,6 +29,5 @@ KDE_ICON = AUTO -apps_DATA = kfilereplacepart.desktop -appsdir = $(kde_appsdir)/Utilities +xdg_apps_DATA = kfilereplacepart.desktop # this is where the XML-GUI resource file goes --- kdewebdev/kfilereplace/kfilereplacepart.desktop #1.49:1.50 @@ -37,2 +37,3 @@ Name[tr]=K Dosya Değiştirme Name[xx]=xxKFileReplacexx +Categories=Qt;KDE;Utility --- kdewebdev/kimagemapeditor/Makefile.am #1.4:1.5 @@ -48,6 +48,5 @@ INCLUDES= $(all_includes) -apps_DATA = kimagemapeditor.desktop -appsdir = $(kde_appsdir)/Development +xdg_apps_DATA = kimagemapeditor.desktop rcdir = $(kde_datadir)/kimagemapeditor --- kdewebdev/kimagemapeditor/kimagemapeditor.desktop #1.25:1.26 @@ -37,2 +37,3 @@ GenericName[xx]=xxHTML Image Map Editorxx GenericName[zh_CN]=HTML 图像映射编辑器 +Categories=Qt;KDE;Development --- kdewebdev/klinkstatus/src/Makefile.am #1.13:1.14 @@ -21,7 +21,5 @@ klinkstatus_LDADD = $(LIB_KPARTS) -# this is where the desktop file will go -shelldesktopdir = $(kde_appsdir)/Utilities -shelldesktop_DATA = klinkstatus.desktop +xdg_apps_DATA = klinkstatus.desktop # this is where the shell's XML-GUI resource file goes --- kdewebdev/klinkstatus/src/klinkstatus.desktop #1.29:1.30 @@ -35,2 +35,3 @@ GenericName[xx]=xxLink Checkerxx GenericName[zh_CN]=链接检查器 +Categories=Qt;KDE;Utility --- kdewebdev/kommander/editor/Makefile.am #1.21:1.22 @@ -22,7 +22,5 @@ METASOURCES = AUTO -# this is where the desktop file will go -desktopdir = $(kde_appsdir)/Editors -desktop_DATA = kmdr-editor.desktop +xdg_apps_DATA = kmdr-editor.desktop KDE_ICON = AUTO --- kdewebdev/kxsldbg/Makefile.am #1.12:1.13 @@ -8,6 +8,5 @@ SUBDIRS = kxsldbgpart -applnk_DATA = kxsldbg.desktop -applnkdir = $(kde_appsdir)/Development +xdg_apps_DATA = kxsldbg.desktop # Disable building xsldbg application as documentation for it is not ready --- kdewebdev/quanta/src/Makefile.am #1.23:1.24 @@ -68,6 +68,5 @@ # this is where the kdelnk file will go -kdelnkdir = $(kde_appsdir)/Development -kdelnk_DATA = quanta.desktop +xdg_apps_DATA = quanta.desktop kdemimedir = $(kde_mimedir)/application