This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project wmaker-crm.git.

The branch, next has been updated
       via  5795bb56385847ffcd9e170a8b177cd25685e0ac (commit)
      from  6bdc1318c1c5abdeca449c0c6ace3f78eac4dbb0 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://repo.or.cz/w/wmaker-crm.git/commit/5795bb56385847ffcd9e170a8b177cd25685e0ac

commit 5795bb56385847ffcd9e170a8b177cd25685e0ac
Author: Carlos R. Mafra <[email protected]>
Date:   Sun Jun 24 23:07:39 2012 +0100

    wmaker.inst: Remove test for LITE and KDE message
    
    LITE was removed in fe736e849c9 ("Remove LITE config option"), but
    the check for it in wmaker.inst was missed.
    
    Furthermore, remove confusing message about wmaker being configured for KDE.

diff --git a/util/wmaker.inst.in b/util/wmaker.inst.in
index 6257a54..632c112 100644
--- a/util/wmaker.inst.in
+++ b/util/wmaker.inst.in
@@ -262,22 +262,17 @@ show_end_message() {
 echo
 echo "Installation Finished"
 echo
-if test -z "#LITE#" ; then
- echo "There are menus in 2 different file formats. The plain text format and"
- echo "the property list format. The plain text format is more flexible, but"
- echo "the menu in the property list format can be edited graphically. The"
- echo "menu that will be used by default is the property list one. Read"
- echo "    $GSDIR/Library/WindowMaker/README"
- echo "for information on how to change it."
-    if [ "${inst_menu%.*}" = "menu" ]; then
- echo "However, since you have locale set to $LOCALE and plmenu for such 
locale"
- echo "was not found, your WMRootMenu contains path to text formated menu:"
- echo "    $GSDIR/Library/WindowMaker/$inst_menu"
-    fi
-else
- echo "Your copy of Window Maker is configured especially for KDE."
- echo "Window Maker application menus are not available."
-fi
+echo "There are menus in 2 different file formats. The plain text format and"
+echo "the property list format. The plain text format is more flexible, but"
+echo "the menu in the property list format can be edited graphically. The"
+echo "menu that will be used by default is the property list one. Read"
+echo "    $GSDIR/Library/WindowMaker/README"
+echo "for information on how to change it."
+  if [ "${inst_menu%.*}" = "menu" ]; then
+echo "However, since you have locale set to $LOCALE and plmenu for such locale"
+echo "was not found, your WMRootMenu contains path to text formated menu:"
+echo "    $GSDIR/Library/WindowMaker/$inst_menu"
+  fi
 }
 
 wmaker_found=0

-----------------------------------------------------------------------

Summary of changes:
 util/wmaker.inst.in |   27 +++++++++++----------------
 1 files changed, 11 insertions(+), 16 deletions(-)


repo.or.cz automatic notification. Contact project admin [email protected]
if you want to unsubscribe, or site admin [email protected] if you receive
no reply.
-- 
wmaker-crm.git ("The Window Maker window manager")


-- 
To unsubscribe, send mail to [email protected].

Reply via email to