Path to this page:
./
inputmethod/fcitx5-gtk,
GTK input method module for fcitx5
Branch: CURRENT,
Version: 5.1.1nb6,
Package name: fcitx5-gtk-5.1.1nb6,
Maintainer: ryoonGtk im module for fcitx5 and glib based dbus client library.
Master sites:
Filesize: 52.457 KB
Version history: (Expand)
- (2024-12-27) Updated to version: fcitx5-gtk-5.1.1nb6
- (2024-11-17) Updated to version: fcitx5-gtk-5.1.1nb5
- (2024-10-20) Updated to version: fcitx5-gtk-5.1.1nb4
- (2024-07-16) Updated to version: fcitx5-gtk-5.1.1nb3
- (2024-04-07) Updated to version: fcitx5-gtk-5.1.1nb2
- (2024-04-06) Updated to version: fcitx5-gtk-5.1.1nb1
CVS history: (Expand)
2025-01-24 00:27:30 by Taylor R Campbell | Files touched by this commit (41) |
Log message:
devel/extra-cmake-modules: Use buildlink3.mk, not TOOL_DEPENDS.
This one is borderline: should it be BUILD_DEPENDS or TOOL_DEPENDS?
It doesn't appear to vary depending on the build environment, so it
doesn't meaningfully describe the cross-builder vs the target system.
It is used only at build-time, but it doesn't have any native
executables -- they're just source code cmake scripts.
For now, it is convenient to use a buildlink3.mk file because this
enables us to explicitly expose only files under share/ECM/ -- and
not other random files installed in the prefix -- via buildlink3 to
keep dependent package builds clean. Eventually we should have the
same mechanism for TOOL_DEPENDS but that day has not yet come.
This change creates a new use of BUILDLINK_DEPMETHOD build for
extra-cmake-modules, which is a priori risky. Fortunately,
extra-cmake-modules has no libraries, so this is unlikely to cause
trouble.
|
2024-12-27 09:21:09 by Thomas Klausner | Files touched by this commit (1055) |
Log message:
*: recursive bump for pango requiring fontconfig 2.15
|
2024-11-17 08:17:06 by Thomas Klausner | Files touched by this commit (944) |
Log message:
*: recursive bump for default-on option of at-spi2-core
|
2024-07-16 12:02:05 by Patrick Welche | Files touched by this commit (42) |
Log message:
Revbump for fmtlib 11.0.1
Pointed out by David Gutteridge on pkgsrc-changes
|
2024-04-07 09:35:33 by Thomas Klausner | Files touched by this commit (1138) |
Log message:
*: bump for cairo buildlink3.mk change
lzo was made an option
|
2024-04-06 10:07:18 by Thomas Klausner | Files touched by this commit (1490) |
Log message:
* recursive bump for libxkbcommon 1.7.0
Marc Baudoin reported problems with using old binary packages
with the new libkxbcommon, so force everything to 1.7.0
|
2024-02-10 13:01:44 by Ryo ONODERA | Files touched by this commit (6) |
Log message:
inputmethod/fcitx5-gtk: Update to 5.1.1
* Add buildlink3.mk for consumers.
Changelog:
Bugfixes.
Cleanups.
|
2023-12-20 16:07:29 by Niclas Rosenvik | Files touched by this commit (1) |
Log message:
fcitx5-gtk: Fix linking with libxkbcommon on non-wayland platforms
fcitx5-gtk:s configure step claims that libxkbcommon is optional
but it always links to XKBCommon::XKBCommon. libxbcommon is pulled
in via buildlink3.mk from gtk3 on wayland platforms. On non-wayland
platforms it is not pulled in causing build breakage. Include
libxkbcommons buildlink3.mk in the Makefile to make sure it is
available unconditionally.
No revbump is done in this commit since it is a build fix, all
built packages are already linked to libxkbcommon.
|