Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libsecret: update to 0.20.4
@ 2020-11-11  0:29 ndowens
  2020-11-13 19:15 ` [PR REVIEW] " ahesford
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: ndowens @ 2020-11-11  0:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages libsecret
https://github.com/void-linux/void-packages/pull/26278

libsecret: update to 0.20.4


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

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

From 0913308cdbadd64ed3943de3b0e77e8be03c3618 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Tue, 10 Nov 2020 18:25:51 -0600
Subject: [PATCH] libsecret: update to 0.20.4

---
 srcpkgs/libsecret/template | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/libsecret/template b/srcpkgs/libsecret/template
index 41c060f7276..1feef682927 100644
--- a/srcpkgs/libsecret/template
+++ b/srcpkgs/libsecret/template
@@ -1,24 +1,28 @@
 # Template file for 'libsecret'
 pkgname=libsecret
-version=0.20.3
+version=0.20.4
 revision=1
 build_style=gnu-configure
 build_helper="gir"
 configure_args="$(vopt_enable gir introspection) --disable-static
  --with-libgcrypt-prefix=${XBPS_CROSS_BASE}/usr $(vopt_enable gir vala)"
-hostmakedepends="glib-devel gtk-doc pkg-config libxslt $(vopt_if gir vala)"
-makedepends="libgcrypt-devel $(vopt_if gir vala) libglib-devel"
+hostmakedepends="gtk-doc pkg-config libxslt $(vopt_if gir vala)"
+makedepends="glib-devel libgcrypt-devel $(vopt_if gir vala)"
 short_desc="GObject based library for accessing the Secret Service API"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="http://www.gnome.org"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=4fcb3c56f8ac4ab9c75b66901fb0104ec7f22aa9a012315a14c0d6dffa5290e4
+checksum=325a4c54db320c406711bf2b55e5cb5b6c29823426aa82596a907595abb39d28
 
 # Package build options
 build_options="gir"
 build_options_default="gir"
 
+if [ "$CROSS_BUILD" ]; then
+	hostmakedepends+=" glib-devel"
+fi
+
 # doesn't work in build chroot
 do_check() {
 	:

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

* Re: [PR REVIEW] libsecret: update to 0.20.4
  2020-11-11  0:29 [PR PATCH] libsecret: update to 0.20.4 ndowens
@ 2020-11-13 19:15 ` ahesford
  2020-11-14  0:23 ` [PR PATCH] [Updated] " ndowens
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ahesford @ 2020-11-13 19:15 UTC (permalink / raw)
  To: ml

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

New review comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/26278#discussion_r523170428

Comment:
There's not a compelling reason to guard this in a `$CROSS_BUILD` test; just add `glib-devel` to `hostmakedepends` and `makedepends` in all cases.

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

* Re: [PR PATCH] [Updated] libsecret: update to 0.20.4
  2020-11-11  0:29 [PR PATCH] libsecret: update to 0.20.4 ndowens
  2020-11-13 19:15 ` [PR REVIEW] " ahesford
@ 2020-11-14  0:23 ` ndowens
  2020-11-14  1:10 ` ndowens
  2020-11-14  4:26 ` [PR PATCH] [Merged]: " ahesford
  3 siblings, 0 replies; 5+ messages in thread
From: ndowens @ 2020-11-14  0:23 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by ndowens against master on the void-packages repository

https://github.com/ndowens/void-packages libsecret
https://github.com/void-linux/void-packages/pull/26278

libsecret: update to 0.20.4


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

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

From f108e43fc0a8faf249c17232ddefef8779f58fa0 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Tue, 10 Nov 2020 18:25:51 -0600
Subject: [PATCH] libsecret: update to 0.20.4

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

diff --git a/srcpkgs/libsecret/template b/srcpkgs/libsecret/template
index 41c060f7276..9d643458f35 100644
--- a/srcpkgs/libsecret/template
+++ b/srcpkgs/libsecret/template
@@ -1,19 +1,19 @@
 # Template file for 'libsecret'
 pkgname=libsecret
-version=0.20.3
+version=0.20.4
 revision=1
 build_style=gnu-configure
 build_helper="gir"
 configure_args="$(vopt_enable gir introspection) --disable-static
  --with-libgcrypt-prefix=${XBPS_CROSS_BASE}/usr $(vopt_enable gir vala)"
 hostmakedepends="glib-devel gtk-doc pkg-config libxslt $(vopt_if gir vala)"
-makedepends="libgcrypt-devel $(vopt_if gir vala) libglib-devel"
+makedepends="glib-devel libgcrypt-devel $(vopt_if gir vala)"
 short_desc="GObject based library for accessing the Secret Service API"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="http://www.gnome.org"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=4fcb3c56f8ac4ab9c75b66901fb0104ec7f22aa9a012315a14c0d6dffa5290e4
+checksum=325a4c54db320c406711bf2b55e5cb5b6c29823426aa82596a907595abb39d28
 
 # Package build options
 build_options="gir"

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

* Re: [PR PATCH] [Updated] libsecret: update to 0.20.4
  2020-11-11  0:29 [PR PATCH] libsecret: update to 0.20.4 ndowens
  2020-11-13 19:15 ` [PR REVIEW] " ahesford
  2020-11-14  0:23 ` [PR PATCH] [Updated] " ndowens
@ 2020-11-14  1:10 ` ndowens
  2020-11-14  4:26 ` [PR PATCH] [Merged]: " ahesford
  3 siblings, 0 replies; 5+ messages in thread
From: ndowens @ 2020-11-14  1:10 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by ndowens against master on the void-packages repository

https://github.com/ndowens/void-packages libsecret
https://github.com/void-linux/void-packages/pull/26278

libsecret: update to 0.20.4


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

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

From a6a5c25671491826d928000ec5d23e7699539671 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Tue, 10 Nov 2020 18:25:51 -0600
Subject: [PATCH] libsecret: update to 0.20.4

[ci skip]
---
 srcpkgs/libsecret/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/libsecret/template b/srcpkgs/libsecret/template
index 41c060f7276..9d643458f35 100644
--- a/srcpkgs/libsecret/template
+++ b/srcpkgs/libsecret/template
@@ -1,19 +1,19 @@
 # Template file for 'libsecret'
 pkgname=libsecret
-version=0.20.3
+version=0.20.4
 revision=1
 build_style=gnu-configure
 build_helper="gir"
 configure_args="$(vopt_enable gir introspection) --disable-static
  --with-libgcrypt-prefix=${XBPS_CROSS_BASE}/usr $(vopt_enable gir vala)"
 hostmakedepends="glib-devel gtk-doc pkg-config libxslt $(vopt_if gir vala)"
-makedepends="libgcrypt-devel $(vopt_if gir vala) libglib-devel"
+makedepends="glib-devel libgcrypt-devel $(vopt_if gir vala)"
 short_desc="GObject based library for accessing the Secret Service API"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="http://www.gnome.org"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=4fcb3c56f8ac4ab9c75b66901fb0104ec7f22aa9a012315a14c0d6dffa5290e4
+checksum=325a4c54db320c406711bf2b55e5cb5b6c29823426aa82596a907595abb39d28
 
 # Package build options
 build_options="gir"

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

* Re: [PR PATCH] [Merged]: libsecret: update to 0.20.4
  2020-11-11  0:29 [PR PATCH] libsecret: update to 0.20.4 ndowens
                   ` (2 preceding siblings ...)
  2020-11-14  1:10 ` ndowens
@ 2020-11-14  4:26 ` ahesford
  3 siblings, 0 replies; 5+ messages in thread
From: ahesford @ 2020-11-14  4:26 UTC (permalink / raw)
  To: ml

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

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

libsecret: update to 0.20.4
https://github.com/void-linux/void-packages/pull/26278

Description:


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

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

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-11  0:29 [PR PATCH] libsecret: update to 0.20.4 ndowens
2020-11-13 19:15 ` [PR REVIEW] " ahesford
2020-11-14  0:23 ` [PR PATCH] [Updated] " ndowens
2020-11-14  1:10 ` ndowens
2020-11-14  4:26 ` [PR PATCH] [Merged]: " 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).