]> git.pld-linux.org Git - packages/claws-mail.git/commitdiff
- fixed crash with libnotify - http://bugs.gentoo.org/show_bug.cgi?id=362297
authorKrzysztof Goliński <dirdival@pld-linux.org>
Fri, 19 Aug 2011 22:20:10 +0000 (22:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- removed not used doc dirs
- rel 3

Changed files:
    claws-mail-gdk-display.patch -> 1.1
    claws-mail.spec -> 1.194

claws-mail-gdk-display.patch [new file with mode: 0644]
claws-mail.spec

diff --git a/claws-mail-gdk-display.patch b/claws-mail-gdk-display.patch
new file mode 100644 (file)
index 0000000..e101b89
--- /dev/null
@@ -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);
index 71c31d8a076e24fca7705dc00448d9a1543bb572..11c19951f0762fe45ba761453477db9bdf74bf0e 100644 (file)
@@ -11,12 +11,13 @@ Summary:    A bleeding edge branch of Sylpheed, a GTK2 based, lightweight, and fast
 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
@@ -253,6 +254,7 @@ najpopularniejsze operacje.
 
 %prep
 %setup -q
+%patch0 -p1
 
 rm -f po/stamp-po
 
@@ -320,14 +322,9 @@ rm -rf $RPM_BUILD_ROOT
 %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
This page took 0.168247 seconds and 4 git commands to generate.