b53a3b21b7
- Trim Makefile header - Add LICENSE (GPLv2) - Install docs - Preserve original *.conf files - Pass maintainership to submitter PR: ports/179700 Submitted by: nemysis <nemysis@gmx.ch>
41 lines
1 KiB
Text
41 lines
1 KiB
Text
--- configure.orig 2011-07-29 16:12:19.000000000 +0200
|
|
+++ configure 2013-06-21 20:48:19.000000000 +0200
|
|
@@ -568,6 +568,7 @@
|
|
XMLCATALOG
|
|
XML_CATALOG_FILE
|
|
XSLTPROC
|
|
+xdgpath
|
|
xsesspath
|
|
LN_S
|
|
am__untar
|
|
@@ -636,6 +637,7 @@
|
|
enable_option_checking
|
|
enable_man
|
|
with_xsession_path
|
|
+with_xdg_path
|
|
with_xml_catalog
|
|
'
|
|
ac_precious_vars='build_alias
|
|
@@ -1265,6 +1267,9 @@
|
|
--with-xsession-path=PATH
|
|
set the install path of xsession data
|
|
[[DATAROOTDIR/xsessions]]
|
|
+ --with-xdg-path=PATH
|
|
+ set the install path of xdg data
|
|
+ [[DATAROOTDIR/applications]]
|
|
--with-xml-catalog=CATALOG
|
|
path to xml catalog to use
|
|
|
|
@@ -2235,6 +2240,12 @@
|
|
xsesspath="\${datarootdir}/xsessions"
|
|
fi
|
|
|
|
+# Check whether --with-xdg-path was given.
|
|
+if test "${with_xdg_path+set}" = set; then :
|
|
+ withval=$with_xdg_path; test x$withval != x && xdgpath="$withval"
|
|
+else
|
|
+ xdgpath="\${datarootdir}/applications"
|
|
+fi
|
|
|
|
|
|
|