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 Apr 25 07:22:11 UTC 2024

Modified Files:
        pkgsrc/devel/appstream: Makefile PLIST distinfo

Log Message:
appstream: updated to 1.0.3

Version 1.0.3

Features:
 * validator: Check that description lists don't get translated
 * validator: Improve translation checks for descriptions
 * cli: compose: Allow to propagate selected custom entries to catalog output
 * validator: Check for common typo of "scheme_preference" branding property
 * xml: Generate a developer_name compat tag for older 3rd-party parsers
 * validator: Flag duplicate branding colors as invalid
 * Add Plasma Mobile as recognized desktop-style

Specification:
 * docs: Clarify a developer element is not allowed to exist multiple times
 * docs: Explicitly clarify a developer/name element must not be repeated
 * docs: Clarify metainfo translation rules a bit

Bugfixes:
 * qt: Fix relocation of Config.cmake files
 * cli: check-syscompat: Recognize available required controls as available
 * validator: Guard issue emission functions with G_GNUC_PRINTF
 * validator: Always use secure string formatting for issue emit function
 * utils: Explicitly set format style when installing catalog metadata
 * Suppress static-analyzer drawing wrong conclusions on GCC 14

Miscellaneous:
 * docs: List AppStreamCompose as related to AppStream
 * docs: Add manpages back
 * validator: Mark developer-id-missing as info-priority again


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/appstream/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/appstream/PLIST
cvs rdiff -u -r1.3 -r1.4 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.6 pkgsrc/devel/appstream/Makefile:1.7
--- pkgsrc/devel/appstream/Makefile:1.6 Sun Apr 21 13:37:31 2024
+++ pkgsrc/devel/appstream/Makefile     Thu Apr 25 07:22:11 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2024/04/21 13:37:31 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2024/04/25 07:22:11 adam Exp $
 
-DISTNAME=      appstream-1.0.2
+DISTNAME=      appstream-1.0.3
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=ximion/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/devel/appstream/PLIST
diff -u pkgsrc/devel/appstream/PLIST:1.2 pkgsrc/devel/appstream/PLIST:1.3
--- pkgsrc/devel/appstream/PLIST:1.2    Sun Apr 14 17:22:19 2024
+++ pkgsrc/devel/appstream/PLIST        Thu Apr 25 07:22:11 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2024/04/14 17:22:19 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2024/04/25 07:22:11 adam Exp $
 bin/appstreamcli
 include/appstream/appstream.h
 include/appstream/as-agreement-section.h
@@ -73,6 +73,7 @@ share/locale/he/LC_MESSAGES/appstream.mo
 share/locale/hi/LC_MESSAGES/appstream.mo
 share/locale/hr/LC_MESSAGES/appstream.mo
 share/locale/hu/LC_MESSAGES/appstream.mo
+share/locale/ia/LC_MESSAGES/appstream.mo
 share/locale/id/LC_MESSAGES/appstream.mo
 share/locale/it/LC_MESSAGES/appstream.mo
 share/locale/ja/LC_MESSAGES/appstream.mo

Index: pkgsrc/devel/appstream/distinfo
diff -u pkgsrc/devel/appstream/distinfo:1.3 pkgsrc/devel/appstream/distinfo:1.4
--- pkgsrc/devel/appstream/distinfo:1.3 Sun Apr 14 17:22:19 2024
+++ pkgsrc/devel/appstream/distinfo     Thu Apr 25 07:22:11 2024
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.3 2024/04/14 17:22:19 adam Exp $
+$NetBSD: distinfo,v 1.4 2024/04/25 07:22:11 adam Exp $
 
-BLAKE2s (appstream-1.0.2.tar.gz) = 9928e23674657e8ab99b6d6ad4a6d53c8d814216d8d0e4598f700a2eb169fdb6
-SHA512 (appstream-1.0.2.tar.gz) = d7e49242c0e623944545e14e995d756832d2bbf8bd5d1237dd2b76c388cd8a30fd5f159ebf9430c010345f2e55260bf433d3ded108cce587c3f052a967dac54c
-Size (appstream-1.0.2.tar.gz) = 3920089 bytes
+BLAKE2s (appstream-1.0.3.tar.gz) = 7462c8e84f9e8dfa131e4fbb70296a0416bcdb698a8984d5b9d0ce3535e7d604
+SHA512 (appstream-1.0.3.tar.gz) = 8438c1c4368d1322a69f88238ded31126cdfa2750cd611d8040245e90b7802c92bb6978ea8aba680fe70c744e4a1bfe3ef9cc10628682e5d2165994183bbd815
+Size (appstream-1.0.3.tar.gz) = 3963596 bytes
+SHA1 (patch-meson.build) = 7943a0cc531bbcbb45a1d7f549ae974cf085fa02



Home | Main Index | Thread Index | Old Index