Age | Commit message (Collapse) | Author |
|
See: https://github.com/chewing/libchewing/pull/484
|
|
In https://github.com/chewing/libchewing/pull/447, upstream drops custom
FindCurses.cmake in favor of the one provided by CMake. Somehow that
broke header detection on Arch Linux.
|
|
To avoid newer pkgver than upcoming stable versions
|
|
Inadvertent ABI changes are fixed [1], so PKGBUILD changes in [2] are
reverted.
Other minor changes:
* https://chewing.im is now available
* debug is now enabled by default
* Bring back the info page, which is disabled by default along with the
Rust rewrite [3]
* archlinuxcn-specific:
* Merge lilac.py into lilac.yaml
* Manage the AUR repo by myself instead of delegating it to lilac
* Move away from vcs nvchecker source
[1] https://github.com/chewing/libchewing/pull/372
[2] https://github.com/archlinuxcn/repo/commit/27463c4e7562a50e757b6f2fe8d8223be44e9c96
[3] https://github.com/chewing/libchewing/commit/9739747f7e2d1bee8fd2225095ec375bc83073b9
|
|
Crashes are rare recently, but there still are. Enabling the debug
package makes debugging easier.
|
|
|
|
* Switch to CMake. There are some bugs in the autotools-based build
system [1][2] and seems the CMake-based one is just fine.
* Drop a landed patch, which is for the autotools-based build system,
though.
* Use the correct license.
[1] https://github.com/chewing/libchewing/pull/295#issuecomment-473519265
[2] https://github.com/yan12125/libchewing/tree/fix-autogen-warnings
|
|
And misc changes
|
|
Fix check() given parallel build is enabled in makepkg.conf
|
|
Fix check() given parallel build is enabled in makepkg.conf
|
|
And add `make check`
Ref: https://github.com/chewing/libchewing/issues/219
|
|
|
|
|
|
|