Bug 164820 - [Update] fcitx to 4.2.0 along with all related ports
Summary: [Update] fcitx to 4.2.0 along with all related ports
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Xin LI
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-06 11:20 UTC by lichray
Modified: 2012-02-07 21:00 UTC (History)
0 users

See Also:


Attachments
fcitx_all_in_one_4.2.0.patch (28.74 KB, patch)
2012-02-06 11:20 UTC, lichray
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description lichray 2012-02-06 11:20:09 UTC
	
	This is a combined patch, which patches to:
	zh-fcitx, zh-fcitx-cloudpinyin, zh-fcitx-configtool, zh-fcitx-googlepinyin, zh-fcitx-sunpinyin, zh-fcitx-ui-light, and zh-libgooglepinyin.

	Changes:
	1. fcitx always depends on DBus (required by fcitx-configtool);
	2. fcitx-configtool supports gtk3 interface (optional).

Fix: The patch is here https://gist.github.com/1751348
Comment 1 Xin LI freebsd_committer freebsd_triage 2012-02-07 20:49:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->delphij

Take.
Comment 2 Xin LI freebsd_committer freebsd_triage 2012-02-07 20:57:05 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-02-07 20:57:17 UTC
delphij     2012-02-07 20:57:08 UTC

  FreeBSD ports repository

  Modified files:
    chinese/fcitx        Makefile distinfo pkg-plist 
    chinese/fcitx/files  patch-src_lib_fcitx-config_CMakeLists.txt 
                         patch-src_lib_fcitx-utils_CMakeLists.txt 
                         patch-src_lib_fcitx_CMakeLists.txt 
    chinese/fcitx-cloudpinyin Makefile distinfo pkg-plist 
    chinese/fcitx-configtool Makefile distinfo 
    chinese/fcitx-googlepinyin Makefile distinfo pkg-plist 
    chinese/fcitx-sunpinyin Makefile distinfo pkg-plist 
    chinese/fcitx-ui-light Makefile distinfo pkg-plist 
    chinese/libgooglepinyin Makefile distinfo 
    chinese/libgooglepinyin/files patch-data_CMakeLists.txt 
  Added files:
    chinese/fcitx/files  tpunc-data_punc.mb.zh_CN 
    chinese/fcitx-configtool pkg-plist 
    chinese/fcitx-configtool/files patch-gtk3_CMakeLists.txt 
                                   patch-gtk_CMakeLists.txt 
    chinese/fcitx-googlepinyin/files patch-src_eim.cpp 
  Removed files:
    chinese/fcitx/files  patch-data_script_fcitx-configtool 
    chinese/fcitx-sunpinyin/files patch-src_eim.cpp 
  Log:
  Update fcitx and friends:
  
   - fcitx to 4.2.0, always depend on dbus
   - fcitx-cloudpinyin to 0.2.0
   - fcitx-configtool to 0.4.0
   - fcitx-googlepinyin to 0.1.4
   - fcitx-sunpinyin to 0.3.3
   - fcitx-ui-light to 0.1.3
   - libgooglepinyin to 0.1.2
  
  PR:             ports/164820
  Submitted by:   maintainer (Zhihao Yuan <lichray gmail com>
  
  Revision  Changes    Path
  1.2       +1 -1      ports/chinese/fcitx-cloudpinyin/Makefile
  1.2       +2 -2      ports/chinese/fcitx-cloudpinyin/distinfo
  1.2       +1 -0      ports/chinese/fcitx-cloudpinyin/pkg-plist
  1.3       +28 -5     ports/chinese/fcitx-configtool/Makefile
  1.3       +2 -2      ports/chinese/fcitx-configtool/distinfo
  1.1       +10 -0     ports/chinese/fcitx-configtool/files/patch-gtk3_CMakeLists.txt (new)
  1.1       +10 -0     ports/chinese/fcitx-configtool/files/patch-gtk_CMakeLists.txt (new)
  1.1       +4 -0      ports/chinese/fcitx-configtool/pkg-plist (new)
  1.3       +1 -1      ports/chinese/fcitx-googlepinyin/Makefile
  1.3       +2 -2      ports/chinese/fcitx-googlepinyin/distinfo
  1.1       +11 -0     ports/chinese/fcitx-googlepinyin/files/patch-src_eim.cpp (new)
  1.2       +1 -0      ports/chinese/fcitx-googlepinyin/pkg-plist
  1.3       +1 -1      ports/chinese/fcitx-sunpinyin/Makefile
  1.3       +2 -2      ports/chinese/fcitx-sunpinyin/distinfo
  1.2       +0 -11     ports/chinese/fcitx-sunpinyin/files/patch-src_eim.cpp (dead)
  1.2       +1 -0      ports/chinese/fcitx-sunpinyin/pkg-plist
  1.3       +1 -1      ports/chinese/fcitx-ui-light/Makefile
  1.3       +2 -2      ports/chinese/fcitx-ui-light/distinfo
  1.2       +1 -0      ports/chinese/fcitx-ui-light/pkg-plist
  1.41      +12 -8     ports/chinese/fcitx/Makefile
  1.24      +2 -2      ports/chinese/fcitx/distinfo
  1.2       +0 -15     ports/chinese/fcitx/files/patch-data_script_fcitx-configtool (dead)
  1.3       +0 -9      ports/chinese/fcitx/files/patch-src_lib_fcitx-config_CMakeLists.txt
  1.3       +0 -9      ports/chinese/fcitx/files/patch-src_lib_fcitx-utils_CMakeLists.txt
  1.3       +0 -9      ports/chinese/fcitx/files/patch-src_lib_fcitx_CMakeLists.txt
  1.1       +22 -0     ports/chinese/fcitx/files/tpunc-data_punc.mb.zh_CN (new)
  1.18      +55 -23    ports/chinese/fcitx/pkg-plist
  1.2       +1 -4      ports/chinese/libgooglepinyin/Makefile
  1.2       +2 -2      ports/chinese/libgooglepinyin/distinfo
  1.2       +6 -4      ports/chinese/libgooglepinyin/files/patch-data_CMakeLists.txt
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"