Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Andraž Levstik (43ab27a8403559e86be928bee60bdf346f057a00)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andraž Levstik <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Andraž Levstik (43ab27a8403559e86be928bee60bdf346f057a00)
  • Date: Mon, 19 Nov 2007 13:32:10 -0600

GIT changes to master grimoire by Andraž Levstik <ruskie AT mages.ath.cx>:

gnome2-apps/mail-notification/A3B8006A.gpg
|binary
gnome2-apps/mail-notification/DEPENDS |
2
gnome2-apps/mail-notification/DETAILS |
9 ++--
gnome2-apps/mail-notification/HISTORY |
15 ++++++
gnome2-apps/mail-notification/PRE_BUILD |
5 ++
gnome2-apps/mail-notification/mail-notification-4.1-find-evo-2.12.patch |
22 ++++++++++
6 files changed, 50 insertions(+), 3 deletions(-)

New commits:
commit c4be3145604eaf7947500f87845d76349e135d7f
Author: Andraž Levstik <ruskie AT mages.ath.cx>
Commit: Andraž Levstik <ruskie AT mages.ath.cx>

mail-notification: missing depends

commit ad0c0c259803968e6911798bec2af9a43eeca116
Author: Andraž Levstik <ruskie AT mages.ath.cx>
Commit: Andraž Levstik <ruskie AT mages.ath.cx>

mail-notification: version update to 4.1, fixups for api changes and
finding of evo

diff --git a/gnome2-apps/mail-notification/A3B8006A.gpg
b/gnome2-apps/mail-notification/A3B8006A.gpg
new file mode 100644
index 0000000..b046fc8
Binary files /dev/null and b/gnome2-apps/mail-notification/A3B8006A.gpg differ
diff --git a/gnome2-apps/mail-notification/DEPENDS
b/gnome2-apps/mail-notification/DEPENDS
index 67a7d3b..dba2a87 100755
--- a/gnome2-apps/mail-notification/DEPENDS
+++ b/gnome2-apps/mail-notification/DEPENDS
@@ -1,4 +1,6 @@
depends gtk+2 &&
+depends eel2 &&
+depends libnotify &&
optional_depends "gmime" \
"" \
"" \
diff --git a/gnome2-apps/mail-notification/DETAILS
b/gnome2-apps/mail-notification/DETAILS
index e3ecd65..7af3b01 100755
--- a/gnome2-apps/mail-notification/DETAILS
+++ b/gnome2-apps/mail-notification/DETAILS
@@ -1,8 +1,11 @@
SPELL=mail-notification
- VERSION=3.0
- SOURCE="mail-notification-$VERSION.tar.gz"
+ VERSION=4.1
+ SOURCE="mail-notification-$VERSION.tar.bz2"
+ SOURCE2=$SOURCE.sig
SOURCE_URL[0]=http://savannah.nongnu.org/download/mailnotify/$SOURCE
-
SOURCE_HASH=sha512:3f24b2f1f1a93fe197be06bb46906b4eef085accce05da364b3dafe2b3a30c5cc5fe4f060d9b4c826766cc1441ef67e2e98d539c3cd3ace93cd2a821406512ab
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
+ SOURCE_GPG=A3B8006A.gpg:$SOURCE2:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/mail-notification-$VERSION"
WEB_SITE=http://www.nongnu.org/mailnotify/
LICENSE[0]=GPL
diff --git a/gnome2-apps/mail-notification/HISTORY
b/gnome2-apps/mail-notification/HISTORY
index 5c13df5..17ed4dd 100644
--- a/gnome2-apps/mail-notification/HISTORY
+++ b/gnome2-apps/mail-notification/HISTORY
@@ -1,3 +1,18 @@
+2007-11-19 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DEPENDS: missing libnotify and eel2 depends
+
+2007-11-15 Andraž 'ruskie' Levstik <ruskie AT mages.ath.cx>
+ * DETAILS: converted to upstream signature checking
+ * PRE_BUILD: patching and sedding for various fixes
+ * mail-notification-4.1-find-evo-2.12.patch: added
+ * A3B8006A.gpg: upstream key added
+
+2007-11-15 Andraž 'ruskie' Levstik <ruskie AT mages.ath.cx>
+ * A3B8006A.gpg: added gpg keyring
+
+2007-11-15 Andraž 'ruskie' Levstik <ruskie AT mages.ath.cx>
+ * DETAILS: Changed SOURCE_URL[0] extension
+
2007-05-20 Arwed v. Merkatz <v.merkatz AT gmx.net>
* DEPENDS: changed evolution2 to evolution

diff --git a/gnome2-apps/mail-notification/PRE_BUILD
b/gnome2-apps/mail-notification/PRE_BUILD
new file mode 100755
index 0000000..82bb5d6
--- /dev/null
+++ b/gnome2-apps/mail-notification/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+sedit "129s:BONOBO_ARG_GET_STRING(arg):BONOBO_ARG_GET_STRING(arg), TRUE:"
src/mn-evolution-folder-tree-control.gob
+sedit "267s:BONOBO_ARG_GET_STRING(arg):BONOBO_ARG_GET_STRING(arg), TRUE:"
src/mn-evolution-folder-tree-control.c
+patch -p1 < $SPELL_DIRECTORY/mail-notification-4.1-find-evo-2.12.patch
diff --git
a/gnome2-apps/mail-notification/mail-notification-4.1-find-evo-2.12.patch
b/gnome2-apps/mail-notification/mail-notification-4.1-find-evo-2.12.patch
new file mode 100644
index 0000000..052b29c
--- /dev/null
+++ b/gnome2-apps/mail-notification/mail-notification-4.1-find-evo-2.12.patch
@@ -0,0 +1,22 @@
+--- mail-notification-4.1/m4/evolution-plugin.m4.evo2.12 2006-11-02
18:18:23.000000000 +0100
++++ mail-notification-4.1/m4/evolution-plugin.m4 2007-06-26
16:06:22.000000000 +0200
+@@ -13,12 +13,17 @@ AC_DEFUN([AM_PATH_EVOLUTION_PLUGIN],
+
+ evolution_branch=ifelse([$1],, [2.4], [$1])
+ evolution_plugin_min_version=ifelse([$2],,, [>= $2])
++evolution_plugin_pkgconf=evolution-plugin-$evolution_branch
+
+-PKG_CHECK_MODULES(EVOLUTION_PLUGIN, [evolution-plugin-$evolution_branch
$evolution_plugin_min_version], [found=yes], [found=no])
++PKG_CHECK_MODULES(EVOLUTION_PLUGIN, [$evolution_plugin_pkgconf
$evolution_plugin_min_version], [found=yes], [found=no])
++
++if test $found = no; then
++PKG_CHECK_MODULES(EVOLUTION_PLUGIN, [evolution-plugin
$evolution_plugin_min_version],
[found=yes;evolution_plugin_pkgconf=evolution-plugin], [found=no])
++fi
+
+ if test $found = yes; then
+ AC_MSG_CHECKING([for the Evolution plugin directory])
+- evolution_plugindir=`$PKG_CONFIG --variable=plugindir
evolution-plugin-$evolution_branch 2>/dev/null`
++ evolution_plugindir=`$PKG_CONFIG --variable=plugindir
$evolution_plugin_pkgconf 2>/dev/null`
+ if test -n "$evolution_plugindir"; then
+ AC_MSG_RESULT([$evolution_plugindir])
+ else



  • [SM-Commit] GIT changes to master grimoire by Andraž Levstik (43ab27a8403559e86be928bee60bdf346f057a00), Andraž Levstik, 11/19/2007

Archive powered by MHonArc 2.6.24.

Top of Page