Fabian Bornschein pushed to branch main at Arch Linux / Packaging / Packages /
secrets
Commits:
a433c65f by Fabian Bornschein at 2025-12-23T14:24:32+01:00
upgpkg: 12.1-3
* fixes OTP button not showing up
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = secrets
pkgdesc = Password manager for GNOME which makes use of the KeePass v.4
format
pkgver = 12.1
- pkgrel = 2
+ pkgrel = 3
url = https://apps.gnome.org/Secrets
arch = any
groups = gnome-circle
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=secrets
pkgver=12.1
-pkgrel=2
+pkgrel=3
pkgdesc="Password manager for GNOME which makes use of the KeePass v.4 format"
url="https://apps.gnome.org/Secrets"
arch=(any)
@@ -42,6 +42,14 @@ replaces=(gnome-passwordsafe)
source=("git+https://gitlab.gnome.org/World/secrets.git#tag=${pkgver/[a-z]/.&}")
b2sums=('e2777861d84efed55f9d7957cd7aead3e4d06b2a40356ddc000308161ecc05951a9b4d6c7c918463c394d8a0b5fdea5ae17fc5b381e2b25ec5f382fdf5fc1b4b')
+prepare() {
+ cd secrets
+
+ # safe_element: Do not load OTP codes lazily
+ ## https://gitlab.gnome.org/World/secrets/-/merge_requests/1015
+ git cherry-pick -n 6ad754725ee1280e8d499fabb8a59b160f4e6cec
+}
+
build() {
arch-meson secrets build
meson compile -C build
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/secrets/-/commit/a433c65f029b71f979b7d4b89c10e366f985c719
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/secrets/-/commit/a433c65f029b71f979b7d4b89c10e366f985c719
You're receiving this email because of your account on gitlab.archlinux.org.