mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
gnome-secrets: update to 6.1.
* rename from gnome-passwordsafe to gnome-secrets
This commit is contained in:
parent
2d0c3f0efe
commit
365d83a8f2
5 changed files with 25 additions and 19 deletions
1
srcpkgs/gnome-passwordsafe
Symbolic link
1
srcpkgs/gnome-passwordsafe
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
gnome-secrets
|
|
@ -1,18 +0,0 @@
|
||||||
# Template file for 'gnome-passwordsafe'
|
|
||||||
pkgname=gnome-passwordsafe
|
|
||||||
version=5.0
|
|
||||||
revision=2
|
|
||||||
wrksrc="secrets-${version}-d95c00ac99eebcb548f792b2b4217fedaa901f20"
|
|
||||||
build_style=meson
|
|
||||||
hostmakedepends="gettext glib-devel pkg-config gobject-introspection
|
|
||||||
python3-pykeepass"
|
|
||||||
makedepends="gtk+3-devel libhandy1-devel python3-pykeepass
|
|
||||||
libpwquality-devel glade3-devel"
|
|
||||||
depends="gtk+3 libnotify libhandy1 python3-gobject python3-pykeepass
|
|
||||||
python3-construct libpwquality-python3"
|
|
||||||
short_desc="Keepass compatible password manager for GNOME"
|
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
|
||||||
license="GPL-3.0-or-later"
|
|
||||||
homepage="https://gitlab.gnome.org/World/PasswordSafe"
|
|
||||||
distfiles="https://gitlab.gnome.org/World/PasswordSafe/-/archive/${version}/PasswordSafe-${version}.tar.bz2"
|
|
||||||
checksum=6c5328307517d7a96f951df45404d695eb64ce192c44e5488362b19118718449
|
|
|
@ -1 +0,0 @@
|
||||||
pkgname=PasswordSafe
|
|
23
srcpkgs/gnome-secrets/template
Normal file
23
srcpkgs/gnome-secrets/template
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
# Template file for 'gnome-secrets'
|
||||||
|
pkgname=gnome-secrets
|
||||||
|
version=6.1
|
||||||
|
revision=1
|
||||||
|
wrksrc="secrets-${version}"
|
||||||
|
build_style=meson
|
||||||
|
hostmakedepends="pkg-config gettext gobject-introspection python3-pykeepass
|
||||||
|
python3-pyotp glib-devel"
|
||||||
|
makedepends="libglib-devel gtk4-devel libadwaita-devel libpwquality-devel"
|
||||||
|
depends="gtk4 libadwaita python3-gobject python3-pycryptodomex
|
||||||
|
python3-pykeepass python3-pyotp libpwquality-python3"
|
||||||
|
short_desc="Keepass compatible password manager for GNOME"
|
||||||
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
|
license="GPL-3.0-or-later"
|
||||||
|
homepage="https://gitlab.gnome.org/World/secrets"
|
||||||
|
distfiles="https://gitlab.gnome.org/World/secrets/-/archive/$version/secrets-$version.tar.gz"
|
||||||
|
checksum=6e7f8bc3bd038d4e3c933a54a33ac1e5fd2b885767d731d30bd42f22ad2f2fb2
|
||||||
|
|
||||||
|
gnome-passwordsafe_package() {
|
||||||
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
|
build_style=meta
|
||||||
|
short_desc+=" - transitional dummy package"
|
||||||
|
}
|
1
srcpkgs/gnome-secrets/update
Normal file
1
srcpkgs/gnome-secrets/update
Normal file
|
@ -0,0 +1 @@
|
||||||
|
pkgname=secrets
|
Loading…
Add table
Reference in a new issue