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 Dec 9 11:37:31 UTC 2024
Modified Files:
pkgsrc/devel/appstream: Makefile PLIST distinfo
pkgsrc/devel/appstream/patches: patch-src_as-system-info.c
Log Message:
appstream: updated to 1.0.4
Version 1.0.4
Features:
* bundle: Add AS_BUNDLE_KIND_SYSUPDATE
* desktop-style-ids: Add dark support for Plasma
* desktop-style-ids: add pantheon:dark
* qt: Expose branding color
* sysinfo: Add memory size detection support for Illumos and Solaris
* sysinfo: Add memory size detection support for GNU/Hurd
* validator: Don't fail validation if a snapshot release is missing a time
Specification:
* docs: Note that support for some legacy path was dropped in 1.0
* docs: Update fd.o spec URLs
* docs: Better explain desktop applications
* Update ESRA website URL
Bugfixes:
* validator: Make sure we read an initialised variable
* qt: Specify utc as the dates' timezone
* tests: Ignore some tests on Windows
* sysinfo: make uname() usage POSIX compliant
* Only emit legacy compat tag developer_name for catalog data
* compose: Allow file discovery even in symlinked directories
* Avoid a race condition when loading GResource data
* validator: Mention length limit in summary length warning message
* utils: Explicitly set permissions on installed metadata files
* as-vercmp: Fix gtkdoc to not start with '>'
Miscellaneous:
* desktop-style-ids: Remove Endless
* ci: Fix FreeBSD build (update `py-gi-docgen`)
* ci: Update to Ubuntu 24.04 for Debian Testing builds
* utils: Assume 64px as size when installing an icon tarball of unknown size
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/appstream/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/appstream/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/appstream/distinfo
cvs rdiff -u -r1.4 -r1.5 \
pkgsrc/devel/appstream/patches/patch-src_as-system-info.c
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.12 pkgsrc/devel/appstream/Makefile:1.13
--- pkgsrc/devel/appstream/Makefile:1.12 Thu Nov 14 22:19:16 2024
+++ pkgsrc/devel/appstream/Makefile Mon Dec 9 11:37:31 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2024/11/14 22:19:16 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2024/12/09 11:37:31 adam Exp $
-DISTNAME= appstream-1.0.3
-PKGREVISION= 5
+DISTNAME= appstream-1.0.4
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.3 pkgsrc/devel/appstream/PLIST:1.4
--- pkgsrc/devel/appstream/PLIST:1.3 Thu Apr 25 07:22:11 2024
+++ pkgsrc/devel/appstream/PLIST Mon Dec 9 11:37:31 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2024/04/25 07:22:11 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2024/12/09 11:37:31 adam Exp $
bin/appstreamcli
include/appstream/appstream.h
include/appstream/as-agreement-section.h
@@ -94,6 +94,7 @@ share/locale/sl/LC_MESSAGES/appstream.mo
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/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.6 pkgsrc/devel/appstream/distinfo:1.7
--- pkgsrc/devel/appstream/distinfo:1.6 Tue Dec 3 10:35:55 2024
+++ pkgsrc/devel/appstream/distinfo Mon Dec 9 11:37:31 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2024/12/03 10:35:55 jperkin Exp $
+$NetBSD: distinfo,v 1.7 2024/12/09 11:37:31 adam Exp $
-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-src_as-system-info.c) = 4be564f1967cab897f171b76b77cfd40afb45945
+BLAKE2s (appstream-1.0.4.tar.gz) = 41844d7f9a3b195e5388d6e73f94e020167c7f6d0441292e613d049ba8477e44
+SHA512 (appstream-1.0.4.tar.gz) = 3e58355b4733cb0ee9e94c6e8a49d17ba901f211a6e4a5d096a8f23a463a82bd839989f5f52c72515a17e02cf21f9224d01145dfb1a2e23cf34cda44d20187e7
+Size (appstream-1.0.4.tar.gz) = 4070253 bytes
+SHA1 (patch-src_as-system-info.c) = 7d96a06658739979901e526126755b374fcf4aad
Index: pkgsrc/devel/appstream/patches/patch-src_as-system-info.c
diff -u pkgsrc/devel/appstream/patches/patch-src_as-system-info.c:1.4 pkgsrc/devel/appstream/patches/patch-src_as-system-info.c:1.5
--- pkgsrc/devel/appstream/patches/patch-src_as-system-info.c:1.4 Tue Dec 3 10:35:55 2024
+++ pkgsrc/devel/appstream/patches/patch-src_as-system-info.c Mon Dec 9 11:37:31 2024
@@ -1,12 +1,12 @@
-$NetBSD: patch-src_as-system-info.c,v 1.4 2024/12/03 10:35:55 jperkin Exp $
+$NetBSD: patch-src_as-system-info.c,v 1.5 2024/12/09 11:37:31 adam Exp $
Provide a reasonable fallback for retrieving total memory.
---- src/as-system-info.c.orig 2024-12-03 10:27:19.242982022 +0000
+--- src/as-system-info.c.orig 2024-12-08 22:34:32.000000000 +0000
+++ src/as-system-info.c
-@@ -499,7 +499,7 @@ as_get_physical_memory_total (void)
- GlobalMemoryStatusEx (&statex);
- return statex.ullTotalPhys / (1024 * 1024);
+@@ -520,7 +520,7 @@ as_get_physical_memory_total (void)
+ return (physpages * pagesize) / MB_IN_BYTES;
+ return 0;
#else
-#error "Implementation of as_get_physical_memory_total() missing for this OS."
+ return sysconf(_SC_PHYS_PAGES) * sysconf(_SC_PAGESIZE);
Home |
Main Index |
Thread Index |
Old Index