Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (47c2f2352b5ae578d5c63cbe4e3fc5471b5feea2)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (47c2f2352b5ae578d5c63cbe4e3fc5471b5feea2)
  • Date: Sat, 10 Oct 2015 11:21:48 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

dev/null |binary
gnome2-apps/osmo/BUILD | 4 +-
gnome2-apps/osmo/CONFIGURE | 27 +++++++++++++++----
gnome2-apps/osmo/DEPENDS | 44
+++++++++++---------------------
gnome2-apps/osmo/DETAILS | 4 +-
gnome2-apps/osmo/HISTORY | 6 ++++
gnome2-apps/osmo/osmo-0.2.14.tar.gz.sig |binary
7 files changed, 47 insertions(+), 38 deletions(-)

New commits:
commit 47c2f2352b5ae578d5c63cbe4e3fc5471b5feea2
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

osmo: => 0.2.14

diff --git a/gnome2-apps/osmo/BUILD b/gnome2-apps/osmo/BUILD
index b78f995..9d101f6 100755
--- a/gnome2-apps/osmo/BUILD
+++ b/gnome2-apps/osmo/BUILD
@@ -1,3 +1,3 @@
-OPTS="$OPTS $OSMO_CONTACTS $OSMO_TASKS $OSMO_NOTES" &&
-CFLAGS="$CFLAGS -I$INSTALL_ROOT/usr/include/libical" &&
+OPTS="$OSMO_OPTS $OPTS" &&
+
default_build
diff --git a/gnome2-apps/osmo/CONFIGURE b/gnome2-apps/osmo/CONFIGURE
index e2f52f7..356757e 100755
--- a/gnome2-apps/osmo/CONFIGURE
+++ b/gnome2-apps/osmo/CONFIGURE
@@ -1,8 +1,23 @@
-config_query_option OSMO_CONTACTS "Enable Contacts module" y \
- "--with-contacts" "--without-contacts" &&
+config_query_option OSMO_OPTS "Enable printing support" y \
+ "--enable-printing" \
+ "--disable-printing" &&

-config_query_option OSMO_TASKS "Enable Tasks module" y \
- "--with-tasks" "--without-tasks" &&
+# backporting legacy options
+for o in OSMO_CONTACTS OSMO_TASKS OSMO_NOTES; do
+ if [[ -n ${!o} ]]; then
+ list_add "OSMO_OPTS" "${!o}"
+ persistent_remove ${o}
+ fi
+done &&

-config_query_option OSMO_NOTES "Enable Notes module" y \
- "--with-notes" "--without-notes"
+config_query_option OSMO_OPTS "Enable Contacts module" y \
+ "--with-contacts" \
+ "--without-contacts" &&
+
+config_query_option OSMO_OPTS "Enable Tasks module" y \
+ "--with-tasks" \
+ "--without-tasks" &&
+
+config_query_option OSMO_OPTS "Enable Notes module" y \
+ "--with-notes" \
+ "--without-notes"
diff --git a/gnome2-apps/osmo/DEPENDS b/gnome2-apps/osmo/DEPENDS
index 4aa5e6e..b52e258 100755
--- a/gnome2-apps/osmo/DEPENDS
+++ b/gnome2-apps/osmo/DEPENDS
@@ -1,32 +1,20 @@
-depends gtk+2 &&
-depends libxml2 &&
+depends gtk+2 &&
+depends libxml2 &&
+depends gettext &&

-optional_depends gtkspell \
- "" \
- "" \
- "for gtkspell support" &&
+optional_depends libgringotts \
+ "--enable-backup" \
+ "--disable-backup" \
+ "for backup support" &&

-optional_depends libical \
- "" \
- "" \
- "for libical support" &&
+if is_depends_enabled $SPELL libgringotts; then
+ depends libarchive
+fi &&

-optional_depends libnotify \
- "" \
- "" \
- "for libnotify support" &&
+optional_depends libical "" "" "for iCalendar support" &&
+optional_depends gtkspell "" "" "for spell-checking support" &&
+optional_depends webkitgtk "" "" "for HTML rendering support" &&

-optional_depends libtar \
- "" \
- "" \
- "for libtar support" &&
-
-optional_depends libgringotts \
- "" \
- "" \
- "for libgringotts support" &&
-
-optional_depends libsyncml \
- "--with-libsyncml" \
- "--without-libsyncml" \
- "to enable experimental SyncML plugin"
+if list_find "$OSMO_OPTS" "--with-tasks"; then
+ optional_depends libnotify "" "" "for task notification support"
+fi
diff --git a/gnome2-apps/osmo/DETAILS b/gnome2-apps/osmo/DETAILS
index 9fe7340..c7697f5 100755
--- a/gnome2-apps/osmo/DETAILS
+++ b/gnome2-apps/osmo/DETAILS
@@ -1,8 +1,8 @@
SPELL=osmo
- VERSION=0.2.8
+ VERSION=0.2.14
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_GPG=gurus.gpg:$SOURCE.sig:WORKS_FOR_ME
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"

SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/osmo-pim/$SOURCE
WEB_SITE=http://clayo.org/osmo/
LICENSE[0]=GPL
diff --git a/gnome2-apps/osmo/HISTORY b/gnome2-apps/osmo/HISTORY
index a7c69fe..fb3f32f 100644
--- a/gnome2-apps/osmo/HISTORY
+++ b/gnome2-apps/osmo/HISTORY
@@ -1,3 +1,9 @@
+2015-10-10 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.2.14; quoting paths
+ * CONFIGURE: added printing flags; switch to OSMO_OPTS
+ * BUILD: use OSMO_OPTS; removed a crutch for libical
+ * DEPENDS: rewritten
+
2015-05-25 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: remove SOURCEFORGE_URL usage (automated)

diff --git a/gnome2-apps/osmo/osmo-0.2.14.tar.gz.sig
b/gnome2-apps/osmo/osmo-0.2.14.tar.gz.sig
new file mode 100644
index 0000000..bdccfac
Binary files /dev/null and b/gnome2-apps/osmo/osmo-0.2.14.tar.gz.sig differ
diff --git a/gnome2-apps/osmo/osmo-0.2.8.tar.gz.sig
b/gnome2-apps/osmo/osmo-0.2.8.tar.gz.sig
deleted file mode 100644
index 22a0bd2..0000000
Binary files a/gnome2-apps/osmo/osmo-0.2.8.tar.gz.sig and /dev/null differ



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (47c2f2352b5ae578d5c63cbe4e3fc5471b5feea2), Vlad Glagolev, 10/10/2015

Archive powered by MHonArc 2.6.24.

Top of Page