]> git.pld-linux.org Git - packages/thunderbird.git/commitdiff
- drop unneeded patch
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 13 Mar 2017 23:26:40 +0000 (00:26 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Mon, 13 Mar 2017 23:26:40 +0000 (00:26 +0100)
icedove-extensiondir.patch [deleted file]
thunderbird.spec

diff --git a/icedove-extensiondir.patch b/icedove-extensiondir.patch
deleted file mode 100644 (file)
index 7ffbebd..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
---- icedove-3.1.2/mozilla/mozilla/toolkit/xre/nsXREDirProvider.cpp~    2010-08-03 02:28:31.000000000 +0300
-+++ icedove-3.1.2/mozilla/mozilla/toolkit/xre/nsXREDirProvider.cpp     2010-08-17 15:46:17.972676534 +0300
-@@ -328,7 +328,7 @@
- #if defined(__OpenBSD__) || defined(__FreeBSD__)
-     static const char *const sysLExtDir = "/usr/local/share/mozilla/extensions";
- #else
--    static const char *const sysLExtDir = "/usr/share/mozilla/extensions";
-+    static const char *const sysLExtDir = "/usr/share/icedove/extensions";
- #endif
-     return NS_NewNativeLocalFile(nsDependentCString(sysLExtDir),
-                                  false, aFile);
-@@ -1129,11 +1129,11 @@
- #elif defined(XP_UNIX)
-   static const char *const sysSExtDir = 
- #ifdef HAVE_USR_LIB64_DIR
--    "/usr/lib64/mozilla/extensions";
-+    "/usr/lib64/icedove/extensions";
- #elif defined(__OpenBSD__) || defined(__FreeBSD__)
-     "/usr/local/lib/mozilla/extensions";
- #else
--    "/usr/lib/mozilla/extensions";
-+    "/usr/lib/icedove/extensions";
- #endif
-   rv = NS_NewNativeLocalFile(nsDependentCString(sysSExtDir), false,
index 7d5da7d5ce497cd8f6fbd05f139defccc1634dc9..e4762aa03e70fe4d11a7733d12855ae5283ebf96 100644 (file)
@@ -36,7 +36,6 @@ Source0:      http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/%{vers
 Source4:       %{name}.desktop
 Source5:       %{name}.sh
 Patch2:                %{name}-prefs.patch
-Patch5:                %{name}-extensiondir.patch
 Patch6:                no-subshell.patch
 Patch8:                enable-addons.patch
 Patch9:                mozilla-1269171-badalloc.patch
@@ -143,7 +142,6 @@ funkcjonalność kalendarza.
 %prep
 %setup -q
 %patch2 -p1
-%patch5 -p2
 %patch6 -p1
 %patch8 -p1
 %patch9 -p1
This page took 0.306649 seconds and 4 git commands to generate.