libmalcontent-ui: Port to libappstream

Depend on libappstream-dev, and include appstream.h instead of
appstream-glib.h.

We can depend on a new enough version of libappstream that all the
content rating symbols we need are available, which means that
`gs-content-rating.[ch]` can be dropped entirely.

Turns out no code changes are needed other than that.

Fixes: #51
This commit is contained in:
Georges Basile Stavracas Neto 2022-07-12 19:56:10 -03:00 committed by Philip Withnall
parent 0bbdb242a0
commit 25486a1df9
8 changed files with 21 additions and 730 deletions

View file

@ -6,7 +6,7 @@ RUN apt-get update -qq && apt-get install --no-install-recommends -qq -y \
gtk-doc-tools \
lcov \
libaccountsservice-dev \
libappstream-glib-dev \
libappstream-dev \
libflatpak-dev \
libgirepository1.0-dev \
libglib2.0-dev \