Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (5cd49ccf8de6dbee713750c94490b5f1753d93bc)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (5cd49ccf8de6dbee713750c94490b5f1753d93bc)
  • Date: Tue, 26 Sep 2006 07:43:28 -0500

GIT changes to master grimoire by Ladislav Hagara <ladislav.hagara AT unob.cz>:

ChangeLog | 3 +++
mail/sylpheed-claws-extra-plugins/BUILD | 6 ++++++
mail/sylpheed-claws-extra-plugins/CONFIGURE | 15 +++++++++++++++
mail/sylpheed-claws-extra-plugins/DEPENDS | 1 +
mail/sylpheed-claws-extra-plugins/DETAILS | 17 +++++++++++++++++
mail/sylpheed-claws-extra-plugins/HISTORY | 3 +++
mail/sylpheed-claws-extra-plugins/INSTALL | 6 ++++++
7 files changed, 51 insertions(+)

New commits:
commit 5cd49ccf8de6dbee713750c94490b5f1753d93bc
Author: Ladislav Hagara <ladislav.hagara AT unob.cz>
Commit: Ladislav Hagara <ladislav.hagara AT unob.cz>

mail/sylpheed-claws-extra-plugins: new spell

diff --git a/ChangeLog b/ChangeLog
index 77c5dfb..7703700 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2006-09-26 Ladislav Hagara <hgr AT vabo.cz>
+ * mail/sylpheed-claws-extra-plugins: new spell
+
2006-09-25 Ladislav Hagara <hgr AT vabo.cz>
* libs/libgksuui: deprecated, had been incorporated into libgksu

diff --git a/mail/sylpheed-claws-extra-plugins/BUILD
b/mail/sylpheed-claws-extra-plugins/BUILD
new file mode 100755
index 0000000..71d313f
--- /dev/null
+++ b/mail/sylpheed-claws-extra-plugins/BUILD
@@ -0,0 +1,6 @@
+for SYLPHEED_PLUGIN in $SYLPHEED_CLAWS_EXTRA_PLUGINS
+do
+ message "${MESSAGE_COLOR}sylpheed-claws-extra-plugin $SYLPHEED_PLUGIN is
being built...${DEFAULT_COLOR}"
+ cd $SOURCE_DIRECTORY/$SYLPHEED_PLUGIN*
+ default_build
+done
diff --git a/mail/sylpheed-claws-extra-plugins/CONFIGURE
b/mail/sylpheed-claws-extra-plugins/CONFIGURE
new file mode 100755
index 0000000..2c2cf0f
--- /dev/null
+++ b/mail/sylpheed-claws-extra-plugins/CONFIGURE
@@ -0,0 +1,15 @@
+persistent_add SYLPHEED_CLAWS_EXTRA_PLUGINS &&
+SYLPHEED_CLAWS_EXTRA_PLUGINS="acpi_notifier \
+ att_remover \
+ cachesaver \
+ etpan-privacy \
+ fetchinfo-plugin \
+ gtkhtml2_viewer \
+ maildir \
+ mailmbox \
+ newmail \
+ notification_plugin \
+ perl_plugin \
+ rssyl \
+ smime \
+ vcalendar"
diff --git a/mail/sylpheed-claws-extra-plugins/DEPENDS
b/mail/sylpheed-claws-extra-plugins/DEPENDS
new file mode 100755
index 0000000..edc1195
--- /dev/null
+++ b/mail/sylpheed-claws-extra-plugins/DEPENDS
@@ -0,0 +1 @@
+depends sylpheed-claws
diff --git a/mail/sylpheed-claws-extra-plugins/DETAILS
b/mail/sylpheed-claws-extra-plugins/DETAILS
new file mode 100755
index 0000000..4f0cb4a
--- /dev/null
+++ b/mail/sylpheed-claws-extra-plugins/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=sylpheed-claws-extra-plugins
+ VERSION=2.5.0
+ SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE_URL=$SOURCEFORGE_URL/sylpheed-claws/$SOURCE
+ SOURCE2=${SOURCE}.asc
+ SOURCE2_URL=${SOURCE_URL}.asc
+ SOURCE_GPG=sylpheed.gpg:${SOURCE}.asc
+ SOURCE2_IGNORE=signature
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://www.sylpheed-claws.net/plugins.php
+ ENTERED=20060926
+ LICENSE[0]=GPL
+ KEYWORDS="reader email mail"
+ SHORT="extra plugins for sylpheed-claws"
+cat << EOF
+extra plugins for sylpheed-claws
+EOF
diff --git a/mail/sylpheed-claws-extra-plugins/HISTORY
b/mail/sylpheed-claws-extra-plugins/HISTORY
new file mode 100644
index 0000000..8aea1fa
--- /dev/null
+++ b/mail/sylpheed-claws-extra-plugins/HISTORY
@@ -0,0 +1,3 @@
+2006-09-26 Ladislav Hagara <hgr AT vabo.cz>
+ * *: created this spell, version 2.5.0
+
diff --git a/mail/sylpheed-claws-extra-plugins/INSTALL
b/mail/sylpheed-claws-extra-plugins/INSTALL
new file mode 100755
index 0000000..3545ecb
--- /dev/null
+++ b/mail/sylpheed-claws-extra-plugins/INSTALL
@@ -0,0 +1,6 @@
+for SYLPHEED_PLUGIN in $SYLPHEED_CLAWS_EXTRA_PLUGINS
+do
+ message "${MESSAGE_COLOR}sylpheed-claws-extra-plugin $SYLPHEED_PLUGIN is
being installed ...${DEFAULT_COLOR}"
+ cd $SOURCE_DIRECTORY/$SYLPHEED_PLUGIN*
+ default_install
+done



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (5cd49ccf8de6dbee713750c94490b5f1753d93bc), Ladislav Hagara, 09/26/2006

Archive powered by MHonArc 2.6.24.

Top of Page