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:           Mon Aug 18 15:01:52 UTC 2025

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

Log Message:
appstream: updated to 1.0.6

Version 1.0.6

Features:
 * compose: Accept .ttc font files
 * compose: Give font icons a background shape
 * compose: Render more elaborate font sample cards

Bugfixes:
 * compose: Insert screenshot tags for auto-generated font screenshots
 * compose: Trim substring when truncating font sample text
 * meson: don't override appstreamcli when cross-building
 * compose: Prefer rendering font icon with "Regular" style
 * compose: Sanitize font text samples before using them as icon
 * Follow directory symlinks when looking for Flatpak data
 * compose: Drop bad private-header include in public header
 * compose: Drop unneeded const declaration for GKeyFile
 * Fix typo that prevented video metadata from being composed properly


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/appstream/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/appstream/PLIST
cvs rdiff -u -r1.8 -r1.9 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.20 pkgsrc/devel/appstream/Makefile:1.21
--- pkgsrc/devel/appstream/Makefile:1.20        Sat Jul 19 05:37:33 2025
+++ pkgsrc/devel/appstream/Makefile     Mon Aug 18 15:01:52 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2025/07/19 05:37:33 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2025/08/18 15:01:52 adam Exp $
 
-DISTNAME=      appstream-1.0.5
-PKGREVISION=   1
+DISTNAME=      appstream-1.0.6
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=ximion/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -15,12 +14,11 @@ TOOL_DEPENDS+=      gperf-[0-9]*:../../devel/
 TOOL_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
 TOOL_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl
 
+USE_CC_FEATURES=       c17
 USE_LANGUAGES=         c c++
 USE_PKGLOCALEDIR=      yes
 USE_TOOLS+=            itstool msgfmt pkg-config
 
-USE_CC_FEATURES+=      c17
-
 MESON_ARGS+=   -Dapidocs=false
 MESON_ARGS+=   -Dsystemd=false
 # for running a tool during the build

Index: pkgsrc/devel/appstream/PLIST
diff -u pkgsrc/devel/appstream/PLIST:1.4 pkgsrc/devel/appstream/PLIST:1.5
--- pkgsrc/devel/appstream/PLIST:1.4    Mon Dec  9 11:37:31 2024
+++ pkgsrc/devel/appstream/PLIST        Mon Aug 18 15:01:52 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2024/12/09 11:37:31 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2025/08/18 15:01:52 adam Exp $
 bin/appstreamcli
 include/appstream/appstream.h
 include/appstream/as-agreement-section.h
@@ -95,6 +95,7 @@ share/locale/sr/LC_MESSAGES/appstream.mo
 share/locale/sr@latin/LC_MESSAGES/appstream.mo
 share/locale/sv/LC_MESSAGES/appstream.mo
 share/locale/ta/LC_MESSAGES/appstream.mo
+share/locale/th/LC_MESSAGES/appstream.mo
 share/locale/tr/LC_MESSAGES/appstream.mo
 share/locale/uk/LC_MESSAGES/appstream.mo
 share/locale/zh_CN/LC_MESSAGES/appstream.mo

Index: pkgsrc/devel/appstream/distinfo
diff -u pkgsrc/devel/appstream/distinfo:1.8 pkgsrc/devel/appstream/distinfo:1.9
--- pkgsrc/devel/appstream/distinfo:1.8 Sun May 25 11:32:27 2025
+++ pkgsrc/devel/appstream/distinfo     Mon Aug 18 15:01:52 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2025/05/25 11:32:27 gdt Exp $
+$NetBSD: distinfo,v 1.9 2025/08/18 15:01:52 adam Exp $
 
-BLAKE2s (appstream-1.0.5.tar.gz) = ec1004077d630d26e85c474dce72bdcb599cb6bee3539c809519a23fafc3efc6
-SHA512 (appstream-1.0.5.tar.gz) = 604b1e467e189540c17e72a6df10a7cfd0b89603975aa04790d4e971c5b2f9861d8f0e62ca88148dde66ecff759000fd641bd1a3697ec1d07041a730964ce2e1
-Size (appstream-1.0.5.tar.gz) = 4084441 bytes
+BLAKE2s (appstream-1.0.6.tar.gz) = a4aa69eddd3413bbb239e81d54059048f8acae1b37cba63ee3d9332527c5b069
+SHA512 (appstream-1.0.6.tar.gz) = 80f3b7b9279152ce271bab61e97a41268d5dc5d977dc9488fc187df90077ac1a81169201d3d1a7a5578d36e962321035bfe34106486c2ac3d684621b40338de6
+Size (appstream-1.0.6.tar.gz) = 4120639 bytes
 SHA1 (patch-src_as-system-info.c) = 7d96a06658739979901e526126755b374fcf4aad



Home | Main Index | Thread Index | Old Index