Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Robin Cook (e60fb856ee6c5bc01eb6e290f1f83aa18b82b233)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Robin Cook <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Robin Cook (e60fb856ee6c5bc01eb6e290f1f83aa18b82b233)
  • Date: Mon, 2 Sep 2013 10:19:45 -0500

GIT changes to master grimoire by Robin Cook <rcook AT wyrms.net>:

gnome2-libs/dconf/DETAILS | 6 ++--
gnome2-libs/dconf/HISTORY | 4 ++
libs/tbb/HISTORY | 3 ++
libs/tbb/INSTALL | 2 -
mail/claws-mail/CONFIGURE | 68
+++++++++++++++++++++++++++++++++++++++++++---
mail/claws-mail/DEPENDS | 68
+++++++++++++++++++++++++++++++++++++++++++++-
mail/claws-mail/HISTORY | 4 ++
7 files changed, 147 insertions(+), 8 deletions(-)

New commits:
commit e60fb856ee6c5bc01eb6e290f1f83aa18b82b233
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

tbb: adde -f to link command

commit 700e6f0579af286981cec318ea51e98885d5d8bb
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

dconf: updated to 0.16.1

commit f10f988e5f587660dff68de58ebccfe7d93f5c25
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

claws-mail: added additional configure and optional depends

diff --git a/gnome2-libs/dconf/DETAILS b/gnome2-libs/dconf/DETAILS
index dad198e..626c37e 100755
--- a/gnome2-libs/dconf/DETAILS
+++ b/gnome2-libs/dconf/DETAILS
@@ -1,8 +1,8 @@
SPELL=dconf
- VERSION=0.14.1
+ VERSION=0.16.1
SOURCE="${SPELL}-${VERSION}.tar.xz"
-
SOURCE_URL[0]=http://download.gnome.org/sources/${SPELL}/${VERSION:0:4}/${SOURCE}
-
SOURCE_HASH=sha512:110e1fe8ac986d61491f10c25ccfb687d914cbbacad70a0c6918bd07d32a19058050267e677626cb2dbc26928923f49b0495e0cf1eeeb210537f42b6936eed5f
+
SOURCE_URL[0]=http://ftp.gnome.org/pub/GNOME/sources/$SPELL/${VERSION:0:4}/$SOURCE
+
SOURCE_HASH=sha512:8ec267fd8e769da4e4316e697e76eeb228ad2699e7aad8b2d1034314073c650ac880449a8be79e5c86ba263db89a12eabc1cd40bbb1edf0b0c710e2e32567f78

SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://live.gnome.org/dconf";
LICENSE[0]="LGPL"
diff --git a/gnome2-libs/dconf/HISTORY b/gnome2-libs/dconf/HISTORY
index b8733d4..b5bc71c 100644
--- a/gnome2-libs/dconf/HISTORY
+++ b/gnome2-libs/dconf/HISTORY
@@ -1,3 +1,7 @@
+2013-09-02 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 0.16.1
+ changed SOURCE_URL
+
2013-06-11 Eric Sandall <sandalle AT sourcemage.org>
* Bug #450 (apply Javier's fix)

diff --git a/libs/tbb/HISTORY b/libs/tbb/HISTORY
index dd7d440..67177e9 100644
--- a/libs/tbb/HISTORY
+++ b/libs/tbb/HISTORY
@@ -1,3 +1,6 @@
+2013-09-02 Robin Cook <rcook AT wyrms.net>
+ * INSTALL: added -f to link command
+
2013-08-07 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 41_20130613

diff --git a/libs/tbb/INSTALL b/libs/tbb/INSTALL
index f4641fd..5966dcd 100755
--- a/libs/tbb/INSTALL
+++ b/libs/tbb/INSTALL
@@ -3,7 +3,7 @@ cd $SOURCE_DIRECTORY &&
for foo in $(find -executable -type f); do
bar=$(basename $foo)
cp $foo ${INSTALL_ROOT}/usr/lib/$bar &&
- ln -s ${INSTALL_ROOT}/usr/lib/$bar ${INSTALL_ROOT}/usr/lib/$(expr match
"${bar}" '\([a-z_]*\.so\)')
+ ln -sf ${INSTALL_ROOT}/usr/lib/$bar ${INSTALL_ROOT}/usr/lib/$(expr match
"${bar}" '\([a-z_]*\.so\)')
done &&

#install the include files
diff --git a/mail/claws-mail/CONFIGURE b/mail/claws-mail/CONFIGURE
index 49ff14f..d4b180a 100755
--- a/mail/claws-mail/CONFIGURE
+++ b/mail/claws-mail/CONFIGURE
@@ -1,11 +1,73 @@
-config_query_option SYLPHEED_OPTS "Compile tray-icon plugin?" y \
+config_query_list CLAWSMAIL_GTK "Use which GTK to build?" gtk+2 gtk+3 &&
+
+config_query_option CLAWSMAIL_OPTS "Compile tray-icon plugin?" y \
"--enable-trayicon-plugin" \
"--disable-trayicon-plugin" &&

-config_query_option SYLPHEED_OPTS "Compile crash dialog?" n \
+config_query_option CLAWSMAIL_OPTS "Compile crash dialog?" n \
"--enable-crash-dialog" \
"--disable-crash-dialog" &&

config_query_option SYLPHEED_OPTS "Enable IPv6 support?" y \
"--enable-ipv6" \
- "--disable-ipv6"
+ "--disable-ipv6" &&
+
+config_query_option CLAWSMAIL_OPTS "Build generic UMPC Code?" n \
+ "--enable-generic-umpc" \
+ "--disable-generic-umpc" &&
+
+config_query_option CLAWSMAIL_OPTS "Enable pthread support?" y \
+ "--enable-pthread" \
+ "--disable-pthread" &&
+
+config_query_option CLAWSMAIL_OPTS "Build external address book support?" n \
+ "--enable-new-addrbook" \
+ "--disable-new-addrbook" &&
+
+config_query_option CLAWSMAIL_OPTS "Enable acpi_notifier plugin?" y \
+ "--enable-acpi_notifier-plugin" \
+ "--disable-acpi_notifier-plugin" &&
+
+config_query_option CLAWSMAIL_OPTS "Enable address_keeper plugin?" y \
+ "--enable-address_keeper-plugin" \
+ "--disable-address_keeper-plugin" &&
+
+config_query_option CLAWSMAIL_OPTS "Enable attachement remover plugin?" y \
+ "--enable-att_remover-plugin" \
+ "--disable-att_remover-plugin" &&
+
+config_query_option CLAWSMAIL_OPTS "Enable attachement warning plugin?" y \
+ "--enable-attachwarner-plugin" \
+ "--disable-attachwarner-plugin" &&
+
+config_query_option CLAWSMAIL_OPTS "Enable fetchinfo plugin?" y \
+ "--enable-fetchinfo-plugin" \
+ "--disable-fetchinfo-plugin" &&
+
+config_query_option CLAWSMAIL_OPTS "Enable mailmbox plugin?" y \
+ "--enable-mailmbox-plugin" \
+ "--disable-mailmbox-plugin" &&
+config_query_option CLAWSMAIL_OPTS "Enable newmail plugin?" y \
+ "--enable-newmail-plugin" \
+ "--disable-newmail-plugin" &&
+
+config_query_option CLAWSMAIL_OPTS "Enable notification plugin?" y \
+ "--enable-notification-plugin" \
+ "--disable-notification-plugin" &&
+
+config_query_option CLAWSMAIL_OPTS "Enable rssyl plugin?" y \
+ "--enable-rssyl-plugin" \
+ "--disable-rssyl-plugin" &&
+
+config_query_option CLAWSMAIL_OPTS "Enable smime plugin?" y \
+ "--enable-smime-plugin" \
+ "--disable-smime-plugin" &&
+
+config_query_option CLAWSMAIL_OPTS "Enable spam report plugin?" y \
+ "--enable-spam_report-plugin" \
+ "--disable-spam_report-plugin" &&
+
+config_query_option CLAWSMAIL_OPTS "Enable vcalendar plugin?" y \
+ "--enable-vcalendar-plugin" \
+ "--disable-vcalendar-plugin"
+
diff --git a/mail/claws-mail/DEPENDS b/mail/claws-mail/DEPENDS
index b867e20..1e40fc5 100755
--- a/mail/claws-mail/DEPENDS
+++ b/mail/claws-mail/DEPENDS
@@ -1,4 +1,8 @@
-depends gtk+2 &&
+if [ "$CLAWSMAIL_GTK" == "gtk+3" ]; then
+ depends gtk+3 --enable-gtk3
+else
+ depends gtk+2
+fi &&
depends c-ares &&

optional_depends "dbus" \
@@ -81,6 +85,68 @@ optional_depends network-manager \
"--disable-networkmanager-support" \
"support for NetworkManager" &&

+optional_depends valgrind \
+ "--enable-valgrind" \
+ "--disable-valgrind" \
+ "Enable valgrind support for debugging?" &&
+
+optional_depends libarchive \
+ "--enable-archive-plugin" \
+ "--disable-archive-plugin" \
+ "to build archive plugin" &&
+
+optional_depends bsfilter \
+ "--enable-bsfilter-plugin" \
+ "--disable-bsfilter-plugin" \
+ "Enable bsfilter plugin (Bayesian spam filtering)" &&
+
+optional_depends clamav \
+ "--enable-clamd-plugin" \
+ "--disable-clamd-plugin" \
+ "Enable clamd plugin?" &&
+
+optional_depends libchamplain \
+ "--enable-geolocation-plugin" \
+ "--disable-geolocation-plugin" \
+ "Enable geolocation plugin" &&
+
+optional_depends libgdata \
+ "--enable-gdata-plugin" \
+ "--disable-gdata-plugin" \
+ "Enable gdata plugin?" &&
+
+optional_depends libytnef \
+ "--enable-tnef_parse-plugin" \
+ "--disable-tnef_parse-plugin" \
+ "Enable tnef_parse plugin?" &&
+
+optional_depends poppler \
+ "--enable-pdf_viewer-plugin" \
+ "--disable-pdf_viewer-plugin" \
+ "Enable pdf_viewer plugin?" &&
+
+optional_depends perl \
+ "--enable-perl-plugin" \
+ "--disable-perl-plugin" \
+ "Enable perl plugin?" &&
+
+optional_depends PYTHON \
+ "--enable-python-plugin" \
+ "--disable-python-plugin" \
+ "Enable python plugin?" &&
+
+if [ "$CLAWSMAIL_GTK" == "gtk+3" ]; then
+ optional_depends webkitgtk3 \
+ "--enable-fancy-plugin" \
+ "--disable-fancy-plugin" \
+ "Enable fancy plugin?"
+else
+ optional_depends webkitgtk \
+ "--enable-fancy-plugin" \
+ "--disable-fancy-plugin" \
+ "Enable fancy plugin?"
+fi &&
+
depends atk &&
depends cairo &&
depends curl &&
diff --git a/mail/claws-mail/HISTORY b/mail/claws-mail/HISTORY
index 1c90e63..67ec17c 100644
--- a/mail/claws-mail/HISTORY
+++ b/mail/claws-mail/HISTORY
@@ -1,3 +1,7 @@
+2013-09-02 Robin Cook <rcook AT wyrms.net>
+ * CONFIGURE: added additional configure options
+ * DEPENDS: added additional optional depends
+
2013-06-24 Ladislav Hagara <hgr AT vabo.cz>
* CONFLICTS: claws-mail-extra-plugins added, part of claws-mail now




  • [SM-Commit] GIT changes to master grimoire by Robin Cook (e60fb856ee6c5bc01eb6e290f1f83aa18b82b233), Robin Cook, 09/02/2013

Archive powered by MHonArc 2.6.24.

Top of Page