Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gnome-secrets: update to 6.1
@ 2022-01-30 14:25 paper42
  2022-01-30 14:57 ` [PR PATCH] [Updated] " paper42
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: paper42 @ 2022-01-30 14:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages gnome-secrets
https://github.com/void-linux/void-packages/pull/35312

gnome-secrets: update to 6.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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 [skip CI](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/35312.patch is attached

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

From 37fd88dbb743ac9fff7ee11d9ea2b24c85c78dcb Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 30 Jan 2022 14:42:39 +0100
Subject: [PATCH 1/2] python3-pyotp: update to 2.6.0.

---
 srcpkgs/python3-pyotp/template | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/python3-pyotp/template b/srcpkgs/python3-pyotp/template
index 218c0abc2ed0..4f6bac6d98ec 100644
--- a/srcpkgs/python3-pyotp/template
+++ b/srcpkgs/python3-pyotp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyotp'
 pkgname=python3-pyotp
-version=2.3.0
-revision=5
+version=2.6.0
+revision=1
 wrksrc="pyotp-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -11,11 +11,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/pyotp/pyotp"
 distfiles="${PYPI_SITE}/p/pyotp/pyotp-${version}.tar.gz"
-checksum=fc537e8acd985c5cbf51e11b7d53c42276fee017a73aec7c07380695671ca1a1
-
-do_check() {
-	python3 -B setup.py test
-}
+checksum=d28ddfd40e0c1b6a6b9da961c7d47a10261fb58f378cb00f05ce88b26df9c432
 
 post_install() {
 	vlicense LICENSE

From fa7824aed00c4c72317bd0a987096aee07aae418 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 30 Jan 2022 14:42:48 +0100
Subject: [PATCH 2/2] gnome-secrets: update to 6.1.

* rename from gnome-passwordsafe to gnome-secrets
---
 srcpkgs/gnome-passwordsafe                    |  1 +
 srcpkgs/gnome-passwordsafe/template           | 18 ---------------
 srcpkgs/gnome-secrets/template                | 23 +++++++++++++++++++
 .../update                                    |  0
 4 files changed, 24 insertions(+), 18 deletions(-)
 create mode 120000 srcpkgs/gnome-passwordsafe
 delete mode 100644 srcpkgs/gnome-passwordsafe/template
 create mode 100644 srcpkgs/gnome-secrets/template
 rename srcpkgs/{gnome-passwordsafe => gnome-secrets}/update (100%)

diff --git a/srcpkgs/gnome-passwordsafe b/srcpkgs/gnome-passwordsafe
new file mode 120000
index 000000000000..609b5d63ba07
--- /dev/null
+++ b/srcpkgs/gnome-passwordsafe
@@ -0,0 +1 @@
+gnome-secrets
\ No newline at end of file
diff --git a/srcpkgs/gnome-passwordsafe/template b/srcpkgs/gnome-passwordsafe/template
deleted file mode 100644
index 8f68cbf329f1..000000000000
--- a/srcpkgs/gnome-passwordsafe/template
+++ /dev/null
@@ -1,18 +0,0 @@
-# Template file for 'gnome-passwordsafe'
-pkgname=gnome-passwordsafe
-version=5.0
-revision=2
-wrksrc="secrets-${version}-d95c00ac99eebcb548f792b2b4217fedaa901f20"
-build_style=meson
-hostmakedepends="gettext glib-devel pkg-config gobject-introspection
- python3-pykeepass"
-makedepends="gtk+3-devel libhandy1-devel python3-pykeepass
- libpwquality-devel glade3-devel"
-depends="gtk+3 libnotify libhandy1 python3-gobject python3-pykeepass
- python3-construct libpwquality-python3"
-short_desc="Keepass compatible password manager for GNOME"
-maintainer="Enno Boland <gottox@voidlinux.org>"
-license="GPL-3.0-or-later"
-homepage="https://gitlab.gnome.org/World/PasswordSafe"
-distfiles="https://gitlab.gnome.org/World/PasswordSafe/-/archive/${version}/PasswordSafe-${version}.tar.bz2"
-checksum=6c5328307517d7a96f951df45404d695eb64ce192c44e5488362b19118718449
diff --git a/srcpkgs/gnome-secrets/template b/srcpkgs/gnome-secrets/template
new file mode 100644
index 000000000000..6337632c800d
--- /dev/null
+++ b/srcpkgs/gnome-secrets/template
@@ -0,0 +1,23 @@
+# Template file for 'gnome-secrets'
+pkgname=gnome-secrets
+version=6.1
+revision=1
+wrksrc="secrets-${version}"
+build_style=meson
+hostmakedepends="pkg-config gettext gobject-introspection python3-pykeepass
+ python3-pyotp"
+makedepends="libglib-devel gtk4-devel libadwaita-devel libpwquality-devel"
+depends="gtk4 libadwaita python3-gobject python3-pycryptodomex
+ python3-pykeepass python3-pyotp libpwquality-python3"
+short_desc="Keepass compatible password manager for GNOME"
+maintainer="Enno Boland <gottox@voidlinux.org>"
+license="GPL-3.0-or-later"
+homepage="https://gitlab.gnome.org/World/secrets"
+distfiles="https://gitlab.gnome.org/World/secrets/-/archive/$version/secrets-$version.tar.gz"
+checksum=6e7f8bc3bd038d4e3c933a54a33ac1e5fd2b885767d731d30bd42f22ad2f2fb2
+
+gnome-passwordsafe_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	build_style=meta
+	short_desc+=" - transitional dummy package"
+}
diff --git a/srcpkgs/gnome-passwordsafe/update b/srcpkgs/gnome-secrets/update
similarity index 100%
rename from srcpkgs/gnome-passwordsafe/update
rename to srcpkgs/gnome-secrets/update

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

* Re: [PR PATCH] [Updated] gnome-secrets: update to 6.1
  2022-01-30 14:25 [PR PATCH] gnome-secrets: update to 6.1 paper42
@ 2022-01-30 14:57 ` paper42
  2022-02-02 22:43 ` paper42
  2022-02-02 22:53 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2022-01-30 14:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages gnome-secrets
https://github.com/void-linux/void-packages/pull/35312

gnome-secrets: update to 6.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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 [skip CI](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/35312.patch is attached

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

From bca68d70f323706c2597ec9ec31b6607ce05c0f9 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 30 Jan 2022 14:42:39 +0100
Subject: [PATCH 1/2] python3-pyotp: update to 2.6.0.

---
 srcpkgs/python3-pyotp/template | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/python3-pyotp/template b/srcpkgs/python3-pyotp/template
index 218c0abc2ed0..4f6bac6d98ec 100644
--- a/srcpkgs/python3-pyotp/template
+++ b/srcpkgs/python3-pyotp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyotp'
 pkgname=python3-pyotp
-version=2.3.0
-revision=5
+version=2.6.0
+revision=1
 wrksrc="pyotp-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -11,11 +11,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/pyotp/pyotp"
 distfiles="${PYPI_SITE}/p/pyotp/pyotp-${version}.tar.gz"
-checksum=fc537e8acd985c5cbf51e11b7d53c42276fee017a73aec7c07380695671ca1a1
-
-do_check() {
-	python3 -B setup.py test
-}
+checksum=d28ddfd40e0c1b6a6b9da961c7d47a10261fb58f378cb00f05ce88b26df9c432
 
 post_install() {
 	vlicense LICENSE

From 07e0ec4fe89e999f53a649647046dcc7e36aa0aa Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 30 Jan 2022 14:42:48 +0100
Subject: [PATCH 2/2] gnome-secrets: update to 6.1.

* rename from gnome-passwordsafe to gnome-secrets
---
 srcpkgs/gnome-passwordsafe                    |  1 +
 srcpkgs/gnome-passwordsafe/template           | 18 ---------------
 srcpkgs/gnome-secrets/template                | 23 +++++++++++++++++++
 .../update                                    |  0
 4 files changed, 24 insertions(+), 18 deletions(-)
 create mode 120000 srcpkgs/gnome-passwordsafe
 delete mode 100644 srcpkgs/gnome-passwordsafe/template
 create mode 100644 srcpkgs/gnome-secrets/template
 rename srcpkgs/{gnome-passwordsafe => gnome-secrets}/update (100%)

diff --git a/srcpkgs/gnome-passwordsafe b/srcpkgs/gnome-passwordsafe
new file mode 120000
index 000000000000..609b5d63ba07
--- /dev/null
+++ b/srcpkgs/gnome-passwordsafe
@@ -0,0 +1 @@
+gnome-secrets
\ No newline at end of file
diff --git a/srcpkgs/gnome-passwordsafe/template b/srcpkgs/gnome-passwordsafe/template
deleted file mode 100644
index 8f68cbf329f1..000000000000
--- a/srcpkgs/gnome-passwordsafe/template
+++ /dev/null
@@ -1,18 +0,0 @@
-# Template file for 'gnome-passwordsafe'
-pkgname=gnome-passwordsafe
-version=5.0
-revision=2
-wrksrc="secrets-${version}-d95c00ac99eebcb548f792b2b4217fedaa901f20"
-build_style=meson
-hostmakedepends="gettext glib-devel pkg-config gobject-introspection
- python3-pykeepass"
-makedepends="gtk+3-devel libhandy1-devel python3-pykeepass
- libpwquality-devel glade3-devel"
-depends="gtk+3 libnotify libhandy1 python3-gobject python3-pykeepass
- python3-construct libpwquality-python3"
-short_desc="Keepass compatible password manager for GNOME"
-maintainer="Enno Boland <gottox@voidlinux.org>"
-license="GPL-3.0-or-later"
-homepage="https://gitlab.gnome.org/World/PasswordSafe"
-distfiles="https://gitlab.gnome.org/World/PasswordSafe/-/archive/${version}/PasswordSafe-${version}.tar.bz2"
-checksum=6c5328307517d7a96f951df45404d695eb64ce192c44e5488362b19118718449
diff --git a/srcpkgs/gnome-secrets/template b/srcpkgs/gnome-secrets/template
new file mode 100644
index 000000000000..b01620446e40
--- /dev/null
+++ b/srcpkgs/gnome-secrets/template
@@ -0,0 +1,23 @@
+# Template file for 'gnome-secrets'
+pkgname=gnome-secrets
+version=6.1
+revision=1
+wrksrc="secrets-${version}"
+build_style=meson
+hostmakedepends="pkg-config gettext gobject-introspection python3-pykeepass
+ python3-pyotp glib-devel"
+makedepends="libglib-devel gtk4-devel libadwaita-devel libpwquality-devel"
+depends="gtk4 libadwaita python3-gobject python3-pycryptodomex
+ python3-pykeepass python3-pyotp libpwquality-python3"
+short_desc="Keepass compatible password manager for GNOME"
+maintainer="Enno Boland <gottox@voidlinux.org>"
+license="GPL-3.0-or-later"
+homepage="https://gitlab.gnome.org/World/secrets"
+distfiles="https://gitlab.gnome.org/World/secrets/-/archive/$version/secrets-$version.tar.gz"
+checksum=6e7f8bc3bd038d4e3c933a54a33ac1e5fd2b885767d731d30bd42f22ad2f2fb2
+
+gnome-passwordsafe_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	build_style=meta
+	short_desc+=" - transitional dummy package"
+}
diff --git a/srcpkgs/gnome-passwordsafe/update b/srcpkgs/gnome-secrets/update
similarity index 100%
rename from srcpkgs/gnome-passwordsafe/update
rename to srcpkgs/gnome-secrets/update

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

* Re: [PR PATCH] [Updated] gnome-secrets: update to 6.1
  2022-01-30 14:25 [PR PATCH] gnome-secrets: update to 6.1 paper42
  2022-01-30 14:57 ` [PR PATCH] [Updated] " paper42
@ 2022-02-02 22:43 ` paper42
  2022-02-02 22:53 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2022-02-02 22:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages gnome-secrets
https://github.com/void-linux/void-packages/pull/35312

gnome-secrets: update to 6.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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 [skip CI](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/35312.patch is attached

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

From 2d0c3f0efe8113ebeaf2011664ed540daca6d151 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 30 Jan 2022 14:42:39 +0100
Subject: [PATCH 1/2] python3-pyotp: update to 2.6.0.

---
 srcpkgs/python3-pyotp/template | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/python3-pyotp/template b/srcpkgs/python3-pyotp/template
index 218c0abc2ed0..4f6bac6d98ec 100644
--- a/srcpkgs/python3-pyotp/template
+++ b/srcpkgs/python3-pyotp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyotp'
 pkgname=python3-pyotp
-version=2.3.0
-revision=5
+version=2.6.0
+revision=1
 wrksrc="pyotp-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -11,11 +11,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/pyotp/pyotp"
 distfiles="${PYPI_SITE}/p/pyotp/pyotp-${version}.tar.gz"
-checksum=fc537e8acd985c5cbf51e11b7d53c42276fee017a73aec7c07380695671ca1a1
-
-do_check() {
-	python3 -B setup.py test
-}
+checksum=d28ddfd40e0c1b6a6b9da961c7d47a10261fb58f378cb00f05ce88b26df9c432
 
 post_install() {
 	vlicense LICENSE

From 365d83a8f21d3fd023cc11b7ba38382acf32cdcd Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 30 Jan 2022 14:42:48 +0100
Subject: [PATCH 2/2] gnome-secrets: update to 6.1.

* rename from gnome-passwordsafe to gnome-secrets
---
 srcpkgs/gnome-passwordsafe          |  1 +
 srcpkgs/gnome-passwordsafe/template | 18 ------------------
 srcpkgs/gnome-passwordsafe/update   |  1 -
 srcpkgs/gnome-secrets/template      | 23 +++++++++++++++++++++++
 srcpkgs/gnome-secrets/update        |  1 +
 5 files changed, 25 insertions(+), 19 deletions(-)
 create mode 120000 srcpkgs/gnome-passwordsafe
 delete mode 100644 srcpkgs/gnome-passwordsafe/template
 delete mode 100644 srcpkgs/gnome-passwordsafe/update
 create mode 100644 srcpkgs/gnome-secrets/template
 create mode 100644 srcpkgs/gnome-secrets/update

diff --git a/srcpkgs/gnome-passwordsafe b/srcpkgs/gnome-passwordsafe
new file mode 120000
index 000000000000..609b5d63ba07
--- /dev/null
+++ b/srcpkgs/gnome-passwordsafe
@@ -0,0 +1 @@
+gnome-secrets
\ No newline at end of file
diff --git a/srcpkgs/gnome-passwordsafe/template b/srcpkgs/gnome-passwordsafe/template
deleted file mode 100644
index 8f68cbf329f1..000000000000
--- a/srcpkgs/gnome-passwordsafe/template
+++ /dev/null
@@ -1,18 +0,0 @@
-# Template file for 'gnome-passwordsafe'
-pkgname=gnome-passwordsafe
-version=5.0
-revision=2
-wrksrc="secrets-${version}-d95c00ac99eebcb548f792b2b4217fedaa901f20"
-build_style=meson
-hostmakedepends="gettext glib-devel pkg-config gobject-introspection
- python3-pykeepass"
-makedepends="gtk+3-devel libhandy1-devel python3-pykeepass
- libpwquality-devel glade3-devel"
-depends="gtk+3 libnotify libhandy1 python3-gobject python3-pykeepass
- python3-construct libpwquality-python3"
-short_desc="Keepass compatible password manager for GNOME"
-maintainer="Enno Boland <gottox@voidlinux.org>"
-license="GPL-3.0-or-later"
-homepage="https://gitlab.gnome.org/World/PasswordSafe"
-distfiles="https://gitlab.gnome.org/World/PasswordSafe/-/archive/${version}/PasswordSafe-${version}.tar.bz2"
-checksum=6c5328307517d7a96f951df45404d695eb64ce192c44e5488362b19118718449
diff --git a/srcpkgs/gnome-passwordsafe/update b/srcpkgs/gnome-passwordsafe/update
deleted file mode 100644
index db6c706ac67d..000000000000
--- a/srcpkgs/gnome-passwordsafe/update
+++ /dev/null
@@ -1 +0,0 @@
-pkgname=PasswordSafe
diff --git a/srcpkgs/gnome-secrets/template b/srcpkgs/gnome-secrets/template
new file mode 100644
index 000000000000..b01620446e40
--- /dev/null
+++ b/srcpkgs/gnome-secrets/template
@@ -0,0 +1,23 @@
+# Template file for 'gnome-secrets'
+pkgname=gnome-secrets
+version=6.1
+revision=1
+wrksrc="secrets-${version}"
+build_style=meson
+hostmakedepends="pkg-config gettext gobject-introspection python3-pykeepass
+ python3-pyotp glib-devel"
+makedepends="libglib-devel gtk4-devel libadwaita-devel libpwquality-devel"
+depends="gtk4 libadwaita python3-gobject python3-pycryptodomex
+ python3-pykeepass python3-pyotp libpwquality-python3"
+short_desc="Keepass compatible password manager for GNOME"
+maintainer="Enno Boland <gottox@voidlinux.org>"
+license="GPL-3.0-or-later"
+homepage="https://gitlab.gnome.org/World/secrets"
+distfiles="https://gitlab.gnome.org/World/secrets/-/archive/$version/secrets-$version.tar.gz"
+checksum=6e7f8bc3bd038d4e3c933a54a33ac1e5fd2b885767d731d30bd42f22ad2f2fb2
+
+gnome-passwordsafe_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	build_style=meta
+	short_desc+=" - transitional dummy package"
+}
diff --git a/srcpkgs/gnome-secrets/update b/srcpkgs/gnome-secrets/update
new file mode 100644
index 000000000000..194f2f6cc18b
--- /dev/null
+++ b/srcpkgs/gnome-secrets/update
@@ -0,0 +1 @@
+pkgname=secrets

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

* Re: [PR PATCH] [Merged]: gnome-secrets: update to 6.1
  2022-01-30 14:25 [PR PATCH] gnome-secrets: update to 6.1 paper42
  2022-01-30 14:57 ` [PR PATCH] [Updated] " paper42
  2022-02-02 22:43 ` paper42
@ 2022-02-02 22:53 ` paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2022-02-02 22:53 UTC (permalink / raw)
  To: ml

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

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

gnome-secrets: update to 6.1
https://github.com/void-linux/void-packages/pull/35312

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

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

<!--
#### 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 [skip CI](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-02-02 22:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-30 14:25 [PR PATCH] gnome-secrets: update to 6.1 paper42
2022-01-30 14:57 ` [PR PATCH] [Updated] " paper42
2022-02-02 22:43 ` paper42
2022-02-02 22:53 ` [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).