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:           Fri Jan 30 13:22:34 UTC 2026

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

Log Message:
appstream: updated to 1.1.2

Version 1.1.2

Features:
 * cli: Add rudimentary support for bash completion

Specification:
 * docs: Fix a minor typo on the translation quickstart page

Bugfixes:
 * validator: Catch more cases of existing, but empty properties
 * tests: Fix tests with libfyaml > 0.9.2
 * cli: Recommend/use pkgcli instead of pkcon if available

Miscellaneous:
 * Use our symbol visibility helper macros consistently everywhere
 * meson: Do not update po files on l10n-update


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/appstream/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/appstream/PLIST
cvs rdiff -u -r1.10 -r1.11 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.26 pkgsrc/devel/appstream/Makefile:1.27
--- pkgsrc/devel/appstream/Makefile:1.26        Wed Jan  7 08:46:26 2026
+++ pkgsrc/devel/appstream/Makefile     Fri Jan 30 13:22:33 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2026/01/07 08:46:26 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2026/01/30 13:22:33 adam Exp $
 
-DISTNAME=      appstream-1.1.1
-PKGREVISION=   2
+DISTNAME=      appstream-1.1.2
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=ximion/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -21,6 +20,7 @@ USE_PKGLOCALEDIR=     yes
 USE_TOOLS+=            itstool msgfmt pkg-config
 
 MESON_ARGS+=   -Dapidocs=false
+MESON_ARGS+=   -Dbash-completion=false
 MESON_ARGS+=   -Dsystemd=false
 # for running a tool during the build
 MAKE_ENV+=     LD_LIBRARY_PATH=${WRKSRC}/output/src

Index: pkgsrc/devel/appstream/PLIST
diff -u pkgsrc/devel/appstream/PLIST:1.6 pkgsrc/devel/appstream/PLIST:1.7
--- pkgsrc/devel/appstream/PLIST:1.6    Fri Nov 14 09:46:31 2025
+++ pkgsrc/devel/appstream/PLIST        Fri Jan 30 13:22:33 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2025/11/14 09:46:31 adam Exp $
+@comment $NetBSD: PLIST,v 1.7 2026/01/30 13:22:33 adam Exp $
 bin/appstreamcli
 include/appstream/appstream.h
 include/appstream/as-agreement-section.h
@@ -80,6 +80,7 @@ share/locale/it/LC_MESSAGES/appstream.mo
 share/locale/ja/LC_MESSAGES/appstream.mo
 share/locale/ka/LC_MESSAGES/appstream.mo
 share/locale/ko/LC_MESSAGES/appstream.mo
+share/locale/kw/LC_MESSAGES/appstream.mo
 share/locale/lt/LC_MESSAGES/appstream.mo
 share/locale/nb/LC_MESSAGES/appstream.mo
 share/locale/nl/LC_MESSAGES/appstream.mo

Index: pkgsrc/devel/appstream/distinfo
diff -u pkgsrc/devel/appstream/distinfo:1.10 pkgsrc/devel/appstream/distinfo:1.11
--- pkgsrc/devel/appstream/distinfo:1.10        Fri Nov 14 09:46:31 2025
+++ pkgsrc/devel/appstream/distinfo     Fri Jan 30 13:22:33 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2025/11/14 09:46:31 adam Exp $
+$NetBSD: distinfo,v 1.11 2026/01/30 13:22:33 adam Exp $
 
-BLAKE2s (appstream-1.1.1.tar.gz) = fda503c04628749adc9800e426f504d75ea55b003f01892886f0855f9f5def4c
-SHA512 (appstream-1.1.1.tar.gz) = bec0fd508504a5836912844396dab98c7444da7829bcc705c54e56989407946e96bc73c54fc8920d2b0c0e853122d0e3b74c13e3fa8be621c62b3d955859239c
-Size (appstream-1.1.1.tar.gz) = 4183077 bytes
+BLAKE2s (appstream-1.1.2.tar.gz) = 424dee7126f36d3b8c9856d38fe74f35748a16efdf10c5ac1c662837d82293d0
+SHA512 (appstream-1.1.2.tar.gz) = 2e673af579107603458cf09086ffc8cb488aa4ab24d248c7774b8b6d8e690aac49b2c5ddda56533b179e017f54fa4598ebae5bb7cb3073b3f03149700a7db9ac
+Size (appstream-1.1.2.tar.gz) = 4154840 bytes
 SHA1 (patch-src_as-system-info.c) = 7d96a06658739979901e526126755b374fcf4aad



Home | Main Index | Thread Index | Old Index