Github messages for voidlinux
 help / color / mirror / Atom feed
From: sgn <sgn@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] Gnome authenticator fix
Date: Wed, 26 Aug 2020 13:56:39 +0200	[thread overview]
Message-ID: <20200826115639.bffySilw7agbCbhRwdx0FYBZBrYxVLBsWni4QQ9_MAo@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-24470@inbox.vuxu.org>

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

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

https://github.com/sgn/void-packages gnome-authenticator-fix
https://github.com/void-linux/void-packages/pull/24470

Gnome authenticator fix
Seems to work, I didn't restart my X session to check yet.

Fix: #24457 

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

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

From 9bcd3e7af6447c0fe3952ae405d72e987b56ba85 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Tue, 25 Aug 2020 22:58:56 +0700
Subject: [PATCH 1/3] New package: python3-pyfavicon-0.1.1

---
 srcpkgs/python3-pyfavicon/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 srcpkgs/python3-pyfavicon/template

diff --git a/srcpkgs/python3-pyfavicon/template b/srcpkgs/python3-pyfavicon/template
new file mode 100644
index 00000000000..720db698879
--- /dev/null
+++ b/srcpkgs/python3-pyfavicon/template
@@ -0,0 +1,23 @@
+# Template file for 'python3-pyfavicon'
+pkgname=python3-pyfavicon
+version=0.1.1
+revision=1
+archs=noarch
+wrksrc=pyfavicon-$version
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-BeautifulSoup4 python3-Pillow python3-aiohttp"
+checkdepends="$depends python3-pytest-cov python3-requests python3-docopt
+ python3-urllib3"
+short_desc="Async favicon fetcher for Python"
+maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
+license="MIT"
+homepage="https://github.com/bilelmoussaoui/pyfavicon"
+# pypi tarbal doesn't have license
+# distfiles="$PYPI_SITE/p/pyfavicon/pyfavicon-$version.tar.gz"
+distfiles="$homepage/archive/$version.tar.gz"
+checksum=7bd832c3b131a13789492909d5000dc3993ad54939615577f1545c53aa10f88f
+
+post_install() {
+	vlicense LICENSE
+}

From a1f1d744bff6f23515c6933843c1ba079f08e3be Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Wed, 26 Aug 2020 00:15:13 +0700
Subject: [PATCH 2/3] New package: python3-yoyo-migrations-7.2.0

---
 srcpkgs/python3-yoyo-migrations/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/python3-yoyo-migrations/template

diff --git a/srcpkgs/python3-yoyo-migrations/template b/srcpkgs/python3-yoyo-migrations/template
new file mode 100644
index 00000000000..9e481e153f4
--- /dev/null
+++ b/srcpkgs/python3-yoyo-migrations/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-yoyo-migrations'
+pkgname=python3-yoyo-migrations
+version=7.2.0
+revision=1
+archs=noarch
+wrksrc=yoyo-migrations-$version
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-sqlparse"
+short_desc="Database migrations with SQL"
+maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
+license="Apache-2.0"
+homepage="https://ollycope.com/software/yoyo/latest/"
+distfiles="$PYPI_SITE/y/yoyo-migrations/yoyo-migrations-$version.tar.gz"
+checksum=a54f6176ff6da3330be537c962235aaa9e5f7f2aae563b1c531b1cb616d80359
+
+do_check() {
+	:
+}

From ae8eff26d03283b134046bcbfa49ca03c0318466 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Wed, 26 Aug 2020 00:15:30 +0700
Subject: [PATCH 3/3] gnome-authenticator: update to 3.32.2.

---
 srcpkgs/gnome-authenticator/template | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/gnome-authenticator/template b/srcpkgs/gnome-authenticator/template
index 1e8a55ed74c..d9bea508028 100644
--- a/srcpkgs/gnome-authenticator/template
+++ b/srcpkgs/gnome-authenticator/template
@@ -1,16 +1,22 @@
 # Template file for 'gnome-authenticator'
 pkgname=gnome-authenticator
 version=3.32.2
-revision=1
+revision=2
 wrksrc="Authenticator-${version}"
 build_style=meson
 build_helper="gir"
-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"
+hostmakedepends="gettext appstream-glib desktop-file-utils glib-devel pkg-config"
+makedepends="gtk+3-devel libglib-devel libsecret-devel libzbar-devel"
+depends="python3-pyzbar python3-Pillow python3-pyotp libhandy python3-gobject
+ gnome-keyring python3-yoyo-migrations python3-pyfavicon"
 short_desc="Two-factor authentication code generator for GNOME"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://gitlab.gnome.org/World/Authenticator"
 distfiles="${homepage}/-/archive/${version}/Authenticator-${version}.tar.gz"
 checksum="d7250fbef1de2dcb599a55ff3d40dcc6ed5618fe89d50ec795281d8ba3123d5b"
+
+post_patch() {
+	find src/Authenticator/widgets -type f -exec \
+		sed -i '/init_template/d' {} +
+}

  parent reply	other threads:[~2020-08-26 11:56 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-25 17:18 [PR PATCH] " sgn
2020-08-26  0:39 ` fosslinux
2020-08-26  0:54 ` sgn
2020-08-26  1:19 ` harrisonthorne
2020-08-26 11:56 ` sgn [this message]
2020-08-26 23:41 ` [PR PATCH] [Merged]: " sgn

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=20200826115639.bffySilw7agbCbhRwdx0FYBZBrYxVLBsWni4QQ9_MAo@z \
    --to=sgn@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).