Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Arwed von Merkatz (c5a9768c2cbe9b898f75be004e09271a62697f31)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arwed von Merkatz <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arwed von Merkatz (c5a9768c2cbe9b898f75be004e09271a62697f31)
  • Date: Tue, 6 Apr 2010 13:23:59 -0500

GIT changes to master grimoire by Arwed von Merkatz <v.merkatz AT gmx.net>:

gnome2-apps/mail-notification/BUILD |
2
gnome2-apps/mail-notification/DEPENDS |
4 -
gnome2-apps/mail-notification/DETAILS |
2
gnome2-apps/mail-notification/HISTORY |
5 ++
gnome2-apps/mail-notification/INSTALL |
1
gnome2-apps/mail-notification/PRE_BUILD |
5 --
gnome2-apps/mail-notification/mail-notification-4.1-find-evo-2.12.patch |
22 ----------
7 files changed, 11 insertions(+), 30 deletions(-)

New commits:
commit c5a9768c2cbe9b898f75be004e09271a62697f31
Author: Arwed von Merkatz <v.merkatz AT gmx.net>
Commit: Arwed von Merkatz <v.merkatz AT gmx.net>

mail-notification: updated to 5.3

diff --git a/gnome2-apps/mail-notification/BUILD
b/gnome2-apps/mail-notification/BUILD
new file mode 100755
index 0000000..271d9ad
--- /dev/null
+++ b/gnome2-apps/mail-notification/BUILD
@@ -0,0 +1,2 @@
+./jb configure cflags="$CFLAGS" ldflags="$LDFLAGS"
prefix="$INSTALL_ROOT/usr" sysconfdir="$INSTALL_ROOT/etc"
localstatedir="$INSTALL_ROOT/var" &&
+./jb build
diff --git a/gnome2-apps/mail-notification/DEPENDS
b/gnome2-apps/mail-notification/DEPENDS
index dba2a87..8e27e1a 100755
--- a/gnome2-apps/mail-notification/DEPENDS
+++ b/gnome2-apps/mail-notification/DEPENDS
@@ -1,5 +1,5 @@
depends gtk+2 &&
-depends eel2 &&
+depends libgnomeui &&
depends libnotify &&
optional_depends "gmime" \
"" \
@@ -7,7 +7,7 @@ optional_depends "gmime" \
"for gmime support" &&
optional_depends "openssl" \
"" \
- "--disable-ssl" \
+ "" \
"for ssl support" &&
optional_depends "cyrus-sasl" \
"" \
diff --git a/gnome2-apps/mail-notification/DETAILS
b/gnome2-apps/mail-notification/DETAILS
index 7af3b01..cb02aa0 100755
--- a/gnome2-apps/mail-notification/DETAILS
+++ b/gnome2-apps/mail-notification/DETAILS
@@ -1,5 +1,5 @@
SPELL=mail-notification
- VERSION=4.1
+ VERSION=5.3
SOURCE="mail-notification-$VERSION.tar.bz2"
SOURCE2=$SOURCE.sig
SOURCE_URL[0]=http://savannah.nongnu.org/download/mailnotify/$SOURCE
diff --git a/gnome2-apps/mail-notification/HISTORY
b/gnome2-apps/mail-notification/HISTORY
index 17ed4dd..ddbca12 100644
--- a/gnome2-apps/mail-notification/HISTORY
+++ b/gnome2-apps/mail-notification/HISTORY
@@ -1,3 +1,8 @@
+2010-04-06 Arwed v. Merkatz <v.merkatz AT gmx.net>
+ * DETAILS: updated to 5.3
+ * BUILD, INSTALL: added for new build system
+ * DEPENDS: removed eel2, added libgnomeui
+
2007-11-19 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DEPENDS: missing libnotify and eel2 depends

diff --git a/gnome2-apps/mail-notification/INSTALL
b/gnome2-apps/mail-notification/INSTALL
new file mode 100755
index 0000000..e3aca7b
--- /dev/null
+++ b/gnome2-apps/mail-notification/INSTALL
@@ -0,0 +1 @@
+./jb install
diff --git a/gnome2-apps/mail-notification/PRE_BUILD
b/gnome2-apps/mail-notification/PRE_BUILD
deleted file mode 100755
index 82bb5d6..0000000
--- a/gnome2-apps/mail-notification/PRE_BUILD
+++ /dev/null
@@ -1,5 +0,0 @@
-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
deleted file mode 100644
index 052b29c..0000000
--- a/gnome2-apps/mail-notification/mail-notification-4.1-find-evo-2.12.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- 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 Arwed von Merkatz (c5a9768c2cbe9b898f75be004e09271a62697f31), Arwed von Merkatz, 04/06/2010

Archive powered by MHonArc 2.6.24.

Top of Page