Search Criteria
Package Details: text-engine 0.1.1-4
Package Actions
Git Clone URL: | https://aur.archlinux.org/text-engine.git (read-only, click to copy) |
---|---|
Package Base: | text-engine |
Description: | A lightweight rich-text framework for GTK |
Upstream URL: | https://github.com/mjakeman/text-engine |
Licenses: | MPL-2.0 OR LGPL-2.1-or-later |
Submitter: | bordam |
Maintainer: | fabiscafe |
Last Packager: | fabiscafe |
Votes: | 14 |
Popularity: | 0.30 |
First Submitted: | 2022-03-19 15:46 (UTC) |
Last Updated: | 2024-05-23 11:00 (UTC) |
Dependencies (9)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- gtk4 (gtk4-customizableAUR, gtk4-paper-planeAUR, gtk4-gitAUR)
- json-glib (json-glib-gitAUR)
- libadwaita (libadwaita-testingAUR, libadwaita-gitAUR, libadwaita-without-adwaita-gitAUR)
- libxml2 (libxml2-gitAUR, libxml2-2.9AUR)
- pango (pango-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- meson (meson-gitAUR) (make)
Latest Comments
fabiscafe commented on 2024-05-17 07:39 (UTC)
This currently is not compitible with gcc>=14, @bordam you could utilize gcc13 for now.
Something like this. Upstream bug is here: https://github.com/mjakeman/text-engine/issues/37
bordam commented on 2022-11-18 20:59 (UTC)
@luxio sorry I totally forgot about this, I now committed the change
luxio commented on 2022-05-25 14:35 (UTC)
To me it seems to build just fine on arm (m1 macbook), so it would be nice if you could change
arch=('x86_64')
toarch=('x86_64' 'aarch64')
crispyrice commented on 2022-03-28 21:38 (UTC)
I'm getting
-Wreturn-type
errors forsrc/layout/layout.c:134:5
andsrc/layout/layout.c:135:5
. Doesn't seem to build on GCC or Clangbordam commented on 2022-03-27 14:29 (UTC)
You got me, removed
yochananmarqos commented on 2022-03-27 14:16 (UTC)
This does not require
cmake
to build.