summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArwed von Merkatz2010-04-06 20:23:45 +0200
committerArwed von Merkatz2010-04-07 18:02:36 +0200
commitf3252cdada18a5d21b872ca5215b4d668bffd4c8 (patch)
tree0e0152447f1d1490a7cc772b6a781480072c8f84
parentabaf406006a506d00329bdd091104481a8b4ab70 (diff)
mail-notification: updated to 5.3
(cherry picked from commit c5a9768c2cbe9b898f75be004e09271a62697f31)
-rwxr-xr-xgnome2-apps/mail-notification/BUILD2
-rwxr-xr-xgnome2-apps/mail-notification/DEPENDS4
-rwxr-xr-xgnome2-apps/mail-notification/DETAILS2
-rw-r--r--gnome2-apps/mail-notification/HISTORY5
-rwxr-xr-xgnome2-apps/mail-notification/INSTALL1
-rwxr-xr-xgnome2-apps/mail-notification/PRE_BUILD5
-rw-r--r--gnome2-apps/mail-notification/mail-notification-4.1-find-evo-2.12.patch22
7 files changed, 11 insertions, 30 deletions
diff --git a/gnome2-apps/mail-notification/BUILD b/gnome2-apps/mail-notification/BUILD
new file mode 100755
index 0000000000..271d9ad058
--- /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 dba2a8789b..8e27e1ad32 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 7af3b013b1..cb02aa0371 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 17ed4ddf07..ddbca126e1 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@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@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 0000000000..e3aca7bfb9
--- /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 82bb5d68f1..0000000000
--- 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 052b29cba6..0000000000
--- 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