x11-misc/fpm2: add 0.90.2

build system is now meson
license is explicitly GPL-2+
BDEPS : rm intltool (no longer used), add gettext

Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr>
Part-of: https://github.com/gentoo/gentoo/pull/44447
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Nicolas PARLANT
2025-11-03 11:34:06 +01:00
committed by Sam James
parent 3221fa17f6
commit 2fdde04cac
2 changed files with 34 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
DIST fpm2-0.90.1.tar.xz 209904 BLAKE2B d2d81bc87d85e440ebe2a135d936a9729cd3b259b9e9856a742df65651d9297149e345a2655d20bdd250afd5bbc04cbbe3e8bc5d31dbb5fa7a47cb95a3cd1c6a SHA512 d06adc46b4c02a6dc512d3adea20a24bd31e507f496a3dc768154c12f59855af6610043a5dfe1491374b37c831324ba33e0f45afa81d53cb3681b96e7ccdef71
DIST fpm2-0.90.2.tar.xz 132424 BLAKE2B c2ee4fd35c35babdc9d8440ef7c277aa964036b6c601f259dfb32d311a06646513c12a7c0168a4029d3b29b5e2f6c9c8e701dc3a7bf443dd6328cea2f9e6bc1b SHA512 726ae12d28165540b4bb22af47322e1e339af55f4537c935d84a31212693ff28b257b10dd01748070d548dd9a47bb1f3343b0bd1a3f88384e5f805c0e26916b3
DIST fpm2-0.90.tar.xz 212972 BLAKE2B 2608b40fd39db18407da5625f07534021dee72456fe168ffcb0c7b1f0a86fae0c69cdec5a9bfbfd09838622afcf575051326b9be5c47eb69e0b089abc205f99f SHA512 e02ebbc7af4202538b85394ef2e91d6fe7b11fbe6aaec5c5bd521d473b557db4ca8426810d1bef69967496071c936a789112307fbf028a8e3771d792c97495b6

View File

@@ -0,0 +1,33 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit meson optfeature xdg
DESCRIPTION="GUI password manager utility with password generator"
HOMEPAGE="https://als.regnet.cz/fpm2/"
SRC_URI="https://als.regnet.cz/${PN}/download/${P}.tar.xz"
LICENSE="GPL-2+"
SLOT="2"
KEYWORDS="~amd64 ~x86"
RDEPEND="
dev-libs/glib:2
dev-libs/libxml2:=
dev-libs/nettle:=
x11-libs/gdk-pixbuf:2
x11-libs/gtk+:3[X]
x11-libs/libX11
"
DEPEND="${RDEPEND}"
BDEPEND="
sys-devel/gettext
virtual/pkgconfig
"
pkg_postinst() {
xdg_pkg_postinst
optfeature "web launcher defined by default" x11-misc/xdg-utils
}