pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/appstream
Module Name: pkgsrc
Committed By: adam
Date: Thu Jul 23 06:51:07 UTC 2026
Modified Files:
pkgsrc/devel/appstream: Makefile PLIST distinfo
Log Message:
appstream: updated to 1.1.4
1.1.4
Features:
* sysinfo: Assume a more modern display for the handset chassis template
* sysinfo: Assume a more modern display for the tablet chassis template
* sysinfo: Initial code to autodetect the display size on Wayland
* sysinfo: Handle fractional display scaling via xdg-output
* Implement support for GCVE as vulnerability database provider
* qt: Sync enum mirrors with the C library
* qt: Add Artifact, Checksum, Reference, Review and Agreement wrappers
* qt: Wrap missing C API on existing classes
* reviews: Add simple interface to fetch ODRS reviews for a component
* reviews: Implement support for submitting reviews
Specification:
* docs: Suggest using the longest display side for maximum size constraints
Bugfixes:
* Make GResources we need outlive main thread destruction
* pool: Properly implement cancellation of load operations
* sysinfo: Fix display-length setter overriding the shortest edge
* relation-check: Don't zero the score if a required check errored
* curl: Harden downloader by restricting protocols to only HTTP(S)
* curl: Allow making POST requests and changing the user agent
* curl: Fix retry-loop data corruption and don't blindly retry POST requests
* yaml: Fix potential crashes when encountering missing relation entry values
* yaml: Adjust tests and emitter to work around libfyaml string-quoting change
* yaml: Ensure version relations are consistently quoted
* qt: Fix buffer overrun in stringListToCharArray
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/appstream/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/appstream/PLIST
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/appstream/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/appstream/Makefile
diff -u pkgsrc/devel/appstream/Makefile:1.31 pkgsrc/devel/appstream/Makefile:1.32
--- pkgsrc/devel/appstream/Makefile:1.31 Mon Jun 22 16:49:14 2026
+++ pkgsrc/devel/appstream/Makefile Thu Jul 23 06:51:07 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.31 2026/06/22 16:49:14 adam Exp $
+# $NetBSD: Makefile,v 1.32 2026/07/23 06:51:07 adam Exp $
-DISTNAME= appstream-1.1.3
+DISTNAME= appstream-1.1.4
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=ximion/}
GITHUB_TAG= v${PKGVERSION_NOREV}
@@ -38,6 +38,13 @@ SUBST_MESSAGE.paths= Fixing absolute pat
SUBST_FILES.paths= meson.build
SUBST_SED.paths= -e 's,/usr/include,${PREFIX}/include,g'
+.include "../../devel/wayland/platform.mk"
+.if !empty(PLATFORM_SUPPORTS_WAYLAND:Myes)
+.include "../../devel/wayland/buildlink3.mk"
+.else
+MESON_ARGS+= -Dwayland=false
+.endif
+
.include "../../archivers/zstd/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/gobject-introspection/buildlink3.mk"
Index: pkgsrc/devel/appstream/PLIST
diff -u pkgsrc/devel/appstream/PLIST:1.8 pkgsrc/devel/appstream/PLIST:1.9
--- pkgsrc/devel/appstream/PLIST:1.8 Mon Jun 22 16:49:14 2026
+++ pkgsrc/devel/appstream/PLIST Thu Jul 23 06:51:07 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2026/06/22 16:49:14 adam Exp $
+@comment $NetBSD: PLIST,v 1.9 2026/07/23 06:51:07 adam Exp $
bin/appstreamcli
include/appstream/appstream.h
include/appstream/as-agreement-section.h
@@ -29,6 +29,7 @@ include/appstream/as-relation.h
include/appstream/as-release-list.h
include/appstream/as-release.h
include/appstream/as-review.h
+include/appstream/as-reviews-client.h
include/appstream/as-screenshot.h
include/appstream/as-spdx.h
include/appstream/as-suggested.h
Index: pkgsrc/devel/appstream/distinfo
diff -u pkgsrc/devel/appstream/distinfo:1.12 pkgsrc/devel/appstream/distinfo:1.13
--- pkgsrc/devel/appstream/distinfo:1.12 Mon Jun 22 16:49:14 2026
+++ pkgsrc/devel/appstream/distinfo Thu Jul 23 06:51:07 2026
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.12 2026/06/22 16:49:14 adam Exp $
+$NetBSD: distinfo,v 1.13 2026/07/23 06:51:07 adam Exp $
-BLAKE2s (appstream-1.1.3.tar.gz) = 9e2aac5630af3ea162bbe48dc76626e8fff4bb59ca9e191856416b667d377270
-SHA512 (appstream-1.1.3.tar.gz) = a8176d9699cac18d6b5f372609394e07755fdc75e8ce70f003596479b461109811ace72d593e1eba35d5b808ba6ca6c37e3b61c5ab6f8968f4e7724c6afa9319
-Size (appstream-1.1.3.tar.gz) = 4231483 bytes
+BLAKE2s (appstream-1.1.4.tar.gz) = acecdf9133c77d429c01cafa37080d551a742ced0ed0e73e5de26532e3796e3b
+SHA512 (appstream-1.1.4.tar.gz) = 51ad96cf5d49cecc241f92f1cb78ebeeab34e2bc06d8efa01af3762a009050923a28633f03a8d8594f499f229bd4533709f21cddd1db4c2c771d86df64509119
+Size (appstream-1.1.4.tar.gz) = 4333045 bytes
SHA1 (patch-docs_meson.build) = a40e94677655387ca1c94c46b044aebafb617686
SHA1 (patch-src_as-system-info.c) = 7d96a06658739979901e526126755b374fcf4aad
Home |
Main Index |
Thread Index |
Old Index