Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vasil Yonkov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vasil Yonkov (0634dde9ec6a2b63dccc4a7ecaa3a57e4fb108bd)
  • Date: Sun, 29 Nov 2009 23:34:55 -0600

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>



  • [SM-Commit] GIT changes to master grimoire by Vasil Yonkov (0634dde9ec6a2b63dccc4a7ecaa3a57e4fb108bd), Vasil Yonkov, 11/30/2009

Archive powered by MHonArc 2.6.24.

Top of Page