Gentoo Archives: gentoo-commits

From: "Jeremy Olexa (darkside)" <darkside@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in xfce-extra/thunar-archive-plugin/files: thunar-archive-plugin-0.2.4-7zlzmaxz.patch
Date: Thu, 27 May 2010 02:27:45
Message-Id: 20100527022742.E502C2CF3A@corvid.gentoo.org
1 darkside 10/05/27 02:27:42
2
3 Added: thunar-archive-plugin-0.2.4-7zlzmaxz.patch
4 Log:
5 Revision bump to add patch that supports 7z/lzma/xz formats, bug 313783
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 xfce-extra/thunar-archive-plugin/files/thunar-archive-plugin-0.2.4-7zlzmaxz.patch
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-archive-plugin/files/thunar-archive-plugin-0.2.4-7zlzmaxz.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-archive-plugin/files/thunar-archive-plugin-0.2.4-7zlzmaxz.patch?rev=1.1&content-type=text/plain
13
14 Index: thunar-archive-plugin-0.2.4-7zlzmaxz.patch
15 ===================================================================
16 http://bugzilla.xfce.org/show_bug.cgi?id=6136
17 --- thunar-archive-plugin-0.2.4-old/thunar-archive-plugin/tap-provider.c 2007-01-20 12:41:50.000000000 +0200
18 +++ thunar-archive-plugin-0.2.4/thunar-archive-plugin/tap-provider.c 2010-01-10 01:05:12.857875928 +0200
19 @@ -97,6 +97,8 @@
20
21
22 static const gchar TAP_MIME_TYPES[][34] = {
23 + "application/x-7z-compressed",
24 + "application/x-7z-compressed-tar",
25 "application/x-ar",
26 "application/x-arj",
27 "application/x-bzip",
28 @@ -108,9 +110,13 @@
29 "application/x-gzip",
30 "application/x-lha",
31 "application/x-lhz",
32 + "application/x-lzma",
33 + "application/x-lzma-compressed-tar",
34 "application/x-rar",
35 "application/x-rar-compressed",
36 "application/x-tar",
37 + "application/x-xz",
38 + "application/x-xz-compressed-tar",
39 "application/x-zip",
40 "application/x-zip-compressed",
41 "application/zip",