diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2002-11-10 13:10:35 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2002-11-10 13:10:35 +0000 |
commit | 0e8b005c988dc8e69261874bf66bcfc75c47ec1c (patch) | |
tree | 1c9792a0e27dd53b837c82d23b7faa8346f3d9e8 /net-mail/evolution/files | |
parent | version bump, fixes #10500. (diff) | |
download | gentoo-2-0e8b005c988dc8e69261874bf66bcfc75c47ec1c.tar.gz gentoo-2-0e8b005c988dc8e69261874bf66bcfc75c47ec1c.tar.bz2 gentoo-2-0e8b005c988dc8e69261874bf66bcfc75c47ec1c.zip |
small tweaks
Diffstat (limited to 'net-mail/evolution/files')
3 files changed, 66 insertions, 0 deletions
diff --git a/net-mail/evolution/files/evolution-1.1.90-kde.patch b/net-mail/evolution/files/evolution-1.1.90-kde.patch new file mode 100644 index 000000000000..af178f1210f5 --- /dev/null +++ b/net-mail/evolution/files/evolution-1.1.90-kde.patch @@ -0,0 +1,23 @@ +--- evolution-1.1.90/configure.in.kde 2002-11-07 13:07:41.000000000 +0100 ++++ evolution-1.1.90/configure.in 2002-11-07 13:12:12.000000000 +0100 +@@ -1196,18 +1196,8 @@ + if test -z "$with_kde_applnk_path"; then + with_kde_applnk_path="$prefix/share/applnk" + fi +- if test -d "$with_kde_applnk_path" ; then +- AC_DEFINE(HAVE_KDE_APPLNK) +- KDE_APPLNK_DIR="$with_kde_applnk_path" +- else +- AC_PATH_PROG(KDECONFIG, kde-config) +- if test -n "$KDECONFIG"; then +- KDE_APPLNK_DIR=`$KDECONFIG --expandvars --install apps` +- AC_DEFINE(HAVE_KDE_APPLNK) +- else +- KDE_APPLNK_DIR="" +- fi +- fi ++ AC_DEFINE(HAVE_KDE_APPLNK) ++ KDE_APPLNK_DIR="$with_kde_applnk_path" + else + KDE_APPLNK_DIR="" + fi diff --git a/net-mail/evolution/files/evolution-1.1.90-scrollkeeper.patch b/net-mail/evolution/files/evolution-1.1.90-scrollkeeper.patch new file mode 100644 index 000000000000..18b153bcf4e8 --- /dev/null +++ b/net-mail/evolution/files/evolution-1.1.90-scrollkeeper.patch @@ -0,0 +1,32 @@ +--- evolution-1.1.90/help/C/evolution-C.omf.scrollkeeper 2002-09-24 19:45:25.000000000 +0200 ++++ evolution-1.1.90/help/C/evolution-C.omf 2002-11-07 13:31:58.000000000 +0100 +@@ -1,4 +1,5 @@ +-<?xml version="1.0" standalone="no"?> ++<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?> ++<!DOCTYPE omf PUBLIC "-//OMF//DTD Scrollkeeper OMF Variant V1.0//EN" "http://scrollkeeper.sourceforge.net/dtds/scrollkeeper-omf-1.0/scrollkeeper-omf.dtd"> + <omf> + <resource> + <creator> +@@ -12,5 +13,6 @@ + <format mime="text/html"/> + <identifier url="index.html"/> + <language code="C"/> ++ <relation seriesid="6a2207d8-8aa4-11d6-8cb4-f0bb5a765891"/> + </resource> + </omf> +--- evolution-1.1.90/help/no/evolution-no.omf.scrollkeeper 2002-09-24 19:45:27.000000000 +0200 ++++ evolution-1.1.90/help/no/evolution-no.omf 2002-11-07 13:33:03.000000000 +0100 +@@ -1,4 +1,5 @@ +-<?xml version="1.0" standalone="no"?> ++<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?> ++<!DOCTYPE omf PUBLIC "-//OMF//DTD Scrollkeeper OMF Variant V1.0//EN" "http://scrollkeeper.sourceforge.net/dtds/scrollkeeper-omf-1.0/scrollkeeper-omf.dtd"> + <omf> + <resource> + <creator> +@@ -12,5 +13,6 @@ + <format mime="text/sgml"/> + <identifier url="index.html"/> + <language code="no"/> ++ <relation seriesid="6a2207d8-8aa4-11d6-8cb4-f0bb5a765891"/> + </resource> + </omf> diff --git a/net-mail/evolution/files/evolution-1.1.90-subversion.patch b/net-mail/evolution/files/evolution-1.1.90-subversion.patch new file mode 100644 index 000000000000..83cb40fd71b0 --- /dev/null +++ b/net-mail/evolution/files/evolution-1.1.90-subversion.patch @@ -0,0 +1,11 @@ +--- evolution-1.1.90/mail/mail-ops.c.subversion 2002-09-24 19:45:37.000000000 +0200 ++++ evolution-1.1.90/mail/mail-ops.c 2002-11-07 13:17:20.000000000 +0100 +@@ -467,7 +467,7 @@ + int i; + + camel_medium_set_header (CAMEL_MEDIUM (message), "X-Mailer", +- "Ximian Evolution " VERSION SUB_VERSION " " VERSION_COMMENT); ++ "Ximian Evolution " VERSION "-" SUB_VERSION " " VERSION_COMMENT); + + camel_mime_message_set_date (message, CAMEL_MESSAGE_DATE_CURRENT, 0); + |