Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=4dfe3e9f0f268df4836ee613d1c35fe7fd032fb2

commit 4dfe3e9f0f268df4836ee613d1c35fe7fd032fb2
Author: crazy <[EMAIL PROTECTED]>
Date:   Tue Dec 4 18:15:33 2007 +0100

thunderbird-2.0.0.9-1-i686
* Version bump
* closes #2515

diff --git a/source/xapps/thunderbird/20-use-pangocairo.patch 
b/source/xapps/thunderbird/20-use-pangocairo.patch
deleted file mode 100644
index 608e803..0000000
--- a/source/xapps/thunderbird/20-use-pangocairo.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- mozilla/gfx/src/gtk/mozilla-decoder.cpp.noxft      2005-08-18 
22:41:26.000000000 -0400
-+++ mozilla/gfx/src/gtk/mozilla-decoder.cpp    2005-08-18 22:38:01.000000000 
-0400
-@@ -40,7 +40,7 @@
- #define PANGO_ENABLE_ENGINE
-
- #include "mozilla-decoder.h"
--#include <pango/pangoxft.h>
-+#include <pango/pangocairo.h>
- #include <pango/pangofc-fontmap.h>
- #include <pango/pangofc-font.h>
- #include <gdk/gdkx.h>
-@@ -208,7 +208,7 @@
-         }
-     }
-
--    
pango_fc_font_map_add_decoder_find_func(PANGO_FC_FONT_MAP(pango_xft_get_font_map(GDK_DISPLAY(),gdk_x11_get_default_screen())),
-+    
pango_fc_font_map_add_decoder_find_func(PANGO_FC_FONT_MAP(pango_cairo_font_map_get_default()),
-                                             mozilla_find_decoder,
-                                             NULL,
-                                             NULL);
diff --git a/source/xapps/thunderbird/FrugalBuild 
b/source/xapps/thunderbird/FrugalBuild
index 394dfe7..1254443 100644
--- a/source/xapps/thunderbird/FrugalBuild
+++ b/source/xapps/thunderbird/FrugalBuild
@@ -3,8 +3,8 @@
# Contributor: Krisztian VASAS <[EMAIL PROTECTED]>

pkgname=thunderbird
-pkgver=2.0.0.6
-pkgrel=2
+pkgver=2.0.0.9
+pkgrel=1
pkgdesc="Mozilla Thunderbird mail and newsgroup client"
url="http://www.mozilla.org/products/thunderbird/";
depends=('gtk+2>=2.10.11' 'nss>=3.11.5' 'pango>=1.16.2' 'cairo>=1.4.4' 
'libstdc++' 'libxt' 'libidl' 'libxcb')
@@ -22,13 +22,12 @@ 
source=(http://releases.mozilla.org/pub/mozilla.org/$pkgname/releases/$pkgver/so
10-firefox-PR1-gnome-vfs-default-app.patch \
18-firefox-1.5-makeopts.patch \
19-$pkgname-1.5-locale.diff \
-       20-use-pangocairo.patch \
mozilla-$pkgname.desktop \
$pkgname.desktop
$pkgname-frugalware-default-prefs.js \
$pkgname.png \
$pkgname-rebuild-databases.pl)
-signatures=("${source[0]}.asc" '' '' '' '' '' '' '' '' '' '' '' '' '' '')
+signatures=("${source[0]}.asc" '' '' '' '' '' '' '' '' '' '' '' '' '')

build()
{
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to