diff options
author | François Andriot <francois.andriot@free.fr> | 2015-10-14 22:18:55 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2015-10-14 22:21:32 +0200 |
commit | 78bf930ba09b1e980944741db7704c8b692146c0 (patch) | |
tree | 7afd171dc42d9376c326a4715d7c180287eae8e9 | |
parent | 6e29b7960a90684b67eeab6966b78292ad2b2cee (diff) | |
download | kasablanca-78bf930ba09b1e980944741db7704c8b692146c0.tar.gz kasablanca-78bf930ba09b1e980944741db7704c8b692146c0.zip |
Fix applications desktop files location
to be compliant with xdg specification
Signed-off-by: François Andriot <francois.andriot@free.fr>
(cherry picked from commit 0bdac9f154a96cc8eff7b2a84d3665a9b4c409d5)
-rw-r--r-- | src/Makefile.am | 3 |
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 |