aboutsummaryrefslogtreecommitdiff
path: root/chinese/fcitx/files/pkg-message.in
Commit message (Collapse)AuthorAgeFilesLines
* chinese/fcitx: Fix options GTK2 and GTK3, improve portVladimir Druzenko2026-05-041-7/+1
| | | | | | | | | | | | | | | | | | | | | GTK2 and GTK3 options aren't working properly: even if disable GTK2, it gets re-enabled GTK2. Improve port: - Replace PORTVERSION with DISTVERSION. - Fix warnings from portclippy. - Set dependency from ecm as build. - Convert CMAKE_ARGS to CMAKE_ON and CMAKE_OFF. - Replace ".if ${PORT_OPTIONS:M***}" with new style options. - Remove unnecessary KDE_MAN_PREFIX - it have default value. - Remove description of Qt4 module from pkg-message. - Use DESKTOPDIR in pkg-message. PR: 294883 Approved by: lichray@gmail.com (maintainer) Sponsored by: UNIS Labs Co-authored-by: Ken DEGUCHI <kdeguchi@sz.tokoha-u.ac.jp> MFH: 2026Q2
* Convert to UCL & cleanup pkg-message (categories a-c)Mathieu Arnold2019-08-131-4/+6
| | | | Notes: svn path=/head/; revision=508834
* - Update to 4.2.6Wen Heping2012-09-191-3/+0
| | | | | | | | PR: 171608 Submitted by: Zhihao Yuan <lichray@gmail.com> (maintainer) Notes: svn path=/head/; revision=304478
* 1. Convert to the new options style;Baptiste Daroussin2012-06-031-0/+29
2. Fix pkg-plist for gtk2/gtk3/qt4 IM modules; 3. Update gtk immodules file(s); 4. Smart pkg-message.in; 5. Align some Makefile variables. PR: ports/168634 Submitted by: Zhihao Yuan <lichray@gmail.com> Notes: svn path=/head/; revision=298283