Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] AppStream: update to 0.13.1
@ 2020-12-01 12:38 gspe
  2020-12-01 20:50 ` [PR REVIEW] " ahesford
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: gspe @ 2020-12-01 12:38 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 308 bytes --]

There is a new pull request by gspe against master on the void-packages repository

https://github.com/gspe/void-packages appstream
https://github.com/void-linux/void-packages/pull/26862

AppStream: update to 0.13.1


A patch file from https://github.com/void-linux/void-packages/pull/26862.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-appstream-26862.patch --]
[-- Type: text/x-diff, Size: 1121 bytes --]

From 912937b04bfd116df4b7a358d9bddfb13cbe1225 Mon Sep 17 00:00:00 2001
From: Giuseppe Fierro <gspe@ae-design.ws>
Date: Tue, 1 Dec 2020 13:36:16 +0100
Subject: [PATCH] AppStream: update to 0.13.1

---
 srcpkgs/AppStream/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/AppStream/template b/srcpkgs/AppStream/template
index d49246931cc..f64f3cdebf2 100644
--- a/srcpkgs/AppStream/template
+++ b/srcpkgs/AppStream/template
@@ -1,7 +1,7 @@
 # Template file for 'AppStream'
 pkgname=AppStream
-version=0.12.11
-revision=2
+version=0.13.1
+revision=1
 wrksrc="appstream-${version}"
 build_style=meson
 build_helper="gir qemu"
@@ -16,7 +16,7 @@ license="GPL-2.0-or-later"
 homepage="https://github.com/ximion/appstream"
 changelog="https://raw.githubusercontent.com/ximion/appstream/master/NEWS"
 distfiles="https://github.com/ximion/appstream/archive/v${version}.tar.gz"
-checksum=c44e1e8f0684a7c3bfce4c366148956ac29fa0b7c8298ef9952faf79bbb34fef
+checksum=81cf7131961fb2995691f144b92e1c791d89b7c5add430c05e41b9e751728483
 conf_files="/etc/appstream.conf"
 triggers="appstream-cache"
 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR REVIEW] AppStream: update to 0.13.1
  2020-12-01 12:38 [PR PATCH] AppStream: update to 0.13.1 gspe
@ 2020-12-01 20:50 ` ahesford
  2020-12-01 20:54 ` ericonr
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ahesford @ 2020-12-01 20:50 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 247 bytes --]

New review comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/26862#discussion_r533712764

Comment:
Why is the `qemu` build helper required? I see nothing running in under emulation in this template.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR REVIEW] AppStream: update to 0.13.1
  2020-12-01 12:38 [PR PATCH] AppStream: update to 0.13.1 gspe
  2020-12-01 20:50 ` [PR REVIEW] " ahesford
@ 2020-12-01 20:54 ` ericonr
  2020-12-02  4:05 ` not-chicken
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2020-12-01 20:54 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 245 bytes --]

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/26862#discussion_r533714969

Comment:
the `meson` build style can use qemu automatically. But I think specifying `gir` should be enough.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR REVIEW] AppStream: update to 0.13.1
  2020-12-01 12:38 [PR PATCH] AppStream: update to 0.13.1 gspe
  2020-12-01 20:50 ` [PR REVIEW] " ahesford
  2020-12-01 20:54 ` ericonr
@ 2020-12-02  4:05 ` not-chicken
  2020-12-02  4:11 ` [PR PATCH] [Merged]: " ahesford
  2020-12-02  4:11 ` [PR REVIEW] " ahesford
  4 siblings, 0 replies; 6+ messages in thread
From: not-chicken @ 2020-12-02  4:05 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 543 bytes --]

New review comment by not-chicken on void-packages repository

https://github.com/void-linux/void-packages/pull/26862#discussion_r533882659

Comment:
> Why is the `qemu` build helper required? I see nothing running in under emulation in this template.

Without it the cross builds were failing with:
```
Cannot use target appstreamcli as a generator because it is built for the
host machine and no exe wrapper is defined or needs_exe_wrapper is
true. You might want to set `native: true` instead to build it for
the build machine.
```

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Merged]: AppStream: update to 0.13.1
  2020-12-01 12:38 [PR PATCH] AppStream: update to 0.13.1 gspe
                   ` (2 preceding siblings ...)
  2020-12-02  4:05 ` not-chicken
@ 2020-12-02  4:11 ` ahesford
  2020-12-02  4:11 ` [PR REVIEW] " ahesford
  4 siblings, 0 replies; 6+ messages in thread
From: ahesford @ 2020-12-02  4:11 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 161 bytes --]

There's a merged pull request on the void-packages repository

AppStream: update to 0.13.1
https://github.com/void-linux/void-packages/pull/26862

Description:


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR REVIEW] AppStream: update to 0.13.1
  2020-12-01 12:38 [PR PATCH] AppStream: update to 0.13.1 gspe
                   ` (3 preceding siblings ...)
  2020-12-02  4:11 ` [PR PATCH] [Merged]: " ahesford
@ 2020-12-02  4:11 ` ahesford
  4 siblings, 0 replies; 6+ messages in thread
From: ahesford @ 2020-12-02  4:11 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 180 bytes --]

New review comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/26862#discussion_r533884552

Comment:
No problem, thanks for checking.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-12-02  4:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-01 12:38 [PR PATCH] AppStream: update to 0.13.1 gspe
2020-12-01 20:50 ` [PR REVIEW] " ahesford
2020-12-01 20:54 ` ericonr
2020-12-02  4:05 ` not-chicken
2020-12-02  4:11 ` [PR PATCH] [Merged]: " ahesford
2020-12-02  4:11 ` [PR REVIEW] " ahesford

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).