Gentoo Archives: gentoo-commits

From: "Matsuu Takuto (matsuu)" <matsuu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-i18n/uim/files: uim-1.5.4-gentoo.patch
Date: Wed, 29 Oct 2008 17:00:55
Message-Id: E1KvEPc-0001Lu-0R@stork.gentoo.org
1 matsuu 08/10/29 17:00:52
2
3 Added: uim-1.5.4-gentoo.patch
4 Log:
5 Fixed qt4 issue, bug #244841.
6 Added libnotify USE flag. cleanup.
7 (Portage version: 2.2_rc12/cvs/Linux 2.6.27-gentoo x86_64)
8
9 Revision Changes Path
10 1.1 app-i18n/uim/files/uim-1.5.4-gentoo.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/uim/files/uim-1.5.4-gentoo.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/uim/files/uim-1.5.4-gentoo.patch?rev=1.1&content-type=text/plain
14
15 Index: uim-1.5.4-gentoo.patch
16 ===================================================================
17 diff -Naur uim-1.5.4.orig/notify/Makefile.am uim-1.5.4/notify/Makefile.am
18 --- uim-1.5.4.orig/notify/Makefile.am 2008-03-29 22:33:30.000000000 +0900
19 +++ uim-1.5.4/notify/Makefile.am 2008-10-30 01:38:43.000000000 +0900
20 @@ -14,6 +14,8 @@
21 endif
22
23 if KNOTIFY3
24 +QT_CXXFLAGS = $(UIM_QT_CXXFLAGS)
25 +QT_LDFLAGS = $(UIM_QT_LDFLAGS)
26 uimnotify_plugin_LTLIBRARIES += libuimnotify-knotify3.la
27 libuimnotify_knotify3_la_SOURCES = uim-knotify3.cc
28 libuimnotify_knotify3_la_CXXFLAGS = -I@KNOTIFY3_INCLUDE_DIR@ $(QT_CXXFLAGS)
29 diff -Naur uim-1.5.4.orig/notify/Makefile.in uim-1.5.4/notify/Makefile.in
30 --- uim-1.5.4.orig/notify/Makefile.in 2008-10-24 21:11:28.000000000 +0900
31 +++ uim-1.5.4/notify/Makefile.in 2008-10-30 01:45:46.000000000 +0900
32 @@ -369,6 +369,8 @@
33 @LIBNOTIFY_TRUE@libuimnotify_libnotify_la_CFLAGS = @LIBNOTIFY_CFLAGS@
34 @LIBNOTIFY_TRUE@libuimnotify_libnotify_la_LDFLAGS = -avoid-version -module
35 @LIBNOTIFY_TRUE@libuimnotify_libnotify_la_LIBADD = @LIBNOTIFY_LIBS@ $(top_builddir)/replace/libreplace.la
36 +@KNOTIFY3_TRUE@QT_CXXFLAGS = $(UIM_QT_CXXFLAGS)
37 +@KNOTIFY3_TRUE@QT_LDFLAGS = $(UIM_QT_LDFLAGS)
38 @KNOTIFY3_TRUE@libuimnotify_knotify3_la_SOURCES = uim-knotify3.cc
39 @KNOTIFY3_TRUE@libuimnotify_knotify3_la_CXXFLAGS = -I@KNOTIFY3_INCLUDE_DIR@ $(QT_CXXFLAGS)
40 @KNOTIFY3_TRUE@libuimnotify_knotify3_la_LDFLAGS = -avoid-version -module -L@KNOTIFY3_LIB_DIR@ $(QT_LDFLAGS)