Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to test grimoire by David Kowis (ab2152128bc82d49b44a8f8db5afe8bf0d5bd483)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Kowis <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to test grimoire by David Kowis (ab2152128bc82d49b44a8f8db5afe8bf0d5bd483)
  • Date: Mon, 12 Jun 2006 11:56:19 -0500

GIT changes to test grimoire by David Kowis <dkowis AT shlrm.org>:

mail/openwebmail/DEPENDS | 2 +-
mail/openwebmail/HISTORY | 3 +++
mail/sylpheed-claws/DEPENDS | 26 ++++++++++----------------
mail/sylpheed-claws/DETAILS | 12 ++++++------
mail/sylpheed-claws/HISTORY | 4 ++++
mail/sylpheed-claws/PREPARE | 1 -
6 files changed, 24 insertions(+), 24 deletions(-)

New commits:
commit ab2152128bc82d49b44a8f8db5afe8bf0d5bd483
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT shlrm.org>

Sylpheed-claws:

Pushing sylpheed-claws up to the latest version and removing the gtk+
version.

commit 0c163a74599e40de6c68baab9b5d5b62e55dcf8d
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT shlrm.org>

Fixed a glitch with &&'s

diff --git a/mail/openwebmail/DEPENDS b/mail/openwebmail/DEPENDS
index b8e09dd..da187b7 100755
--- a/mail/openwebmail/DEPENDS
+++ b/mail/openwebmail/DEPENDS
@@ -9,7 +9,7 @@ depends text-iconv &&
if [[ "$OW_POP3SSL" == "y" ]]; then
depends openssl &&
depends net-ssleay &&
- depends io-socket-ssl &&
+ depends io-socket-ssl
fi &&

optional_depends cgi-speedycgi '' '' 'Highly Reccomended, for persistent
running' &&
diff --git a/mail/openwebmail/HISTORY b/mail/openwebmail/HISTORY
index 4f48941..1053551 100644
--- a/mail/openwebmail/HISTORY
+++ b/mail/openwebmail/HISTORY
@@ -1,3 +1,6 @@
+2006-06-12 David Kowis <dkowis AT shlrm.org>
+ * DEPENDS: oops had an extra &&
+
2006-05-19 David Kowis <dkowis AT shlrm.org>
* DEPENDS: added more depends and optional deps
* CONFIGURE: added a configure question for pop3 over ssl
diff --git a/mail/sylpheed-claws/DEPENDS b/mail/sylpheed-claws/DEPENDS
index 98ad34e..73610af 100755
--- a/mail/sylpheed-claws/DEPENDS
+++ b/mail/sylpheed-claws/DEPENDS
@@ -1,19 +1,13 @@
-if [ "$SYLPHEED_CLAWS_GTK2" == "y" ]; then
- depends gtk+2
- optional_depends "gnome-print" \
- "--enable-gnomeprint" \
- "--disable-gnomeprint" \
- "enable gnome-print support?" &&
-
- optional_depends "libetpan" \
- "--enable-libetpan" \
- "--disable-libetpan" \
- "enable IMAP4 support from libetpan?"
-
-else
- depends gtk+ &&
- optional_depends "gdk-pixbuf" "" "" "for built-in image view support"
-fi &&
+depends gtk+2
+optional_depends "gnome-print" \
+ "--enable-gnomeprint" \
+ "--disable-gnomeprint" \
+ "enable gnome-print support?" &&
+
+optional_depends "libetpan" \
+ "--enable-libetpan" \
+ "--disable-libetpan" \
+ "enable IMAP4 support from libetpan?" &&

optional_depends "compface" \
"--enable-compface" \
diff --git a/mail/sylpheed-claws/DETAILS b/mail/sylpheed-claws/DETAILS
index 0cb1c65..ccbc2dd 100755
--- a/mail/sylpheed-claws/DETAILS
+++ b/mail/sylpheed-claws/DETAILS
@@ -1,8 +1,5 @@
SPELL=sylpheed-claws
-if [ "$SYLPHEED_CLAWS_GTK2" == "y" ]
-then VERSION=2.2.3
-else VERSION=1.0.5
-fi
+ VERSION=2.3.0
SOURCE=sylpheed-claws-${VERSION}.tar.bz2
SOURCE_URL=$SOURCEFORGE_URL/sylpheed-claws/$SOURCE
SOURCE2=${SOURCE}.asc
@@ -16,7 +13,10 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/sylphe
LICENSE[0]=GPL
KEYWORDS="reader email mail"
BUILD_API=1
- SHORT="e-mail client (& news reader) based on GTK+ or GTK+2"
+ SHORT="e-mail client (& news reader) based on GTK+2"
cat << EOF
-Sylpheed-Claws is a bleeding edge branch of Sylpheed, a GTK+/GTK+2 based,
lightweight, and fast e-mail client. The messages are managed in MH format.
You can also utilize fetchmail and/or procmail, and external programs on
receiving (like inc or imget).
+Sylpheed-Claws is a bleeding edge branch of Sylpheed, a GTK+2 based,
lightweight,
+and fast e-mail client. The messages are managed in MH format. You can also
+utilize fetchmail and/or procmail, and external programs on receiving (like
inc
+or imget).
EOF
diff --git a/mail/sylpheed-claws/HISTORY b/mail/sylpheed-claws/HISTORY
index f73dbd8..6a6fa1c 100644
--- a/mail/sylpheed-claws/HISTORY
+++ b/mail/sylpheed-claws/HISTORY
@@ -1,3 +1,7 @@
+2006-06-12 David Kowis <dkowis AT shlrm.org>
+ * DETAILS, CONFIGURE, PREPARE: removed setting between GTK+ and GTK+2
+ as it's not anywhere on their site, nor can the files be downloaded.
+
2006-06-12 Arwed v. Merkatz <v.merkatz AT gmx.net>
* DETAILS: inserted BUILD_API=1 line

diff --git a/mail/sylpheed-claws/PREPARE b/mail/sylpheed-claws/PREPARE
deleted file mode 100755
index 80a5af4..0000000
--- a/mail/sylpheed-claws/PREPARE
+++ /dev/null
@@ -1 +0,0 @@
-config_query SYLPHEED_CLAWS_GTK2 "Sylpheed-Claws can use GTK or GTK2. Build
the GTK2 version?" y



  • [SM-Commit] GIT changes to test grimoire by David Kowis (ab2152128bc82d49b44a8f8db5afe8bf0d5bd483), David Kowis, 06/12/2006

Archive powered by MHonArc 2.6.24.

Top of Page