Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] appstream-glib: update to 0.8.0.
@ 2022-07-23  2:18 TheEgghead27
  2022-08-02  2:02 ` [PR PATCH] [Closed]: " TheEgghead27
  2022-08-02  2:02 ` TheEgghead27
  0 siblings, 2 replies; 3+ messages in thread
From: TheEgghead27 @ 2022-07-23  2:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TheEgghead27/void-packages appstream-glib-0.8.0
https://github.com/void-linux/void-packages/pull/38194

appstream-glib: update to 0.8.0.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (all crossbuilds):
  - aarch64-musl
  - aarch64-glibc
  - x86_64-musl


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

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

From ad861c98dfc86dbc19c6672aba7ef343c2202f90 Mon Sep 17 00:00:00 2001
From: David Chen <dchen07@protonmail.com>
Date: Fri, 22 Jul 2022 22:17:31 -0400
Subject: [PATCH] appstream-glib: update to 0.8.0.

---
 ...ve_h-and-archive_entry_h-order-on-client-as-util.patch | 2 +-
 ...chive_entry_h-order-on-libappstream-glib-as-util.patch | 1 -
 srcpkgs/appstream-glib/template                           | 8 ++++----
 3 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/appstream-glib/patches/0001-flip-archive_h-and-archive_entry_h-order-on-client-as-util.patch b/srcpkgs/appstream-glib/patches/0001-flip-archive_h-and-archive_entry_h-order-on-client-as-util.patch
index 90d85364681d..98a035134bff 100644
--- a/srcpkgs/appstream-glib/patches/0001-flip-archive_h-and-archive_entry_h-order-on-client-as-util.patch
+++ b/srcpkgs/appstream-glib/patches/0001-flip-archive_h-and-archive_entry_h-order-on-client-as-util.patch
@@ -9,6 +9,6 @@ They are in the wrong order.
 -#include <archive_entry.h>
  #include <archive.h>
 +#include <archive_entry.h>
- #include <libsoup/soup.h>
+ #include <curl/curl.h>
  #include <locale.h>
  #include <stdlib.h>
diff --git a/srcpkgs/appstream-glib/patches/0002-flip-archive_h-and-archive_entry_h-order-on-libappstream-glib-as-util.patch b/srcpkgs/appstream-glib/patches/0002-flip-archive_h-and-archive_entry_h-order-on-libappstream-glib-as-util.patch
index 2502048d75ac..b87eb6e7a656 100644
--- a/srcpkgs/appstream-glib/patches/0002-flip-archive_h-and-archive_entry_h-order-on-libappstream-glib-as-util.patch
+++ b/srcpkgs/appstream-glib/patches/0002-flip-archive_h-and-archive_entry_h-order-on-libappstream-glib-as-util.patch
@@ -9,6 +9,5 @@ They are in the wrong order.
 -#include <archive_entry.h>
  #include <archive.h>
 +#include <archive_entry.h>
- #include <libsoup/soup.h>
  #include <stdlib.h>
  #include <uuid.h>
diff --git a/srcpkgs/appstream-glib/template b/srcpkgs/appstream-glib/template
index 5eaf493d53f6..a97bba5c7075 100644
--- a/srcpkgs/appstream-glib/template
+++ b/srcpkgs/appstream-glib/template
@@ -1,6 +1,6 @@
 # Template file for 'appstream-glib'
 pkgname=appstream-glib
-version=0.7.18
+version=0.8.0
 revision=1
 build_style=meson
 build_helper="gir"
@@ -8,14 +8,14 @@ configure_args="-Dgtk-doc=false -Drpm=false -Dstemmer=false
  -Dintrospection=$(vopt_if gir true false)"
 hostmakedepends="gcab gperf pkg-config glib-devel"
 makedepends="gcab-devel gtk+3-devel json-glib-devel libarchive-devel
- libsoup-devel libyaml-devel"
+ libcurl-devel libyaml-devel"
 short_desc="Install and update applications"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://people.freedesktop.org/~hughsient/appstream-glib/"
 changelog="https://raw.githubusercontent.com/hughsie/appstream-glib/master/NEWS"
 distfiles="${homepage}/releases/${pkgname}-${version}.tar.xz"
-checksum=ca1ed22e3bde3912cb903aaa7de085d55771da454f1c0573fd9608e1de9c4002
+checksum=10bac3c3c6d9d27eab7e23872c21158618daa5b132c1d8e3a8154b910049b848
 
 build_options="gir"
 build_options_default="gir"
@@ -26,7 +26,7 @@ post_install() {
 
 appstream-glib-devel_package() {
 	depends="${sourcepkg}>=${version}_${revision} gcab-devel gdk-pixbuf-devel
-	 libarchive-devel libsoup-devel libyaml-devel"
+	 libarchive-devel libcurl-devel libyaml-devel"
 	short_desc+=" - development files"
 	pkg_install() {
 		vmove usr/include

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

* Re: appstream-glib: update to 0.8.0.
  2022-07-23  2:18 [PR PATCH] appstream-glib: update to 0.8.0 TheEgghead27
  2022-08-02  2:02 ` [PR PATCH] [Closed]: " TheEgghead27
@ 2022-08-02  2:02 ` TheEgghead27
  1 sibling, 0 replies; 3+ messages in thread
From: TheEgghead27 @ 2022-08-02  2:02 UTC (permalink / raw)
  To: ml

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

New comment by TheEgghead27 on void-packages repository

https://github.com/void-linux/void-packages/pull/38194#issuecomment-1201929761

Comment:
The issues are with [an upstream issue that's been fixed](https://github.com/hughsie/appstream-glib/issues/445), so now it's probably best to wait for a new release

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

* Re: [PR PATCH] [Closed]: appstream-glib: update to 0.8.0.
  2022-07-23  2:18 [PR PATCH] appstream-glib: update to 0.8.0 TheEgghead27
@ 2022-08-02  2:02 ` TheEgghead27
  2022-08-02  2:02 ` TheEgghead27
  1 sibling, 0 replies; 3+ messages in thread
From: TheEgghead27 @ 2022-08-02  2:02 UTC (permalink / raw)
  To: ml

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

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

appstream-glib: update to 0.8.0.
https://github.com/void-linux/void-packages/pull/38194

Description:
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (all crossbuilds):
  - aarch64-musl
  - aarch64-glibc
  - x86_64-musl


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

end of thread, other threads:[~2022-08-02  2:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-23  2:18 [PR PATCH] appstream-glib: update to 0.8.0 TheEgghead27
2022-08-02  2:02 ` [PR PATCH] [Closed]: " TheEgghead27
2022-08-02  2:02 ` TheEgghead27

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).