packages: claws-mail/claws-mail.spec, claws-mail/claws-mail-gdk-display.pat...

dirdival dirdival at pld-linux.org
Sat Aug 20 00:20:16 CEST 2011


Author: dirdival                     Date: Fri Aug 19 22:20:16 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fixed crash with libnotify - http://bugs.gentoo.org/show_bug.cgi?id=362297
- removed not used doc dirs
- rel 3

---- Files affected:
packages/claws-mail:
   claws-mail.spec (1.193 -> 1.194) , claws-mail-gdk-display.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/claws-mail/claws-mail.spec
diff -u packages/claws-mail/claws-mail.spec:1.193 packages/claws-mail/claws-mail.spec:1.194
--- packages/claws-mail/claws-mail.spec:1.193	Fri Jun 17 09:26:55 2011
+++ packages/claws-mail/claws-mail.spec	Sat Aug 20 00:20:10 2011
@@ -12,12 +12,13 @@
 Summary(pl.UTF-8):	Rozwojowa wersja Sylpheed z dużą ilością zmian oraz ulepszeń
 Name:		claws-mail
 Version:	3.7.9
-Release:	2
+Release:	3
 License:	GPL v3
 Group:		X11/Applications/Mail
 Source0:	http://downloads.sourceforge.net/sylpheed-claws/%{name}-%{version}.tar.bz2
 # Source0-md5:	2f9d2dcabf84e312cfeb56efa799b5b3
 Source1:	%{name}.desktop
+Patch0:		%{name}-gdk-display.patch
 URL:		http://www.claws-mail.org/
 BuildRequires:	autoconf >= 2.60
 BuildRequires:	automake
@@ -254,6 +255,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 rm -f po/stamp-po
 
@@ -321,14 +323,9 @@
 %attr(755,root,root) %{_bindir}/*
 %dir %{_datadir}/%{name}
 %dir %{_docdir}/%{name}
-%dir %{_docdir}/%{name}/manual
 %dir %{_datadir}/%{name}/themes
 %dir %{_libdir}/%{name}
 %dir %{_libdir}/%{name}/plugins
-%{_docdir}/%{name}/manual/en
-%lang(es) %{_docdir}/%{name}/manual/es
-%lang(fr) %{_docdir}/%{name}/manual/fr
-%lang(pl) %{_docdir}/%{name}/manual/pl
 %{_desktopdir}/%{name}.desktop
 %{_pixmapsdir}/%{name}.png
 %{_iconsdir}/hicolor/48x48/apps/%{name}.png
@@ -383,6 +380,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.194  2011/08/19 22:20:10  dirdival
+- fixed crash with libnotify - http://bugs.gentoo.org/show_bug.cgi?id=362297
+- removed not used doc dirs
+- rel 3
+
 Revision 1.193  2011/06/17 07:26:55  lisu
 - gtk+2 >= 2:2.24.0 is required
 - rel 2

================================================================
Index: packages/claws-mail/claws-mail-gdk-display.patch
diff -u /dev/null packages/claws-mail/claws-mail-gdk-display.patch:1.1
--- /dev/null	Sat Aug 20 00:20:16 2011
+++ packages/claws-mail/claws-mail-gdk-display.patch	Sat Aug 20 00:20:10 2011
@@ -0,0 +1,11 @@
+--- claws-mail-3.7.9/src/main.c.org	2011-08-20 00:06:37.000000000 +0200
++++ claws-mail-3.7.9/src/main.c	2011-08-20 00:07:58.000000000 +0200
+@@ -331,7 +331,7 @@
+ 		gtk_widget_show(hack);
+ 	}
+ 
+-	xdisplay = gdk_display_get_default();
++	xdisplay = GDK_DISPLAY_XDISPLAY(gdk_display_get_default());
+ 	sn_display = sn_display_new(xdisplay,
+ 				sn_error_trap_push,
+ 				sn_error_trap_pop);
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/claws-mail/claws-mail.spec?r1=1.193&r2=1.194&f=u



More information about the pld-cvs-commit mailing list