Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gnome-authenticator: update to 3.32.2.
@ 2020-04-12 21:08 mnabid
  2020-04-12 21:16 ` [PR PATCH] [Updated] " mnabid
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: mnabid @ 2020-04-12 21:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mnabid/void-packages gnome-authenticator
https://github.com/void-linux/void-packages/pull/20934

gnome-authenticator: update to 3.32.2.


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

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

From d8a8a8472c67f34c6ed3f664e21fe5c2c68692f4 Mon Sep 17 00:00:00 2001
From: Nafis <mnabid.25@outlook.com>
Date: Mon, 13 Apr 2020 02:52:58 +0600
Subject: [PATCH] gnome-authenticator: update to 3.32.2.

---
 .../patches/fix-zbar.patch                    | 13 +++++++++++
 srcpkgs/gnome-authenticator/template          | 22 ++++++-------------
 2 files changed, 20 insertions(+), 15 deletions(-)
 create mode 100644 srcpkgs/gnome-authenticator/patches/fix-zbar.patch

diff --git a/srcpkgs/gnome-authenticator/patches/fix-zbar.patch b/srcpkgs/gnome-authenticator/patches/fix-zbar.patch
new file mode 100644
index 00000000000..78049006ddb
--- /dev/null
+++ b/srcpkgs/gnome-authenticator/patches/fix-zbar.patch
@@ -0,0 +1,13 @@
+diff --git meson.build meson.build
+index 8eed8f8..a1e38ab 100644
+--- meson.build
++++ meson.build
+@@ -24,7 +24,7 @@ dependency('gobject-2.0')
+ dependency('gobject-introspection-1.0')
+ dependency('gtk+-3.0', version: '>=3.16')
+ dependency('libsecret-1')
+-dependency('zbar', version: '>= 0.20.1')
++dependency('zbar', version: '>= 0.10')
+ find_program('glib-compile-schemas', required: true)
+ find_program('gtk-update-icon-cache', required: false)
+ find_program('update-desktop-database', required: false)
diff --git a/srcpkgs/gnome-authenticator/template b/srcpkgs/gnome-authenticator/template
index b91f05ebea2..1e8a55ed74c 100644
--- a/srcpkgs/gnome-authenticator/template
+++ b/srcpkgs/gnome-authenticator/template
@@ -1,24 +1,16 @@
 # Template file for 'gnome-authenticator'
 pkgname=gnome-authenticator
-version=0.2.4
-revision=3
-_libgd_hash=7ae254bfc5f641c60566614e08245176f7bc5aa8
+version=3.32.2
+revision=1
 wrksrc="Authenticator-${version}"
 build_style=meson
 build_helper="gir"
-pycompile_module="Authenticator"
-hostmakedepends="appstream-glib desktop-file-utils git glib-devel pkg-config"
-makedepends="gobject-introspection gtk+3-devel libglib-devel python3"
+hostmakedepends="gettext appstream-glib desktop-file-utils git glib-devel pkg-config"
+makedepends="gobject-introspection gtk+3-devel libglib-devel libsecret-devel libzbar-devel python3"
 depends="python3-pyzbar python3-Pillow python3-pyotp"
 short_desc="Two-factor authentication code generator for GNOME"
 maintainer="Enno Boland <gottox@voidlinux.org>"
-license="GPL-2.0-or-later"
+license="GPL-3.0-or-later"
 homepage="https://gitlab.gnome.org/World/Authenticator"
-distfiles="${homepage}/-/archive/${version}/Authenticator-${version}.tar.gz
- https://gitlab.gnome.org/GNOME/libgd/-/archive/${_libgd_hash}/libgd-${_libgd_hash}.tar.bz2"
-checksum="5757ab4f097b6ed5855224d06ec5d6cd4c9748cc42733f32d425ca2b2325903a
- 2bf6cd82b48f62d2725d7c52a77cc091958877e1cff5af303bdd9a7d364da00a"
-
-pre_configure() {
-	mv ../libgd-${_libgd_hash}/* subprojects/libgd
-}
+distfiles="${homepage}/-/archive/${version}/Authenticator-${version}.tar.gz"
+checksum="d7250fbef1de2dcb599a55ff3d40dcc6ed5618fe89d50ec795281d8ba3123d5b"

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

* Re: [PR PATCH] [Updated] gnome-authenticator: update to 3.32.2.
  2020-04-12 21:08 [PR PATCH] gnome-authenticator: update to 3.32.2 mnabid
@ 2020-04-12 21:16 ` mnabid
  2020-04-12 21:22 ` mnabid
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: mnabid @ 2020-04-12 21:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mnabid/void-packages gnome-authenticator
https://github.com/void-linux/void-packages/pull/20934

gnome-authenticator: update to 3.32.2.


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

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

From e0331bcdafb6965e171ccd066ea34fe8051e3d2a Mon Sep 17 00:00:00 2001
From: Nafis <mnabid.25@outlook.com>
Date: Mon, 13 Apr 2020 02:52:58 +0600
Subject: [PATCH] gnome-authenticator: update to 3.32.2.

---
 .../patches/fix-zbar.patch                    | 13 +++++++++++
 srcpkgs/gnome-authenticator/template          | 22 ++++++-------------
 2 files changed, 20 insertions(+), 15 deletions(-)
 create mode 100644 srcpkgs/gnome-authenticator/patches/fix-zbar.patch

diff --git a/srcpkgs/gnome-authenticator/patches/fix-zbar.patch b/srcpkgs/gnome-authenticator/patches/fix-zbar.patch
new file mode 100644
index 00000000000..78049006ddb
--- /dev/null
+++ b/srcpkgs/gnome-authenticator/patches/fix-zbar.patch
@@ -0,0 +1,13 @@
+diff --git meson.build meson.build
+index 8eed8f8..a1e38ab 100644
+--- meson.build
++++ meson.build
+@@ -24,7 +24,7 @@ dependency('gobject-2.0')
+ dependency('gobject-introspection-1.0')
+ dependency('gtk+-3.0', version: '>=3.16')
+ dependency('libsecret-1')
+-dependency('zbar', version: '>= 0.20.1')
++dependency('zbar', version: '>= 0.10')
+ find_program('glib-compile-schemas', required: true)
+ find_program('gtk-update-icon-cache', required: false)
+ find_program('update-desktop-database', required: false)
diff --git a/srcpkgs/gnome-authenticator/template b/srcpkgs/gnome-authenticator/template
index b91f05ebea2..1e8a55ed74c 100644
--- a/srcpkgs/gnome-authenticator/template
+++ b/srcpkgs/gnome-authenticator/template
@@ -1,24 +1,16 @@
 # Template file for 'gnome-authenticator'
 pkgname=gnome-authenticator
-version=0.2.4
-revision=3
-_libgd_hash=7ae254bfc5f641c60566614e08245176f7bc5aa8
+version=3.32.2
+revision=1
 wrksrc="Authenticator-${version}"
 build_style=meson
 build_helper="gir"
-pycompile_module="Authenticator"
-hostmakedepends="appstream-glib desktop-file-utils git glib-devel pkg-config"
-makedepends="gobject-introspection gtk+3-devel libglib-devel python3"
+hostmakedepends="gettext appstream-glib desktop-file-utils git glib-devel pkg-config"
+makedepends="gobject-introspection gtk+3-devel libglib-devel libsecret-devel libzbar-devel python3"
 depends="python3-pyzbar python3-Pillow python3-pyotp"
 short_desc="Two-factor authentication code generator for GNOME"
 maintainer="Enno Boland <gottox@voidlinux.org>"
-license="GPL-2.0-or-later"
+license="GPL-3.0-or-later"
 homepage="https://gitlab.gnome.org/World/Authenticator"
-distfiles="${homepage}/-/archive/${version}/Authenticator-${version}.tar.gz
- https://gitlab.gnome.org/GNOME/libgd/-/archive/${_libgd_hash}/libgd-${_libgd_hash}.tar.bz2"
-checksum="5757ab4f097b6ed5855224d06ec5d6cd4c9748cc42733f32d425ca2b2325903a
- 2bf6cd82b48f62d2725d7c52a77cc091958877e1cff5af303bdd9a7d364da00a"
-
-pre_configure() {
-	mv ../libgd-${_libgd_hash}/* subprojects/libgd
-}
+distfiles="${homepage}/-/archive/${version}/Authenticator-${version}.tar.gz"
+checksum="d7250fbef1de2dcb599a55ff3d40dcc6ed5618fe89d50ec795281d8ba3123d5b"

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

* Re: gnome-authenticator: update to 3.32.2.
  2020-04-12 21:08 [PR PATCH] gnome-authenticator: update to 3.32.2 mnabid
  2020-04-12 21:16 ` [PR PATCH] [Updated] " mnabid
@ 2020-04-12 21:22 ` mnabid
  2020-04-12 22:18 ` [PR PATCH] [Updated] " mnabid
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: mnabid @ 2020-04-12 21:22 UTC (permalink / raw)
  To: ml

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

New comment by mnabid on void-packages repository

https://github.com/void-linux/void-packages/pull/20934#issuecomment-612677850

Comment:
Travis build stops before even starting ! 

```
$ common/travis/docker.sh
Pulling docker image voidlinux/masterdir-x86_64:20200104...
Error response from daemon: Get https://registry-1.docker.io/v2/voidlinux/masterdir-x86_64/manifests/20200104: error parsing HTTP 429 response body: invalid character 'T' looking for beginning of value: "Too Many Requests (HAP429).\n"
Unable to find image 'voidlinux/masterdir-x86_64:20200104' locally
docker: Error response from daemon: Get https://registry-1.docker.io/v2/voidlinux/masterdir-x86_64/manifests/20200104: error parsing HTTP 429 response body: invalid character 'T' looking for beginning of value: "Too Many Requests (HAP429).\n".
See 'docker run --help'.
The command "common/travis/docker.sh" failed and exited with 125 during .
Your build has been stopped.
```

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

* Re: [PR PATCH] [Updated] gnome-authenticator: update to 3.32.2.
  2020-04-12 21:08 [PR PATCH] gnome-authenticator: update to 3.32.2 mnabid
  2020-04-12 21:16 ` [PR PATCH] [Updated] " mnabid
  2020-04-12 21:22 ` mnabid
@ 2020-04-12 22:18 ` mnabid
  2020-04-12 22:33 ` mnabid
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: mnabid @ 2020-04-12 22:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mnabid/void-packages gnome-authenticator
https://github.com/void-linux/void-packages/pull/20934

gnome-authenticator: update to 3.32.2.


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

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

From 53fe7e7d8bb4b16fbf77294f539216d73e5cc8e6 Mon Sep 17 00:00:00 2001
From: Nafis <mnabid.25@outlook.com>
Date: Mon, 13 Apr 2020 02:52:58 +0600
Subject: [PATCH] gnome-authenticator: update to 3.32.2.

---
 .../patches/fix-zbar.patch                    | 13 +++++++++++
 srcpkgs/gnome-authenticator/template          | 22 ++++++-------------
 2 files changed, 20 insertions(+), 15 deletions(-)
 create mode 100644 srcpkgs/gnome-authenticator/patches/fix-zbar.patch

diff --git a/srcpkgs/gnome-authenticator/patches/fix-zbar.patch b/srcpkgs/gnome-authenticator/patches/fix-zbar.patch
new file mode 100644
index 00000000000..78049006ddb
--- /dev/null
+++ b/srcpkgs/gnome-authenticator/patches/fix-zbar.patch
@@ -0,0 +1,13 @@
+diff --git meson.build meson.build
+index 8eed8f8..a1e38ab 100644
+--- meson.build
++++ meson.build
+@@ -24,7 +24,7 @@ dependency('gobject-2.0')
+ dependency('gobject-introspection-1.0')
+ dependency('gtk+-3.0', version: '>=3.16')
+ dependency('libsecret-1')
+-dependency('zbar', version: '>= 0.20.1')
++dependency('zbar', version: '>= 0.10')
+ find_program('glib-compile-schemas', required: true)
+ find_program('gtk-update-icon-cache', required: false)
+ find_program('update-desktop-database', required: false)
diff --git a/srcpkgs/gnome-authenticator/template b/srcpkgs/gnome-authenticator/template
index b91f05ebea2..1e8a55ed74c 100644
--- a/srcpkgs/gnome-authenticator/template
+++ b/srcpkgs/gnome-authenticator/template
@@ -1,24 +1,16 @@
 # Template file for 'gnome-authenticator'
 pkgname=gnome-authenticator
-version=0.2.4
-revision=3
-_libgd_hash=7ae254bfc5f641c60566614e08245176f7bc5aa8
+version=3.32.2
+revision=1
 wrksrc="Authenticator-${version}"
 build_style=meson
 build_helper="gir"
-pycompile_module="Authenticator"
-hostmakedepends="appstream-glib desktop-file-utils git glib-devel pkg-config"
-makedepends="gobject-introspection gtk+3-devel libglib-devel python3"
+hostmakedepends="gettext appstream-glib desktop-file-utils git glib-devel pkg-config"
+makedepends="gobject-introspection gtk+3-devel libglib-devel libsecret-devel libzbar-devel python3"
 depends="python3-pyzbar python3-Pillow python3-pyotp"
 short_desc="Two-factor authentication code generator for GNOME"
 maintainer="Enno Boland <gottox@voidlinux.org>"
-license="GPL-2.0-or-later"
+license="GPL-3.0-or-later"
 homepage="https://gitlab.gnome.org/World/Authenticator"
-distfiles="${homepage}/-/archive/${version}/Authenticator-${version}.tar.gz
- https://gitlab.gnome.org/GNOME/libgd/-/archive/${_libgd_hash}/libgd-${_libgd_hash}.tar.bz2"
-checksum="5757ab4f097b6ed5855224d06ec5d6cd4c9748cc42733f32d425ca2b2325903a
- 2bf6cd82b48f62d2725d7c52a77cc091958877e1cff5af303bdd9a7d364da00a"
-
-pre_configure() {
-	mv ../libgd-${_libgd_hash}/* subprojects/libgd
-}
+distfiles="${homepage}/-/archive/${version}/Authenticator-${version}.tar.gz"
+checksum="d7250fbef1de2dcb599a55ff3d40dcc6ed5618fe89d50ec795281d8ba3123d5b"

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

* Re: gnome-authenticator: update to 3.32.2.
  2020-04-12 21:08 [PR PATCH] gnome-authenticator: update to 3.32.2 mnabid
                   ` (2 preceding siblings ...)
  2020-04-12 22:18 ` [PR PATCH] [Updated] " mnabid
@ 2020-04-12 22:33 ` mnabid
  2020-04-12 22:34 ` mnabid
  2020-04-13 11:35 ` [PR PATCH] [Merged]: " Hoshpak
  5 siblings, 0 replies; 8+ messages in thread
From: mnabid @ 2020-04-12 22:33 UTC (permalink / raw)
  To: ml

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

New comment by mnabid on void-packages repository

https://github.com/void-linux/void-packages/pull/20934#issuecomment-612677850

Comment:
Travis build stops before even starting ! 

```
$ common/travis/docker.sh
Pulling docker image voidlinux/masterdir-x86_64:20200104...
Error response from daemon: Get https://registry-1.docker.io/v2/voidlinux/masterdir-x86_64/manifests/20200104: error parsing HTTP 429 response body: invalid character 'T' looking for beginning of value: "Too Many Requests (HAP429).\n"
Unable to find image 'voidlinux/masterdir-x86_64:20200104' locally
docker: Error response from daemon: Get https://registry-1.docker.io/v2/voidlinux/masterdir-x86_64/manifests/20200104: error parsing HTTP 429 response body: invalid character 'T' looking for beginning of value: "Too Many Requests (HAP429).\n".
See 'docker run --help'.
The command "common/travis/docker.sh" failed and exited with 125 during .
Your build has been stopped.
```

EDIT : Okay, now works. 

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

* Re: gnome-authenticator: update to 3.32.2.
  2020-04-12 21:08 [PR PATCH] gnome-authenticator: update to 3.32.2 mnabid
                   ` (3 preceding siblings ...)
  2020-04-12 22:33 ` mnabid
@ 2020-04-12 22:34 ` mnabid
  2020-04-13 11:35 ` [PR PATCH] [Merged]: " Hoshpak
  5 siblings, 0 replies; 8+ messages in thread
From: mnabid @ 2020-04-12 22:34 UTC (permalink / raw)
  To: ml

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

New comment by mnabid on void-packages repository

https://github.com/void-linux/void-packages/pull/20934#issuecomment-612677850

Comment:
Travis build stops before even starting ! 

```
$ common/travis/docker.sh
Pulling docker image voidlinux/masterdir-x86_64:20200104...
Error response from daemon: Get https://registry-1.docker.io/v2/voidlinux/masterdir-x86_64/manifests/20200104: error parsing HTTP 429 response body: invalid character 'T' looking for beginning of value: "Too Many Requests (HAP429).\n"
Unable to find image 'voidlinux/masterdir-x86_64:20200104' locally
docker: Error response from daemon: Get https://registry-1.docker.io/v2/voidlinux/masterdir-x86_64/manifests/20200104: error parsing HTTP 429 response body: invalid character 'T' looking for beginning of value: "Too Many Requests (HAP429).\n".
See 'docker run --help'.
The command "common/travis/docker.sh" failed and exited with 125 during .
Your build has been stopped.
```

EDIT : Okay, works now. 

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

* Re: [PR PATCH] [Merged]: gnome-authenticator: update to 3.32.2.
  2020-04-12 21:08 [PR PATCH] gnome-authenticator: update to 3.32.2 mnabid
                   ` (4 preceding siblings ...)
  2020-04-12 22:34 ` mnabid
@ 2020-04-13 11:35 ` Hoshpak
  5 siblings, 0 replies; 8+ messages in thread
From: Hoshpak @ 2020-04-13 11:35 UTC (permalink / raw)
  To: ml

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

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

gnome-authenticator: update to 3.32.2.
https://github.com/void-linux/void-packages/pull/20934

Description:


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

* Re: gnome-authenticator: update to 3.32.2.
  2020-04-19  2:51 [PR PATCH] " anjandev
@ 2020-04-19  2:55 ` anjandev
  0 siblings, 0 replies; 8+ messages in thread
From: anjandev @ 2020-04-19  2:55 UTC (permalink / raw)
  To: ml

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

New comment by anjandev on void-packages repository

https://github.com/void-linux/void-packages/pull/21141#issuecomment-616014201

Comment:
I was getting errors with dependancies missing. I added those dependancies to gnome-authenticator.


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

end of thread, other threads:[~2020-04-19  2:55 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-12 21:08 [PR PATCH] gnome-authenticator: update to 3.32.2 mnabid
2020-04-12 21:16 ` [PR PATCH] [Updated] " mnabid
2020-04-12 21:22 ` mnabid
2020-04-12 22:18 ` [PR PATCH] [Updated] " mnabid
2020-04-12 22:33 ` mnabid
2020-04-12 22:34 ` mnabid
2020-04-13 11:35 ` [PR PATCH] [Merged]: " Hoshpak
2020-04-19  2:51 [PR PATCH] " anjandev
2020-04-19  2:55 ` anjandev

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