[Xfce4-commits] [xfce/xfdesktop] 01/01: Add versioned help when a GtkPlug

noreply at xfce.org noreply at xfce.org
Sun Mar 9 16:25:50 CET 2014


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository xfce/xfdesktop.

commit d27d14f242cbd94fcfbdf881d62c6e2b60f806a7
Author: Eric Koegel <eric.koegel at gmail.com>
Date:   Sun Mar 9 16:51:52 2014 +0300

    Add versioned help when a GtkPlug
    
    This patch calls the versioned online help docs when xfdesktop-settings
    is embedded as a GtkPlug.
---
 configure.ac.in                                                     |    3 +++
 ...rop-settings.desktop.in => xfce-backdrop-settings.desktop.in.in} |    3 ++-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/configure.ac.in b/configure.ac.in
index 2f6e411..d162dac 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -85,6 +85,8 @@ fi
 
 dnl define xfdesktop's short version (major.minor)
 AC_DEFINE([XFDESKTOP_VERSION_SHORT], [xfdesktop_version_short], [Short version string of xfdesktop])
+dnl replace the version in settings/xfce-backdrop-settings.desktop.in.in
+AC_SUBST([XFDESKTOP_VERSION_SHORT], [xfdesktop_version_short])
 
 dnl required
 XDT_CHECK_PACKAGE([GIO], [gio-2.0], [glib_minimum_version])
@@ -209,6 +211,7 @@ common/Makefile
 doc/Makefile
 pixmaps/Makefile
 po/Makefile.in
+settings/xfce-backdrop-settings.desktop.in
 settings/Makefile
 src/Makefile
 ])
diff --git a/settings/xfce-backdrop-settings.desktop.in b/settings/xfce-backdrop-settings.desktop.in.in
similarity index 89%
rename from settings/xfce-backdrop-settings.desktop.in
rename to settings/xfce-backdrop-settings.desktop.in.in
index ce87ed2..73d92a8 100644
--- a/settings/xfce-backdrop-settings.desktop.in
+++ b/settings/xfce-backdrop-settings.desktop.in.in
@@ -11,4 +11,5 @@ OnlyShowIn=XFCE;
 StartupNotify=true
 X-XfcePluggable=true
 X-XfceHelpComponent=xfdesktop
-X-XfceHelpPage=preferences
+X-XfceHelpPage=start
+X-XfceHelpVersion=4.11

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list