From 2faaaa10d238e3d1b6310dd3751def0898ecbb0e Mon Sep 17 00:00:00 2001 From: 1is7ac3 Date: Sat, 5 Oct 2024 23:53:01 -0300 Subject: [PATCH] AppStream: update to 1.0.3. Closes: #52521 [via git-merge-pr] --- srcpkgs/AppStream/patches/cross.patch | 21 --------------------- srcpkgs/AppStream/template | 6 +++--- 2 files changed, 3 insertions(+), 24 deletions(-) delete mode 100644 srcpkgs/AppStream/patches/cross.patch diff --git a/srcpkgs/AppStream/patches/cross.patch b/srcpkgs/AppStream/patches/cross.patch deleted file mode 100644 index c0adb6fd5ab..00000000000 --- a/srcpkgs/AppStream/patches/cross.patch +++ /dev/null @@ -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}" - ) - diff --git a/srcpkgs/AppStream/template b/srcpkgs/AppStream/template index baa23da4132..d783dae6f63 100644 --- a/srcpkgs/AppStream/template +++ b/srcpkgs/AppStream/template @@ -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