[packages/AppStream] - updated to 1.1.0 (the last version providing qt5 API)
qboosh
qboosh at pld-linux.org
Tue Sep 1 19:15:11 CEST 2026
commit dd9461ed7870aeca565bfad66bf9ced3f5c500c0
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Tue Sep 1 19:15:13 2026 +0200
- updated to 1.1.0 (the last version providing qt5 API)
AppStream-includes.patch | 10 ++++++++++
AppStream.spec | 8 +++++---
2 files changed, 15 insertions(+), 3 deletions(-)
---
diff --git a/AppStream.spec b/AppStream.spec
index 91d9b68..9407b3a 100644
--- a/AppStream.spec
+++ b/AppStream.spec
@@ -17,12 +17,13 @@
Summary: AppStream-Core library and tools
Summary(pl.UTF-8): Biblioteka i narzędzia AppStream-Core
Name: AppStream
-Version: 1.0.6
+Version: 1.1.0
Release: 1
License: LGPL v2.1+
Group: Libraries
Source0: https://www.freedesktop.org/software/appstream/releases/%{name}-%{version}.tar.xz
-# Source0-md5: d65b1c4689ea967d7c0e901d6c44a979
+# Source0-md5: 93a3e9420288de4ccaabb376cb92999b
+Patch0: %{name}-includes.patch
URL: https://www.freedesktop.org/wiki/Distributions/AppStream/
BuildRequires: curl-devel >= 7.62
%{?with_apidocs:BuildRequires: daps}
@@ -35,6 +36,7 @@ BuildRequires: gobject-introspection-devel >= 1.56
BuildRequires: gperf
%{?with_apidocs:BuildRequires: gtk-doc}
BuildRequires: itstool
+BuildRequires: libfyaml-devel >= 0.8
BuildRequires: libstdc++-devel >= 6:8
BuildRequires: libstemmer-devel
BuildRequires: libxml2-devel >= 2.0
@@ -54,7 +56,6 @@ BuildRequires: tar >= 1:1.22
%{?with_vala:BuildRequires: vala}
BuildRequires: xmlto
BuildRequires: xz
-BuildRequires: yaml-devel >= 0.1
BuildRequires: zstd-devel
%if %{with qt5}
BuildRequires: Qt5Core-devel >= 5.15
@@ -279,6 +280,7 @@ Dane ITS AppStream metainfo dla narzędzi gettext.
%prep
%setup -q
+%patch -P0 -p1
%build
%meson \
diff --git a/AppStream-includes.patch b/AppStream-includes.patch
new file mode 100644
index 0000000..34b0dc9
--- /dev/null
+++ b/AppStream-includes.patch
@@ -0,0 +1,10 @@
+--- AppStream-1.1.0/compose/asc-font.c.orig 2025-09-16 21:36:52.000000000 +0200
++++ AppStream-1.1.0/compose/asc-font.c 2026-08-31 21:32:27.447569324 +0200
+@@ -29,6 +29,7 @@
+
+ #include <glib/gstdio.h>
+ #include <fontconfig/fontconfig.h>
++#include <fontconfig/fcfreetype.h>
+ #include FT_SFNT_NAMES_H
+ #include FT_TRUETYPE_IDS_H
+ #include <pango/pango-language.h>
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/AppStream.git/commitdiff/dd9461ed7870aeca565bfad66bf9ced3f5c500c0
More information about the pld-cvs-commit
mailing list