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: wiz
Date: Sun Oct 15 08:08:18 UTC 2023
Modified Files:
pkgsrc/devel/appstream: Makefile distinfo
pkgsrc/devel/appstream/patches: patch-meson.build
patch-src_as-system-info.c
Log Message:
appstream: add upstream bug report URLs
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/appstream/Makefile \
pkgsrc/devel/appstream/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/appstream/patches/patch-meson.build \
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.1 pkgsrc/devel/appstream/Makefile:1.2
--- pkgsrc/devel/appstream/Makefile:1.1 Sun Oct 15 08:00:14 2023
+++ pkgsrc/devel/appstream/Makefile Sun Oct 15 08:08:17 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2023/10/15 08:00:14 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2023/10/15 08:08:17 wiz Exp $
DISTNAME= appstream-0.16.3
CATEGORIES= devel
@@ -10,7 +10,6 @@ HOMEPAGE= https://github.com/ximion/apps
COMMENT= Tools and libraries to work with AppStream metadata
LICENSE= gnu-lgpl-v2.1
-#TOOL_DEPENDS+= cmake-[0-9]*:../../devel/cmake
TOOL_DEPENDS+= gperf-[0-9]*:../../devel/gperf
TOOL_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
TOOL_DEPENDS+= gtk-doc-[0-9]*:../../textproc/gtk-doc
Index: pkgsrc/devel/appstream/distinfo
diff -u pkgsrc/devel/appstream/distinfo:1.1 pkgsrc/devel/appstream/distinfo:1.2
--- pkgsrc/devel/appstream/distinfo:1.1 Sun Oct 15 08:00:14 2023
+++ pkgsrc/devel/appstream/distinfo Sun Oct 15 08:08:17 2023
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.1 2023/10/15 08:00:14 wiz Exp $
+$NetBSD: distinfo,v 1.2 2023/10/15 08:08:17 wiz Exp $
BLAKE2s (appstream-0.16.3.tar.gz) = c724e52e9194151ebf057155d3c4949f9e49321944ad1261535423dd8dc344df
SHA512 (appstream-0.16.3.tar.gz) = c40897811e6ab47e919dca761d1a4ed9c30664b29d126358176995c80400997de61403d59ddcfac1fbdd2d946cb0cd62fed00e8249184bb713867ce7439b6c32
Size (appstream-0.16.3.tar.gz) = 3724307 bytes
-SHA1 (patch-meson.build) = a2c1881e332add40b68373f972f2d95ecff15101
-SHA1 (patch-src_as-system-info.c) = da0849420d753589cb0044c0446bdffffaf5f4a9
+SHA1 (patch-meson.build) = 7943a0cc531bbcbb45a1d7f549ae974cf085fa02
+SHA1 (patch-src_as-system-info.c) = 13904684a91b1ea37b7ee3ac1fc7b720431bcc8a
Index: pkgsrc/devel/appstream/patches/patch-meson.build
diff -u pkgsrc/devel/appstream/patches/patch-meson.build:1.1 pkgsrc/devel/appstream/patches/patch-meson.build:1.2
--- pkgsrc/devel/appstream/patches/patch-meson.build:1.1 Sun Oct 15 08:00:14 2023
+++ pkgsrc/devel/appstream/patches/patch-meson.build Sun Oct 15 08:08:18 2023
@@ -1,8 +1,10 @@
-$NetBSD: patch-meson.build,v 1.1 2023/10/15 08:00:14 wiz Exp $
+$NetBSD: patch-meson.build,v 1.2 2023/10/15 08:08:18 wiz Exp $
Disable _POSIX_C_SOURCE=200809L because it removes symlink
from the namespace on NetBSD.
+https://github.com/ximion/appstream/issues/537
+
--- meson.build.orig 2023-08-22 21:51:55.000000000 +0000
+++ meson.build
@@ -133,7 +133,8 @@ add_project_arguments(
Index: pkgsrc/devel/appstream/patches/patch-src_as-system-info.c
diff -u pkgsrc/devel/appstream/patches/patch-src_as-system-info.c:1.1 pkgsrc/devel/appstream/patches/patch-src_as-system-info.c:1.2
--- pkgsrc/devel/appstream/patches/patch-src_as-system-info.c:1.1 Sun Oct 15 08:00:14 2023
+++ pkgsrc/devel/appstream/patches/patch-src_as-system-info.c Sun Oct 15 08:08:18 2023
@@ -1,6 +1,7 @@
-$NetBSD: patch-src_as-system-info.c,v 1.1 2023/10/15 08:00:14 wiz Exp $
+$NetBSD: patch-src_as-system-info.c,v 1.2 2023/10/15 08:08:18 wiz Exp $
Add NetBSD support.
+https://github.com/ximion/appstream/pull/536
--- src/as-system-info.c.orig 2023-08-22 21:51:55.000000000 +0000
+++ src/as-system-info.c
Home |
Main Index |
Thread Index |
Old Index