Gentoo Archives: gentoo-commits

From: "Ben de Groot (yngwin)" <yngwin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-i18n/fcitx/files: fcitx-4.2.6.1-offline.patch
Date: Mon, 29 Oct 2012 08:48:28
Message-Id: 20121029084815.0E07321601@flycatcher.gentoo.org
1 yngwin 12/10/29 08:48:14
2
3 Added: fcitx-4.2.6.1-offline.patch
4 Log:
5 Add offline patch to fix bug #440062. Make sure we use newest en_dict. Add epatch_user.
6
7 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.1 app-i18n/fcitx/files/fcitx-4.2.6.1-offline.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/fcitx/files/fcitx-4.2.6.1-offline.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/fcitx/files/fcitx-4.2.6.1-offline.patch?rev=1.1&content-type=text/plain
14
15 Index: fcitx-4.2.6.1-offline.patch
16 ===================================================================
17 --- data/CMakeLists.txt.orig 2012-10-29 16:15:27.836112518 +0800
18 +++ data/CMakeLists.txt 2012-10-29 16:15:57.249433574 +0800
19 @@ -46,7 +46,6 @@
20 add_custom_target(pinyin_data ALL DEPENDS ${PY_DATA})
21
22 add_custom_command(OUTPUT ${PY_ORGDATA}
23 - COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/download.sh "${WGET}" "${PY_URL}" "${PY_TAR}"
24 COMMAND ${TAR} xzmvf ${PY_TAR})
25 add_custom_command(OUTPUT ${PY_DATA}
26 DEPENDS ${PY_ORGDATA}
27 @@ -80,8 +79,6 @@
28 add_custom_target(spell_en_dict ALL DEPENDS ${SPELL_EN_DICT})
29 add_custom_command(
30 OUTPUT ${SPELL_EN_DICT_SRC}
31 - COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/download.sh "${WGET}"
32 - "${SPELL_EN_DICT_URL}" "${SPELL_EN_DICT_TAR}"
33 COMMAND "${TAR}" xzmvf "${SPELL_EN_DICT_TAR}")
34
35 set(COMP_SPELL_DICT