Skip to Content.
Sympa Menu

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

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 (2f0f2b4087a4139bb31efbb27db16b623386e75f)
  • Date: Sat, 28 Nov 2009 11:02:30 -0600

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

gnome2-apps/osmo/BUILD | 2 ++
gnome2-apps/osmo/CONFIGURE | 8 ++++++++
gnome2-apps/osmo/DEPENDS | 32 +++++++++++++++++++++++++++++++-
gnome2-apps/osmo/HISTORY | 3 +++
4 files changed, 44 insertions(+), 1 deletion(-)

New commits:
commit 2f0f2b4087a4139bb31efbb27db16b623386e75f
Author: Vasil Yonkov <spirtbrat AT sourcemage.org>
Commit: Vasil Yonkov <spirtbrat AT sourcemage.org>

osmo: added options for Contacts, Tasks and Notes modules
added options for gtkspell, libical, libnotify, libtar,
libgringotts, libsyncml

diff --git a/gnome2-apps/osmo/BUILD b/gnome2-apps/osmo/BUILD
new file mode 100755
index 0000000..bf82cfc
--- /dev/null
+++ b/gnome2-apps/osmo/BUILD
@@ -0,0 +1,2 @@
+OPTS="$OPTS $OSMO_CONTACTS $OSMO_TASKS $OSMO_NOTES" &&
+default_build
diff --git a/gnome2-apps/osmo/CONFIGURE b/gnome2-apps/osmo/CONFIGURE
new file mode 100755
index 0000000..8be1269
--- /dev/null
+++ b/gnome2-apps/osmo/CONFIGURE
@@ -0,0 +1,8 @@
+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_NOTES "Enable Notes module?" y \
+ "--with-notes" "--without-notes"
diff --git a/gnome2-apps/osmo/DEPENDS b/gnome2-apps/osmo/DEPENDS
index 5d7838d..ade0e1a 100755
--- a/gnome2-apps/osmo/DEPENDS
+++ b/gnome2-apps/osmo/DEPENDS
@@ -1,2 +1,32 @@
depends gtk+2 &&
-depends libxml2
+depends libxml2 &&
+
+optional_depends gtkspell \
+ "" \
+ "" \
+ "Enable gtkspell support?" &&
+
+optional_depends libical \
+ "" \
+ "" \
+ "Enable libical support?" &&
+
+optional_depends libnotify \
+ "" \
+ "" \
+ "Enable libnotify support?" &&
+
+optional_depends libtar \
+ "" \
+ "" \
+ "Enable libtar support?" &&
+
+optional_depends libgringotts \
+ "" \
+ "" \
+ "Enable libgringotts support?" &&
+
+optional_depends libsyncml \
+ "--with-libsyncml" \
+ "--without-libsyncml" \
+ "Enable experimental SyncML plugin?"
diff --git a/gnome2-apps/osmo/HISTORY b/gnome2-apps/osmo/HISTORY
index 489f184..e57a79b 100644
--- a/gnome2-apps/osmo/HISTORY
+++ b/gnome2-apps/osmo/HISTORY
@@ -1,3 +1,6 @@
+2009-11-28 Vasil Yonkov <spirtbrat AT sourcemage.org>
+ * BUILD, CONFIGURE, DEPENDS: added optional dependencies
+
2009-11-08 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: updated spell to 0.2.8
fixed WEB_SITE




Archive powered by MHonArc 2.6.24.

Top of Page