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'
|
# Template file for 'gnome-passwordsafe'
|
||||||
pkgname=gnome-passwordsafe
|
pkgname=gnome-passwordsafe
|
||||||
version=3.31.1
|
version=3.31.1
|
||||||
revision=1
|
revision=2
|
||||||
_release_hash=5b60361854b75229964d9c3c49538271
|
_release_hash=5b60361854b75229964d9c3c49538271
|
||||||
|
noarch=yes
|
||||||
wrksrc="passwordsafe-${version}"
|
wrksrc="passwordsafe-${version}"
|
||||||
build_style=meson
|
build_style=meson
|
||||||
hostmakedepends="glib-devel pkg-config"
|
pycompile_module="passwordsafe"
|
||||||
makedepends="gobject-introspection gtk+3 libglib-devel libhandy-devel
|
hostmakedepends="glib-devel pkg-config gobject-introspection"
|
||||||
python3-pykeepass python3-construct"
|
makedepends="gtk+3-devel libhandy-devel python3-pykeepass"
|
||||||
depends="python3-pykeepass python3-construct"
|
depends="gtk+3 libnotify libhandy python3-gobject python3-pykeepass python3-construct"
|
||||||
short_desc="A Keepass compatible password manager for GNOME"
|
short_desc="Keepass compatible password manager for GNOME"
|
||||||
maintainer="Rasmus Thomsen <rasmus.thomsen@protonmail.com>"
|
maintainer="Rasmus Thomsen <rasmus.thomsen@protonmail.com>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://gitlab.gnome.org/World/PasswordSafe"
|
homepage="https://gitlab.gnome.org/World/PasswordSafe"
|
||||||
|
|
Loading…
Reference in a new issue