aboutsummaryrefslogtreecommitdiffstats
path: root/testing/gnome-authenticator
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2019-09-23 00:40:06 +0200
committerRasmus Thomsen <oss@cogitri.dev>2019-09-23 00:41:49 +0200
commit684f6350856b82417565f28cd6b0a519ed38d94c (patch)
treea5d83e878e08ae88a20f96357077361deb08aa15 /testing/gnome-authenticator
parent1018c7205514bf6d98da8b5ebaac139bb6262b2b (diff)
community/gnome-authenticator: move from testing
Diffstat (limited to 'testing/gnome-authenticator')
-rw-r--r--testing/gnome-authenticator/APKBUILD39
-rw-r--r--testing/gnome-authenticator/dont-require-py3-gettext-support.patch13
2 files changed, 0 insertions, 52 deletions
diff --git a/testing/gnome-authenticator/APKBUILD b/testing/gnome-authenticator/APKBUILD
deleted file mode 100644
index 8ea579629cd..00000000000
--- a/testing/gnome-authenticator/APKBUILD
+++ /dev/null
@@ -1,39 +0,0 @@
-# Contributor: Rasmus Thomsen <oss@cogitri.dev>
-# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
-pkgname=gnome-authenticator
-pkgver=3.32.2
-pkgrel=2
-pkgdesc="A Two-Factor Authentication application"
-url="https://gitlab.gnome.org/World/Authenticator"
-arch="noarch"
-license="GPL-3.0-only"
-depends="python3 py3-otp py3-beautifulsoup4 py3-pillow py3-pyfavicon py3-pyzbar
- py3-yoyo-migrations libhandy"
-makedepends="meson gtk+3.0-dev libsecret-dev zbar-dev gobject-introspection-dev"
-checkdepends="appstream-glib desktop-file-utils"
-subpackages="$pkgname-lang"
-source="https://gitlab.gnome.org/World/Authenticator/-/archive/$pkgver/Authenticator-$pkgver.tar.gz
- dont-require-py3-gettext-support.patch"
-builddir="$srcdir/Authenticator-$pkgver"
-
-build() {
- meson \
- --prefix=/usr \
- --sysconfdir=/etc \
- --mandir=/usr/share/man \
- --localstatedir=/var \
- --buildtype=release \
- . output
- ninja -C output
-}
-
-check() {
- ninja -C output test
-}
-
-package() {
- DESTDIR="$pkgdir" ninja -C output install
-}
-
-sha512sums="3bd78354f4d18052d03650b455f07fb7fa9bb5cba0b6c92dcbfb5158dcf500f0b7f84e0be8942e0fbb74b1cefcd9019941c758538e05144c469bbe47b4355ce0 Authenticator-3.32.2.tar.gz
-6f257b478bc581e7777e83c16bffe6a42b6af7478892566835c67e22fc4ace0fa77ba2f3c3006ab34d38a49f16e673c4a2b17bac307c15ae430270a5256fb70f dont-require-py3-gettext-support.patch"
diff --git a/testing/gnome-authenticator/dont-require-py3-gettext-support.patch b/testing/gnome-authenticator/dont-require-py3-gettext-support.patch
deleted file mode 100644
index 88d96a09e05..00000000000
--- a/testing/gnome-authenticator/dont-require-py3-gettext-support.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/src/authenticator.py.in b/src/authenticator.py.in
-index 1e75e10..2f2fec2 100755
---- a/src/authenticator.py.in
-+++ b/src/authenticator.py.in
-@@ -35,8 +35,6 @@ from gi.repository import Gio, Handy
- sys.path.insert(1, '@PYTHON_DIR@')
-
- def prepare_locale():
-- locale.bindtextdomain('@GETTEXT_PACKAGE@', '@LOCALE_DIR@')
-- locale.textdomain('@GETTEXT_PACKAGE@')
- gettext.bindtextdomain('@GETTEXT_PACKAGE@', '@LOCALE_DIR@')
- gettext.textdomain('@GETTEXT_PACKAGE@')
-