Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gnome-authenticator: update to 3.32.2.
@ 2020-04-19  2:51 anjandev
  2020-04-19  2:55 ` anjandev
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: anjandev @ 2020-04-19  2:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/anjandev/void-packages authenticator
https://github.com/void-linux/void-packages/pull/21141

gnome-authenticator: update to 3.32.2.


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

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

From ed060f51c7fd6700e7a4c9a5d57cf63fc2abf015 Mon Sep 17 00:00:00 2001
From: Anjandev Momi <anjan@momi.ca>
Date: Sat, 18 Apr 2020 19:47:11 -0700
Subject: [PATCH] gnome-authenticator: update to 3.32.2.

---
 srcpkgs/gnome-authenticator/template     |  2 +-
 srcpkgs/python3-iniherit/template        | 18 ++++++++++++++++++
 srcpkgs/python3-pyfavicon/template       | 18 ++++++++++++++++++
 srcpkgs/python3-yoyo-migrations/template | 14 ++++++++++++++
 4 files changed, 51 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/python3-iniherit/template
 create mode 100644 srcpkgs/python3-pyfavicon/template
 create mode 100644 srcpkgs/python3-yoyo-migrations/template

diff --git a/srcpkgs/gnome-authenticator/template b/srcpkgs/gnome-authenticator/template
index 1e8a55ed74c..1a3882632fc 100644
--- a/srcpkgs/gnome-authenticator/template
+++ b/srcpkgs/gnome-authenticator/template
@@ -7,7 +7,7 @@ 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"
+depends="python3-pyzbar python3-Pillow python3-pyotp python3-pyfavicon python3-yoyo-migrations gnome-keyring"
 short_desc="Two-factor authentication code generator for GNOME"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-or-later"
diff --git a/srcpkgs/python3-iniherit/template b/srcpkgs/python3-iniherit/template
new file mode 100644
index 00000000000..4a52ed323a8
--- /dev/null
+++ b/srcpkgs/python3-iniherit/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-iniherit'
+pkgname=python3-iniherit
+version=0.3.9
+revision=1
+wrksrc=iniherit-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-setuptools python3-six"
+short_desc="ConfigParser subclass that allows inheritance"
+maintainer="Anjandev Momi <anjan@momi.ca>"
+license="MIT"
+homepage="https://github.com/cadithealth/iniherit"
+distfiles="https://github.com/cadithealth/iniherit/archive/v${version}.tar.gz"
+checksum=f4074a38c8881f6b8192de8b1f0a1de5c10c404c35c799e1372b72c1859c1583
+
+post_install() {
+	vlicense LICENSE.txt
+}
diff --git a/srcpkgs/python3-pyfavicon/template b/srcpkgs/python3-pyfavicon/template
new file mode 100644
index 00000000000..29ec0ac8a40
--- /dev/null
+++ b/srcpkgs/python3-pyfavicon/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-pyfavicon'
+pkgname=python3-pyfavicon
+version=0.1.1
+revision=1
+wrksrc=pyfavicon-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-setuptools python3-BeautifulSoup4 python3-aiohttp python3-Pillow"
+short_desc="Async favicon fetcher"
+maintainer="Anjandev Momi <anjan@momi.ca>"
+license="MIT"
+homepage="https://github.com/bilelmoussaoui/pyfavicon"
+distfiles="https://github.com/bilelmoussaoui/pyfavicon/archive/${version}.tar.gz"
+checksum=7bd832c3b131a13789492909d5000dc3993ad54939615577f1545c53aa10f88f
+
+post_install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-yoyo-migrations/template b/srcpkgs/python3-yoyo-migrations/template
new file mode 100644
index 00000000000..43bbff0e6ce
--- /dev/null
+++ b/srcpkgs/python3-yoyo-migrations/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-yoyo-migrations'
+pkgname=python3-yoyo-migrations
+version=7.0.2
+revision=1
+wrksrc=yoyo-migrations-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-setuptools python3-sqlparse python3-iniherit python3-text-unidecode"
+short_desc="Python database schema migration tool"
+maintainer="Anjandev Momi <anjan@momi.ca>"
+license="Apache-2.0"
+homepage="https://ollycope.com/software/yoyo/latest/"
+distfiles="${PYPI_SITE}/y/yoyo-migrations/yoyo-migrations-${version}.tar.gz"
+checksum=9eafa229541e6c52b2c7a791531ecb1577f72e3bdb78e9b7a1516c64599f601a

^ permalink raw reply	[flat|nested] 9+ messages in thread
* [PR PATCH] gnome-authenticator: update to 3.32.2.
@ 2020-04-12 21:08 mnabid
  2020-04-12 21:22 ` mnabid
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ 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] 9+ messages in thread

end of thread, other threads:[~2020-09-11 15:57 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-19  2:51 [PR PATCH] gnome-authenticator: update to 3.32.2 anjandev
2020-04-19  2:55 ` anjandev
2020-04-19  2:56 ` [PR PATCH] [Updated] gnome-authenticator: add missing dependancies anjandev
2020-04-19  3:12 ` anjandev
2020-09-11 15:57 ` sgn
2020-09-11 15:57 ` [PR PATCH] [Closed]: " sgn
  -- strict thread matches above, loose matches on Subject: below --
2020-04-12 21:08 [PR PATCH] gnome-authenticator: update to 3.32.2 mnabid
2020-04-12 21:22 ` mnabid
2020-04-12 22:33 ` mnabid
2020-04-12 22:34 ` mnabid

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