Github messages for voidlinux
 help / color / mirror / Atom feed
From: TheEgghead27 <TheEgghead27@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] appstream-glib: update to 0.8.0.
Date: Sat, 23 Jul 2022 04:18:31 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-38194@inbox.vuxu.org> (raw)

[-- 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

             reply	other threads:[~2022-07-23  2:18 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-23  2:18 TheEgghead27 [this message]
2022-08-02  2:02 ` [PR PATCH] [Closed]: " TheEgghead27
2022-08-02  2:02 ` TheEgghead27

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-38194@inbox.vuxu.org \
    --to=theegghead27@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).