claws-mail: update to 3.7.9
This commit is contained in:
parent
bdb7c82a49
commit
d945037cc8
@ -53,7 +53,6 @@ drwxr-xr-x root/root usr/include/claws-mail/common/
|
||||
-rw-r--r-- root/root usr/include/claws-mail/common/timing.h
|
||||
-rw-r--r-- root/root usr/include/claws-mail/common/utils.h
|
||||
-rw-r--r-- root/root usr/include/claws-mail/common/uuencode.h
|
||||
-rw-r--r-- root/root usr/include/claws-mail/common/valgrind.h
|
||||
-rw-r--r-- root/root usr/include/claws-mail/common/version.h
|
||||
-rw-r--r-- root/root usr/include/claws-mail/common/xml.h
|
||||
-rw-r--r-- root/root usr/include/claws-mail/common/xmlprops.h
|
||||
|
@ -1 +1,2 @@
|
||||
e8c516f67df195ee605ed5e5408b2a42 claws-mail-3.7.8.tar.bz2
|
||||
2f9d2dcabf84e312cfeb56efa799b5b3 claws-mail-3.7.9.tar.bz2
|
||||
0a4c716029c3b10e6d48f7e0bedfed7f claws-mail-gdk_display.diff
|
||||
|
@ -7,12 +7,14 @@
|
||||
# Nice to have: enchant clamav dillo libgnomeprintui openldap
|
||||
|
||||
name=claws-mail
|
||||
version=3.7.8
|
||||
version=3.7.9
|
||||
release=1
|
||||
source=(http://sourceforge.net/projects/sylpheed-claws/files/$name-$version.tar.bz2)
|
||||
source=(http://sourceforge.net/projects/sylpheed-claws/files/$name-$version.tar.bz2
|
||||
$name-gdk_display.diff)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
patch -p0 -i $SRC/$name-gdk_display.diff
|
||||
./configure --prefix=/usr \
|
||||
--disable-nls \
|
||||
--disable-manual \
|
||||
|
13
claws-mail/claws-mail-gdk_display.diff
Normal file
13
claws-mail/claws-mail-gdk_display.diff
Normal file
@ -0,0 +1,13 @@
|
||||
diff -u -r1.115.2.237 -r1.115.2.238
|
||||
--- src/main.c 10 Apr 2011 17:19:04 -0000 1.115.2.237
|
||||
+++ src/main.c 30 Apr 2011 19:27:15 -0000 1.115.2.238
|
||||
@@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user