aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-10-21 06:27:02 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-10-21 06:27:02 +0800
commit51a28ce6a987b81054a438f6d18bad526e1f0f36 (patch)
treefc533b6b1ca3cd2dd015c765a4dd593f69cac6d3 /data
parent752dafc3904e7cb441a1892ae20f6eb1859fe627 (diff)
downloadgsoc2013-evolution-51a28ce6a987b81054a438f6d18bad526e1f0f36.tar.gz
gsoc2013-evolution-51a28ce6a987b81054a438f6d18bad526e1f0f36.tar.zst
gsoc2013-evolution-51a28ce6a987b81054a438f6d18bad526e1f0f36.zip
Install `evolution.desktop' in the `KDE_APPLNK_DIR'.
* data/Makefile.am [HAVE_KDE_APPLNK]: Install `evolution.desktop' in the `KDE_APPLNK_DIR'. * configure.in: New option `--with-kde-applnk-path'. Define the `HAVE_KDE_APPLNK' Automake conditional, and the `KDE_APPLNK_DIR' value. svn path=/trunk/; revision=13828
Diffstat (limited to 'data')
-rw-r--r--data/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index a782cccc46..5c3fdfa410 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -11,4 +11,9 @@ keys_DATA = $(keys_in_files:.keys.in=.keys)
mimedir = $(datadir)/mime-info
mime_DATA = evolution.mime
+if HAVE_KDE_APPLNK
+kdedesktopdir = $(KDE_APPLNK_DIR)/Applications
+kdedesktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
+endif
+
EXTRA_DIST = $(desktop_in_files) $(keys_in_files) $(mime_DATA)
inentry-gnome3: Document ncurses requirementmarino2016-11-181-0/+1 * Reassign makc's ports back to the pool.rakuco2016-10-201-1/+1 * Bump PORTREVISION in security/pinentry and pinentry-qt4 after r415872.rakuco2016-07-031-1/+1 * New port: security/pinentry-qt5, Qt 5 version of the GnuPG password dialogpi2016-05-261-4/+15 * Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.mat2016-04-011-10/+10 * Update security/pinentry and slave ports to 0.9.7.rakuco2016-03-012-22/+7 * GNOME 3 expects pinentry to have libsecret support. so instead of offeringkwm2015-10-061-1/+1 * Build the pinentry-gnome3 port with libsecret support. GNOME 3.18 expects it.kwm2015-08-211-0/+1 * security/pinentry:makc2015-07-171-3/+14 * security/pinentry:makc2015-07-141-1/+4 * - Update to 0.9.5.jkim2015-07-14