12 Commits

Author SHA1 Message Date
Yuan Liao
26e9247462
gui-libs/text-engine: Backport upstream -Wincompatible-pointer-types fix
Closes: https://bugs.gentoo.org/921918
Signed-off-by: Yuan Liao <liaoyuan@gmail.com>
2024-07-07 09:44:11 -04:00
Yuan Liao
2e65f87613
gui-libs/text-engine: Add patch to fix -Wreturn-type errors
Closes: https://bugs.gentoo.org/887649
Signed-off-by: Yuan Liao <liaoyuan@gmail.com>
2022-12-21 12:30:11 -08:00
Andrew Ammerlaan
90dacd5683
gui-libs/text-engine: delete weird empty file
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
2022-09-26 12:12:59 +02:00
Andrew Ammerlaan
2de77b4797
*/*: www-servers/tornado --> dev-python/tornado
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
2022-09-26 12:11:28 +02:00
Yuan Liao
bf56e3422d
gui-libs/text-engine: Correct package version in meson.build for 0.1.1
Closes: https://bugs.gentoo.org/860015
Signed-off-by: Yuan Liao <liaoyuan@gmail.com>
2022-07-30 08:39:01 -07:00
Yuan Liao
10b2315d88
gui-libs/text-engine: Drop 0.1.0
Signed-off-by: Yuan Liao <liaoyuan@gmail.com>
2022-07-02 15:19:09 -07:00
Yuan Liao
258ed04d7e
gui-libs/text-engine: Limit dev-libs/glib to >=2.72.0 for live ebuild
As of the time when this commit is authored, the latest stable version
of dev-libs/glib in ::gentoo is 2.70.4; however, some new tests of this
package added in commits staged for the next release would fail with
glib 2.70.4:

    Bail out! GLib-FATAL-ERROR: ../glib-2.70.4/glib/gmem.c:112: failed to allocate 18446744073709551611 bytes

    (test/split:29196): GLib-ERROR **: 11:25:10.093: ../glib-2.70.4/glib/gmem.c:112: failed to allocate 18446744073709551611 bytes
    Trace/breakpoint trap (core dumped)

These failures can be fixed by upgrading glib to >=2.72.0; 2.72.0 is
also the version used by the upstream in this project's CI builds.

Signed-off-by: Yuan Liao <liaoyuan@gmail.com>
2022-04-22 11:47:33 -07:00
Yuan Liao
c76b74ac79
gui-libs/text-engine: Update LICENSE for live ebuild
The upstream has recently changed the license from LGPL-3+ to
|| ( MPL-2.0 LGPL-2.1+ ) in some commits staged for the next release;
the license change has not been retrospectively applied to versions
already released yet.

Signed-off-by: Yuan Liao <liaoyuan@gmail.com>
2022-04-22 11:47:33 -07:00
Yuan Liao
d2ed8ba6f5
gui-libs/text-engine: Add 0.1.1
Signed-off-by: Yuan Liao <liaoyuan@gmail.com>
2022-04-08 07:52:47 -07:00
Yuan Liao
9c87274523
gui-libs/text-engine: Update LICENSE for live ebuild
The upstream has recently changed the license from MIT to LGPL-3+ in
some commits staged for the next release; the license change has not
been retrospectively applied to versions already released yet.

Signed-off-by: Yuan Liao <liaoyuan@gmail.com>
2022-03-31 22:21:54 -07:00
Yuan Liao
2c9cbd43c0
gui-libs/text-engine: Fix typo in die message
Signed-off-by: Yuan Liao <liaoyuan@gmail.com>
2022-03-20 22:56:16 -07:00
Yuan Liao
6a9257cdfd
gui-libs/text-engine: Initial import
Signed-off-by: Yuan Liao <liaoyuan@gmail.com>
2022-03-20 21:12:22 -07:00