summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrançois Andriot <francois.andriot@free.fr>2015-10-14 22:18:55 +0200
committerSlávek Banko <slavek.banko@axis.cz>2015-10-14 22:19:35 +0200
commit0bdac9f154a96cc8eff7b2a84d3665a9b4c409d5 (patch)
tree9006b38587f72757866229fd917a1c67b0f8312e
parent3f0346a55c91a74f80d3e5a844067c858cd281a5 (diff)
downloadkasablanca-0bdac9f1.tar.gz
kasablanca-0bdac9f1.zip
Fix applications desktop files location
to be compliant with xdg specification Signed-off-by: François Andriot <francois.andriot@free.fr>
-rw-r--r--src/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 0b6b597..8cf8cb2 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -25,8 +25,7 @@ kasablanca_LDFLAGS = $(TDE_RPATH) $(all_libraries)
kasablanca_LDADD = -lssl $(LIB_TDEUI) -lcrypto $(LIB_TDECORE) -lDCOP $(LIB_QT)
# this is where the desktop file will go
-shelldesktopdir = $(kde_appsdir)/Utilities
-shelldesktop_DATA = kasablanca.desktop
+xdg_apps_DATA = kasablanca.desktop
# this is where the shell's XML-GUI resource file goes
shellrcdir = $(kde_datadir)/kasablanca