AppStream: update to 1.0.3.

Closes: #52521 [via git-merge-pr]
This commit is contained in:
1is7ac3 2024-10-05 23:53:01 -03:00 committed by classabbyamp
parent 82052266dc
commit 2faaaa10d2
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5
2 changed files with 3 additions and 24 deletions

View File

@ -1,21 +0,0 @@
--- a/qt/meson.build 2024-02-24 22:22:21.000000000 +0100
+++ - 2024-03-12 13:03:47.811844901 +0100
@@ -127,6 +127,7 @@
cmake_data = configuration_data()
cmake_data.set('LIBDIR_FULL', join_paths(get_option('prefix'), get_option('libdir')))
+cmake_data.set('LIBDIR', get_option('libdir'))
cmake_data.set('PREFIX', get_option('prefix'))
cmake_data.set('VERSION', as_version)
--- a/qt/cmake/AppStreamQtConfig.cmake.in 2024-02-24 22:22:21.000000000 +0100
+++ - 2024-03-12 13:04:12.791711630 +0100
@@ -32,7 +32,7 @@
set_target_properties(AppStreamQt PROPERTIES
INTERFACE_INCLUDE_DIRECTORIES "${PACKAGE_PREFIX_DIR}/include/"
INTERFACE_LINK_LIBRARIES "Qt::Core"
- IMPORTED_LOCATION "@LIBDIR_FULL@/libAppStreamQt.so.${AppStreamQt_VERSION}"
+ IMPORTED_LOCATION "${PACKAGE_PREFIX_DIR}/@LIBDIR@/libAppStreamQt.so.${AppStreamQt_VERSION}"
IMPORTED_SONAME "libAppStreamQt.${AppStreamQt_VERSION_MAJOR}"
)

View File

@ -1,7 +1,7 @@
# Template file for 'AppStream'
pkgname=AppStream
version=1.0.2
revision=2
version=1.0.3
revision=1
build_style=meson
build_helper="gir qemu"
configure_args="$(vopt_bool gir gir) $(vopt_bool vala vapi)
@ -18,7 +18,7 @@ license="GPL-2.0-or-later"
homepage="https://github.com/ximion/appstream"
changelog="https://raw.githubusercontent.com/ximion/appstream/master/NEWS"
distfiles="https://github.com/ximion/appstream/archive/v${version}.tar.gz"
checksum=77e271f47167ae37a68111b951c3c07e4261579e69047747044f7924c8219d14
checksum=dd7222519b5d855124fa803ce82a7cbf090ac6b2e44a5bc515e729b1f20a63ae
triggers="appstream-cache"
if [ "$CROSS_BUILD" ]; then