[SM-Commit] GIT changes to master grimoire by Vasil Yonkov (0634dde9ec6a2b63dccc4a7ecaa3a57e4fb108bd)

Vasil Yonkov scm at sourcemage.org
Mon Nov 30 00:34:55 EST 2009


GIT changes to master grimoire by Vasil Yonkov <spirtbrat at sourcemage.org>:

 gnome2-apps/osmo/CONFIGURE |   10 ++++-----
 gnome2-apps/osmo/DEPENDS   |   48 ++++++++++++++++++++++-----------------------
 gnome2-apps/osmo/HISTORY   |    3 ++
 3 files changed, 32 insertions(+), 29 deletions(-)

New commits:
commit 0634dde9ec6a2b63dccc4a7ecaa3a57e4fb108bd
Author: Vasil Yonkov <spirtbrat at sourcemage.org>
Commit: Vasil Yonkov <spirtbrat at sourcemage.org>

    osmo: proper query messages

diff --git a/gnome2-apps/osmo/CONFIGURE b/gnome2-apps/osmo/CONFIGURE
index 8be1269..e2f52f7 100755
--- a/gnome2-apps/osmo/CONFIGURE
+++ b/gnome2-apps/osmo/CONFIGURE
@@ -1,8 +1,8 @@
-config_query_option OSMO_CONTACTS  "Enable Contacts module?" y  \
-                    "--with-contacts" "--without-contacts"      &&
+config_query_option OSMO_CONTACTS  "Enable Contacts module" y  \
+                    "--with-contacts" "--without-contacts"     &&
 
-config_query_option OSMO_TASKS  "Enable Tasks module?" y        \
-                    "--with-tasks" "--without-tasks"            &&
+config_query_option OSMO_TASKS  "Enable Tasks module" y        \
+                    "--with-tasks" "--without-tasks"           &&
 
-config_query_option OSMO_NOTES  "Enable Notes module?" y        \
+config_query_option OSMO_NOTES  "Enable Notes module" y        \
                     "--with-notes" "--without-notes"
diff --git a/gnome2-apps/osmo/DEPENDS b/gnome2-apps/osmo/DEPENDS
index ade0e1a..4aa5e6e 100755
--- a/gnome2-apps/osmo/DEPENDS
+++ b/gnome2-apps/osmo/DEPENDS
@@ -1,32 +1,32 @@
 depends  gtk+2    &&
 depends  libxml2  &&
 
-optional_depends  gtkspell                             \
-                  ""                                   \
-                  ""                                   \
-                  "Enable gtkspell support?"           &&
+optional_depends  gtkspell                                \
+                  ""                                      \
+                  ""                                      \
+                  "for gtkspell support"                  &&
 
-optional_depends  libical                              \
-                  ""                                   \
-                  ""                                   \
-                  "Enable libical support?"            &&
+optional_depends  libical                                 \
+                  ""                                      \
+                  ""                                      \
+                  "for libical support"                   &&
 
-optional_depends  libnotify                            \
-                  ""                                   \
-                  ""                                   \
-                  "Enable libnotify support?"          &&
+optional_depends  libnotify                               \
+                  ""                                      \
+                  ""                                      \
+                  "for libnotify support"                 &&
 
-optional_depends  libtar                               \
-                  ""                                   \
-                  ""                                   \
-                  "Enable libtar support?"             &&
+optional_depends  libtar                                  \
+                  ""                                      \
+                  ""                                      \
+                  "for libtar support"                    &&
 
-optional_depends  libgringotts                         \
-                  ""                                   \
-                  ""                                   \
-                  "Enable libgringotts support?"       &&
+optional_depends  libgringotts                            \
+                  ""                                      \
+                  ""                                      \
+                  "for libgringotts support"              &&
 
-optional_depends  libsyncml                            \
-                  "--with-libsyncml"                   \
-                  "--without-libsyncml"                \
-                  "Enable experimental SyncML plugin?"
+optional_depends  libsyncml                               \
+                  "--with-libsyncml"                      \
+                  "--without-libsyncml"                   \
+                  "to enable experimental SyncML plugin"
diff --git a/gnome2-apps/osmo/HISTORY b/gnome2-apps/osmo/HISTORY
index e57a79b..e78f4b3 100644
--- a/gnome2-apps/osmo/HISTORY
+++ b/gnome2-apps/osmo/HISTORY
@@ -1,4 +1,7 @@
 2009-11-28 Vasil Yonkov <spirtbrat at sourcemage.org>
+	* CONFIGURE, DEPENDS: proper query messages
+
+2009-11-28 Vasil Yonkov <spirtbrat at sourcemage.org>
 	* BUILD, CONFIGURE, DEPENDS: added optional dependencies
 
 2009-11-08 Bor Kraljič <pyrobor at ver.si>



More information about the SM-Commit mailing list