]> git.pld-linux.org Git - packages/uim.git/blob - uim-qt-po.patch
- deps cleaned up
[packages/uim.git] / uim-qt-po.patch
1 --- uim-1.7.0/qt/chardict/po/Makefile.in.in~    2011-05-17 06:16:20.000000000 +0200
2 +++ uim-1.7.0/qt/chardict/po/Makefile.in.in     2011-07-18 01:07:28.530206913 +0200
3 @@ -17,7 +17,7 @@
4  # We have the following line for use by intltoolize:
5  # INTLTOOL_MAKEFILE
6  
7 -GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
8 +GETTEXT_PACKAGE = uim-chardict-qt
9  PACKAGE = @PACKAGE@
10  VERSION = @VERSION@
11  
12 --- uim-1.7.0/qt4/chardict/po/Makefile.in.in~   2011-05-17 06:16:20.000000000 +0200
13 +++ uim-1.7.0/qt4/chardict/po/Makefile.in.in    2011-07-18 01:08:14.373761366 +0200
14 @@ -17,7 +17,7 @@
15  # We have the following line for use by intltoolize:
16  # INTLTOOL_MAKEFILE
17  
18 -GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
19 +GETTEXT_PACKAGE = uim-chardict-qt4
20  PACKAGE = @PACKAGE@
21  VERSION = @VERSION@
22  
23 --- uim-1.7.0/qt4/chardict/qt4.cpp~     2011-03-27 03:48:08.000000000 +0200
24 +++ uim-1.7.0/qt4/chardict/qt4.cpp      2011-07-18 01:09:06.752063391 +0200
25 @@ -66,9 +66,9 @@
26  {
27  
28      setlocale(LC_ALL, "");
29 -    bindtextdomain(PACKAGE "-chardict-qt", LOCALEDIR);
30 -    textdomain(PACKAGE "-chardict-qt");
31 -    bind_textdomain_codeset(PACKAGE "-chardict-qt", "UTF-8");
32 +    bindtextdomain(PACKAGE "-chardict-qt4", LOCALEDIR);
33 +    textdomain(PACKAGE "-chardict-qt4");
34 +    bind_textdomain_codeset(PACKAGE "-chardict-qt4", "UTF-8");
35  
36      QApplication a( argc, argv );
37  
This page took 0.058316 seconds and 3 git commands to generate.