Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/stardict/files: stardict-3.0.3-gcc46.patch stardict-3.0.3-correct-glib-include.patch stardict-3.0.3-entry.patch
Date: Sun, 08 Jan 2012 17:33:45
Message-Id: 20120108173333.BC9E82004C@flycatcher.gentoo.org
1 ssuominen 12/01/08 17:33:33
2
3 Added: stardict-3.0.3-gcc46.patch
4 stardict-3.0.3-correct-glib-include.patch
5 stardict-3.0.3-entry.patch
6 Log:
7 Version bump wrt #351416 by "zvasylvv". Remove unnecessary runtime depend for festival and resort to pkg_postinst() message wrt #330351 by Andrew Savchenko. Fix building with GLIB >= 2.31 wrt #396219 by Oschtan. USE="tools" to install utilities which have been moved to the main package since 3.0.3 wrt #292773 by "andcycle-gentoo.bugs". Punt any reference to esound... read the ChangeLog
8
9 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.1 app-text/stardict/files/stardict-3.0.3-gcc46.patch
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/stardict/files/stardict-3.0.3-gcc46.patch?rev=1.1&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/stardict/files/stardict-3.0.3-gcc46.patch?rev=1.1&content-type=text/plain
16
17 Index: stardict-3.0.3-gcc46.patch
18 ===================================================================
19 http://bugs.gentoo.org/362299
20
21 --- dict/stardict-plugins/stardict-wordnet-plugin/scene.h
22 +++ dict/stardict-plugins/stardict-wordnet-plugin/scene.h
23 @@ -25,6 +25,8 @@
24 #ifndef __PHYSICS_H__
25 #define __PHYSICS_H__
26
27 +#include <cstddef>
28 +
29 #include "partic.h"
30 #include "spring.h"
31
32
33
34
35 1.1 app-text/stardict/files/stardict-3.0.3-correct-glib-include.patch
36
37 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/stardict/files/stardict-3.0.3-correct-glib-include.patch?rev=1.1&view=markup
38 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/stardict/files/stardict-3.0.3-correct-glib-include.patch?rev=1.1&content-type=text/plain
39
40 Index: stardict-3.0.3-correct-glib-include.patch
41 ===================================================================
42 http://bugs.gentoo.org/396219
43
44 --- dict/src/tomboykeybinder.h
45 +++ dict/src/tomboykeybinder.h
46 @@ -21,7 +21,7 @@
47 #ifndef __TOMBOY_KEY_BINDER_H__
48 #define __TOMBOY_KEY_BINDER_H__
49
50 -#include <glib/gtypes.h>
51 +#include <glib.h>
52
53 G_BEGIN_DECLS
54
55
56
57
58 1.1 app-text/stardict/files/stardict-3.0.3-entry.patch
59
60 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/stardict/files/stardict-3.0.3-entry.patch?rev=1.1&view=markup
61 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/stardict/files/stardict-3.0.3-entry.patch?rev=1.1&content-type=text/plain
62
63 Index: stardict-3.0.3-entry.patch
64 ===================================================================
65 warning: key "Encoding" in group "Desktop Entry" is deprecated
66 error: value "stardict.png" for key "Icon" in group "Desktop Entry" is an icon name with an extension, but there should be no extension
67 error: value "Dictionary" in key "Categories" in group "Desktop Entry" requires another category to be present among the following categories: Office;TextTools
68
69 --- dict/data/stardict.desktop.in
70 +++ dict/data/stardict.desktop.in
71 @@ -1,11 +1,10 @@
72 [Desktop Entry]
73 -Encoding=UTF-8
74 _Name=StarDict
75 _Comment=Lookup words
76 Exec=stardict
77 Terminal=false
78 Type=Application
79 -Icon=stardict.png
80 +Icon=stardict
81 StartupNotify=true
82 -Categories=Utility;Dictionary;
83 +Categories=Utility;Office;TextTools;Dictionary;
84 X-GNOME-DocPath=stardict/stardict.xml