pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/appstream-glib appstream-glib: update to 0.8.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/68daaf4dd324
branches:  trunk
changeset: 382276:68daaf4dd324
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jul 24 14:59:35 2022 +0000

description:
appstream-glib: update to 0.8.0.

Version 0.8.0
~~~~~~~~~~~~~
Released: 2022-07-15

New Features:
 - Add validation for duplicate license xml elements (Otto Urpelainen)
 - Add vcs-browser and contribute URL type (JakobDev)
 - Port from libsoup to libcurl (Richard Hughes)
 - Support em/code tags (Philip Müller)
 - Use GProxyResolver to auto-detect the correct proxy (Richard Hughes)

Bugfixes:
 - Align the OARS/CSM mappings (Philip Withnall)
 - Also unwrap description in metainfo files (Fabian Vogt)
 - Check --version-script linker option before using (Biswapriyo Nath)
 - Consider the AppStream version as a string (Corentin Noël)
 - Do not show a critical warning on <suggests><id/></suggests> (Richard Hughes)
 - Fix extracting relative symlinks and file paths in icon tarball (Fabian Vogt, Philip Withnall)
 - Fix Markdown underlining in appdata-to-news (Philip Withnall)
 - Fix validation of translated captions when LANG is not C (Richard Hughes)
 - Make directories as 0755 && umask (Pavel Raiskup)
 - Parse custom and launchables from DEP-11 (Sebastian Krzyszkowiak)
 - Sync the ITS file with appstream (Piotr Drąg)
 - Update current version in AsStore (Corentin Noël)
 - Update to SPDX 3.16 (Nick Richards)

diffstat:

 devel/appstream-glib/Makefile |  7 +++----
 devel/appstream-glib/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (37 lines):

diff -r 9bb51bdc7a65 -r 68daaf4dd324 devel/appstream-glib/Makefile
--- a/devel/appstream-glib/Makefile     Sun Jul 24 14:53:56 2022 +0000
+++ b/devel/appstream-glib/Makefile     Sun Jul 24 14:59:35 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2022/07/22 09:07:11 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2022/07/24 14:59:35 wiz Exp $
 
-DISTNAME=      appstream-glib-0.7.18
-PKGREVISION=   5
+DISTNAME=      appstream-glib-0.8.0
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=hughsie/}
 GITHUB_TAG=    ${DISTNAME:S/-/_/g:S/./_/g}
@@ -32,9 +31,9 @@
 .include "../../devel/libuuid/buildlink3.mk"
 .include "../../devel/meson/build.mk"
 .include "../../graphics/gdk-pixbuf2/buildlink3.mk"
-.include "../../net/libsoup/buildlink3.mk"
 .include "../../textproc/json-glib/buildlink3.mk"
 .include "../../textproc/libstemmer/buildlink3.mk"
 .include "../../textproc/libyaml/buildlink3.mk"
+.include "../../www/curl/buildlink3.mk"
 .include "../../x11/gtk3/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 9bb51bdc7a65 -r 68daaf4dd324 devel/appstream-glib/distinfo
--- a/devel/appstream-glib/distinfo     Sun Jul 24 14:53:56 2022 +0000
+++ b/devel/appstream-glib/distinfo     Sun Jul 24 14:59:35 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 10:14:15 nia Exp $
+$NetBSD: distinfo,v 1.6 2022/07/24 14:59:35 wiz Exp $
 
-BLAKE2s (appstream-glib-0.7.18.tar.gz) = 6f39e52160cda396941edc629dbcededb508444979ef408aeed05832dd9f8c71
-SHA512 (appstream-glib-0.7.18.tar.gz) = 659bb7a022faff728ad1f94308e9dc63266fe9d1430d9b05be3c34843a7d00169ae69e76582537e14edaf7f5233989c6c055a5fb5ac4692674f6763be1510b9d
-Size (appstream-glib-0.7.18.tar.gz) = 2580687 bytes
+BLAKE2s (appstream-glib-0.8.0.tar.gz) = 11e581a6faddcaa5ad4ce7a3fa4d8d8e223958755b4d294c305c6884c7d9531a
+SHA512 (appstream-glib-0.8.0.tar.gz) = 80ebe3ea4c27c91135d9cba64249407a92fe51ec3150505e9285c5c9217beab32232e263c953696b33e0f92220f1bda4e6737f1dbc73dfa4e81f55e2da03429b
+Size (appstream-glib-0.8.0.tar.gz) = 2588779 bytes


Home | Main Index | Thread Index | Old Index