[evolution] Remove --with-kde-applnk-path configure option.



commit 055dd6929f8be97efdd141a3d47209343a826b50
Author: Matthew Barnes <mbarnes redhat com>
Date:   Mon Dec 31 13:39:47 2012 -0500

    Remove --with-kde-applnk-path configure option.
    
    I had to research what "applnk" even was.  It seems to have been KDE's
    own precursor to the FreeDesktop.org Desktop Menu Specification and was
    abandoned in KDE 3.2 (circa 2004!).
    
    The option is way obsolete.  Get rid of it.

 configure.ac     |   19 -------------------
 data/Makefile.am |    7 -------
 2 files changed, 0 insertions(+), 26 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index ce24d7d..bf261b0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1520,25 +1520,6 @@ AC_ARG_WITH([sub-version],
 
 AC_DEFINE_UNQUOTED(SUB_VERSION, "$with_sub_version", [Version substring, for packagers])
 
-dnl ********************
-dnl KDE applnk directory
-dnl ********************
-AC_ARG_WITH([kde-applnk-path],
-	AS_HELP_STRING([--with-kde-applnk-path=PATH],
-	[Location of KDE applnk files]),
-	[with_kde_applnk_path=$withval], [with_kde_applnk_path="no"])
-
-if test x"$with_kde_applnk_path" != x"no"; then
-	if test -z "$with_kde_applnk_path"; then
-		with_kde_applnk_path="$datadir/applnk"
-	fi
-	KDE_APPLNK_DIR="$with_kde_applnk_path"
-else
-	KDE_APPLNK_DIR=""
-fi
-AM_CONDITIONAL(HAVE_KDE_APPLNK, test x"$KDE_APPLNK_DIR" != x)
-AC_SUBST(KDE_APPLNK_DIR)
-
 dnl ********************************************
 dnl Glade 3 catalog files (for maintainers only)
 dnl ********************************************
diff --git a/data/Makefile.am b/data/Makefile.am
index a107daa..de1a3d0 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -42,13 +42,6 @@ dist_theme_DATA =	\
 	webview.css	\
 	webview-print.css
 
-if HAVE_KDE_APPLNK
-
-kdedesktopdir = $(KDE_APPLNK_DIR)/Applications
-kdedesktop_DATA = $(desktop_in_in_file:.desktop.in.in=.desktop)
-
-endif
-
 dist_noinst_MANS = evolution.1
 
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]