gnome-passwordsafe: fix template
- noarch=yes - add missing pycompile_module - fix depends
This commit is contained in:
parent
f9e3591995
commit
f62e88c8a2
1 changed files with 7 additions and 6 deletions
|
@ -1,15 +1,16 @@
|
|||
# Template file for 'gnome-passwordsafe'
|
||||
pkgname=gnome-passwordsafe
|
||||
version=3.31.1
|
||||
revision=1
|
||||
revision=2
|
||||
_release_hash=5b60361854b75229964d9c3c49538271
|
||||
noarch=yes
|
||||
wrksrc="passwordsafe-${version}"
|
||||
build_style=meson
|
||||
hostmakedepends="glib-devel pkg-config"
|
||||
makedepends="gobject-introspection gtk+3 libglib-devel libhandy-devel
|
||||
python3-pykeepass python3-construct"
|
||||
depends="python3-pykeepass python3-construct"
|
||||
short_desc="A Keepass compatible password manager for GNOME"
|
||||
pycompile_module="passwordsafe"
|
||||
hostmakedepends="glib-devel pkg-config gobject-introspection"
|
||||
makedepends="gtk+3-devel libhandy-devel python3-pykeepass"
|
||||
depends="gtk+3 libnotify libhandy python3-gobject python3-pykeepass python3-construct"
|
||||
short_desc="Keepass compatible password manager for GNOME"
|
||||
maintainer="Rasmus Thomsen <rasmus.thomsen@protonmail.com>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://gitlab.gnome.org/World/PasswordSafe"
|
||||
|
|
Loading…
Reference in a new issue