Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gnome-keyring: update to 42.1.
@ 2022-07-24  9:25 paper42
  2022-07-24  9:41 ` [PR PATCH] [Updated] " paper42
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: paper42 @ 2022-07-24  9:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages gnome-keyring-42
https://github.com/void-linux/void-packages/pull/38240

gnome-keyring: update to 42.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

@ericonr

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gnome-keyring-42-38240.patch --]
[-- Type: text/x-diff, Size: 1645 bytes --]

From 925658ceed593012cfec1f2d0aad938cb372368c Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Fri, 22 Jul 2022 21:58:02 +0200
Subject: [PATCH] gnome-keyring: update to 42.1.

---
 srcpkgs/gnome-keyring/template | 17 ++++++-----------
 1 file changed, 6 insertions(+), 11 deletions(-)

diff --git a/srcpkgs/gnome-keyring/template b/srcpkgs/gnome-keyring/template
index f479f7f0fe5e..241d22201526 100644
--- a/srcpkgs/gnome-keyring/template
+++ b/srcpkgs/gnome-keyring/template
@@ -1,24 +1,19 @@
 # Template file for 'gnome-keyring'
 pkgname=gnome-keyring
-version=40.0
-revision=3
+version=42.1
+revision=1
 build_style=gnu-configure
 configure_args="--with-pam-dir=/usr/lib/security --disable-schemas-compile"
-hostmakedepends="autoconf docbook-xsl glib-devel intltool libtasn1-tools libxslt
- openssh pkg-config"
+hostmakedepends="pkg-config glib-devel openssh docbook-xsl"
 makedepends="gcr-devel pam-devel"
 depends="dconf"
 checkdepends="dbus xvfb-run"
 short_desc="GNOME password and secret manager"
 maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
-homepage="https://www.gnome.org"
+homepage="https://wiki.gnome.org/Projects/GnomeKeyring/"
 changelog="https://gitlab.gnome.org/GNOME/gnome-keyring/-/raw/master/NEWS"
 distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
-checksum=a3d24db08ee2fdf240fbbf0971a98c8ee295aa0e1a774537f4ea938038a3b931
-make_check=ci-skip
+checksum=c7f4d040cc76a6b7fe67e08ef9106911c3c80d40fc88cbfc8e2684a4c946e3e6
 lib32disabled=yes
-
-do_check() {
-	xvfb-run make check
-}
+make_check_pre="dbus-run-session xvfb-run"

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

* Re: [PR PATCH] [Updated] gnome-keyring: update to 42.1.
  2022-07-24  9:25 [PR PATCH] gnome-keyring: update to 42.1 paper42
@ 2022-07-24  9:41 ` paper42
  2022-07-25 17:26 ` paper42
  2022-07-29  9:21 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2022-07-24  9:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages gnome-keyring-42
https://github.com/void-linux/void-packages/pull/38240

gnome-keyring: update to 42.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

@ericonr

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 5a13f825a742031c728da9bacb2bd8afc965d3d6 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Fri, 22 Jul 2022 21:58:02 +0200
Subject: [PATCH] gnome-keyring: update to 42.1.

---
 srcpkgs/gnome-keyring/template | 17 ++++++-----------
 1 file changed, 6 insertions(+), 11 deletions(-)

diff --git a/srcpkgs/gnome-keyring/template b/srcpkgs/gnome-keyring/template
index f479f7f0fe5e..34c08b0db049 100644
--- a/srcpkgs/gnome-keyring/template
+++ b/srcpkgs/gnome-keyring/template
@@ -1,24 +1,19 @@
 # Template file for 'gnome-keyring'
 pkgname=gnome-keyring
-version=40.0
-revision=3
+version=42.1
+revision=1
 build_style=gnu-configure
 configure_args="--with-pam-dir=/usr/lib/security --disable-schemas-compile"
-hostmakedepends="autoconf docbook-xsl glib-devel intltool libtasn1-tools libxslt
- openssh pkg-config"
+hostmakedepends="pkg-config glib-devel openssh docbook-xsl libxslt"
 makedepends="gcr-devel pam-devel"
 depends="dconf"
 checkdepends="dbus xvfb-run"
 short_desc="GNOME password and secret manager"
 maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
-homepage="https://www.gnome.org"
+homepage="https://wiki.gnome.org/Projects/GnomeKeyring/"
 changelog="https://gitlab.gnome.org/GNOME/gnome-keyring/-/raw/master/NEWS"
 distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
-checksum=a3d24db08ee2fdf240fbbf0971a98c8ee295aa0e1a774537f4ea938038a3b931
-make_check=ci-skip
+checksum=c7f4d040cc76a6b7fe67e08ef9106911c3c80d40fc88cbfc8e2684a4c946e3e6
 lib32disabled=yes
-
-do_check() {
-	xvfb-run make check
-}
+make_check_pre="dbus-run-session xvfb-run"

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

* Re: [PR PATCH] [Updated] gnome-keyring: update to 42.1.
  2022-07-24  9:25 [PR PATCH] gnome-keyring: update to 42.1 paper42
  2022-07-24  9:41 ` [PR PATCH] [Updated] " paper42
@ 2022-07-25 17:26 ` paper42
  2022-07-29  9:21 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2022-07-25 17:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages gnome-keyring-42
https://github.com/void-linux/void-packages/pull/38240

gnome-keyring: update to 42.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

@ericonr

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gnome-keyring-42-38240.patch --]
[-- Type: text/x-diff, Size: 1686 bytes --]

From 045026ba9669b3abb09ecd961a57307da6843af4 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Fri, 22 Jul 2022 21:58:02 +0200
Subject: [PATCH] gnome-keyring: update to 42.1.

---
 srcpkgs/gnome-keyring/template | 18 +++++++-----------
 1 file changed, 7 insertions(+), 11 deletions(-)

diff --git a/srcpkgs/gnome-keyring/template b/srcpkgs/gnome-keyring/template
index f479f7f0fe5e..d3726bb966bc 100644
--- a/srcpkgs/gnome-keyring/template
+++ b/srcpkgs/gnome-keyring/template
@@ -1,24 +1,20 @@
 # Template file for 'gnome-keyring'
 pkgname=gnome-keyring
-version=40.0
-revision=3
+version=42.1
+revision=1
 build_style=gnu-configure
 configure_args="--with-pam-dir=/usr/lib/security --disable-schemas-compile"
-hostmakedepends="autoconf docbook-xsl glib-devel intltool libtasn1-tools libxslt
- openssh pkg-config"
+hostmakedepends="pkg-config glib-devel openssh docbook-xsl libxslt"
 makedepends="gcr-devel pam-devel"
 depends="dconf"
 checkdepends="dbus xvfb-run"
 short_desc="GNOME password and secret manager"
 maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
-homepage="https://www.gnome.org"
+homepage="https://wiki.gnome.org/Projects/GnomeKeyring/"
 changelog="https://gitlab.gnome.org/GNOME/gnome-keyring/-/raw/master/NEWS"
 distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
-checksum=a3d24db08ee2fdf240fbbf0971a98c8ee295aa0e1a774537f4ea938038a3b931
-make_check=ci-skip
+checksum=c7f4d040cc76a6b7fe67e08ef9106911c3c80d40fc88cbfc8e2684a4c946e3e6
 lib32disabled=yes
-
-do_check() {
-	xvfb-run make check
-}
+make_check_pre="dbus-run-session xvfb-run"
+make_check=ci-skip # times out

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

* Re: [PR PATCH] [Merged]: gnome-keyring: update to 42.1.
  2022-07-24  9:25 [PR PATCH] gnome-keyring: update to 42.1 paper42
  2022-07-24  9:41 ` [PR PATCH] [Updated] " paper42
  2022-07-25 17:26 ` paper42
@ 2022-07-29  9:21 ` paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2022-07-29  9:21 UTC (permalink / raw)
  To: ml

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

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

gnome-keyring: update to 42.1.
https://github.com/void-linux/void-packages/pull/38240

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

@ericonr

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2022-07-29  9:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-24  9:25 [PR PATCH] gnome-keyring: update to 42.1 paper42
2022-07-24  9:41 ` [PR PATCH] [Updated] " paper42
2022-07-25 17:26 ` paper42
2022-07-29  9:21 ` [PR PATCH] [Merged]: " paper42

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