Skip to Content.
Sympa Menu

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

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 (72966b31321922f053049fdb3cad54d6b4eed6df)
  • Date: Sun, 25 Apr 2010 07:10:23 -0500

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

mail/sylpheed/DETAILS | 6 ++++++
mail/sylpheed/DOWNLOAD | 5 +++++
mail/sylpheed/HISTORY | 4 ++++
mail/sylpheed/PREPARE | 6 +++++-
mail/sylpheed/PRE_BUILD | 5 +++++
5 files changed, 25 insertions(+), 1 deletion(-)

New commits:
commit 72966b31321922f053049fdb3cad54d6b4eed6df
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

sylpheed: added ability to change icon theme from coonsden.com

diff --git a/mail/sylpheed/DETAILS b/mail/sylpheed/DETAILS
index 0e6d2dc..14abae3 100755
--- a/mail/sylpheed/DETAILS
+++ b/mail/sylpheed/DETAILS
@@ -5,6 +5,12 @@ if [[ $SYLPHEED_GTK2 == n ]]; then
else
VERSION=3.0.2
SECURITY_PATCH=1
+ if [[ $SYLPHEED_IT == y ]]; then
+ SOURCE3=Sylpheed3.0_icon-set.tar.gz
+ SOURCE3_URL[0]=http://www.coonsden.com/dl0ads/$SOURCE3
+
SOURCE3_HASH=sha512:600e6c82e6483bf282426f4562b75e1f83c3cd22396e83f6b67a4167a5da905c82ac98e1d6f39a9fb4865db0ce4a358b53e6e6bb5a38995c7c54d027eaf1b674
+SOURCE3_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION/Sylpheed3.0_icon-set"
+ fi
fi
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE2=$SOURCE.asc
diff --git a/mail/sylpheed/DOWNLOAD b/mail/sylpheed/DOWNLOAD
new file mode 100755
index 0000000..9bf399b
--- /dev/null
+++ b/mail/sylpheed/DOWNLOAD
@@ -0,0 +1,5 @@
+if [[ $SYLPHEED_IT == y ]]; then
+ wget -U "" -c -t 3 --waitretry=3 -O "$SOURCE_CACHE/$SOURCE3" "$SOURCE3_URL"
+fi &&
+
+default_download
diff --git a/mail/sylpheed/HISTORY b/mail/sylpheed/HISTORY
index 27f2ec5..2a97390 100644
--- a/mail/sylpheed/HISTORY
+++ b/mail/sylpheed/HISTORY
@@ -1,3 +1,7 @@
+2010-04-25 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, PRE{PARE,_BUILD}: added icon theme selection
+ * DOWNLOAD: added, to download icon theme tarball correctly
+
2010-04-02 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 3.0.2

diff --git a/mail/sylpheed/PREPARE b/mail/sylpheed/PREPARE
index 468235b..06b429c 100755
--- a/mail/sylpheed/PREPARE
+++ b/mail/sylpheed/PREPARE
@@ -1 +1,5 @@
-config_query SYLPHEED_GTK2 "Sylpheed can use GTK or GTK2. Build the GTK2
version?" y
+config_query SYLPHEED_GTK2 "Sylpheed can use GTK or GTK2. Build the GTK2
version?" y &&
+
+if [[ $SYLPHEED_GTK2 == y ]]; then
+ config_query SYLPHEED_IT "Use icon theme by Johan Spee (coonsden.com)?" n
+fi
diff --git a/mail/sylpheed/PRE_BUILD b/mail/sylpheed/PRE_BUILD
index 15a08ae..f5c3034 100755
--- a/mail/sylpheed/PRE_BUILD
+++ b/mail/sylpheed/PRE_BUILD
@@ -1,6 +1,11 @@
default_pre_build &&
cd "$SOURCE_DIRECTORY" &&

+if [[ $SYLPHEED_IT == y ]]; then
+ unpack_file 3 &&
+ cp -av "$SOURCE3_DIRECTORY/src" "$SOURCE_DIRECTORY"
+fi &&
+
if [[ $NO_USERAGENT == y ]]; then
patch -p0 < "$SPELL_DIRECTORY/patch-src_compose_c"
fi



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (72966b31321922f053049fdb3cad54d6b4eed6df), Vlad Glagolev, 04/25/2010

Archive powered by MHonArc 2.6.24.

Top of Page