net-vpn/networkmanager-fortisslvpn: bumped to version 1.3.90

Signed-off-by: Alessandro Calorì <alessandro.calori@pm.me>
Closes: https://github.com/gentoo/gentoo/pull/21371
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
Alessandro Calori 2021-06-19 10:52:52 +02:00 committed by Joonas Niilola
parent 8e0be56464
commit 957c34e186
No known key found for this signature in database
GPG Key ID: 7383942B8DC06962
2 changed files with 49 additions and 0 deletions

View File

@ -1,2 +1,3 @@
DIST NetworkManager-fortisslvpn-1.2.10.tar.xz 366700 BLAKE2B 5160d5947fe391b53a0293db4727baa0e6c453da0985abb999503a8f4c67a03c3159652c216e9982414d5db718af6c8a2aa6ac00aa627801949d4f96403f0ade SHA512 8b4d100403f3bdd557394a6cadd94e24afffd97a584f8c58cb4008be2834bd8c12c3f293c03c0f111ede54fe18058e3ef41218fd33d2dd564147f255d76e4252
DIST NetworkManager-fortisslvpn-1.2.8.tar.xz 325100 BLAKE2B 9449bbec99ee50c2c0b9cc1a74d8714e71995c17d2c1fa206134b71a1ea448be8fd86711ce0743f38e86ccd330eb7bc7e4cb57c2093001ac1b301b00e5c8f25e SHA512 5a602b872b1efbd8d9ed2f32d05ec8560f0a923dfdf58e7a775010ee2182790b8cbe7c2a6c8d1198eba47c66fddecf178e1c454d1ac74c10a63c75c603eeafc8
DIST NetworkManager-fortisslvpn-1.3.90.tar.xz 375416 BLAKE2B d2e07a2f79685cb600b6c0abca52a54911ff41534c152e9c5befe25d436757ba517d84cc474ff5c200ae62ca019296871fc29dc8342788295b3e59be55fa8198 SHA512 98b3e524cbb33c8dcdb325b10d227f88534948d98ca8009f770e48b87d42637762ba5343f081ac583b77c3387cb47f2660be0f60430ede237f812a2af8d9a7aa

View File

@ -0,0 +1,48 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
GNOME_ORG_MODULE="NetworkManager-${PN##*-}"
GNOME2_LA_PUNT="yes"
GNOME2_EAUTORECONF="yes"
inherit gnome2
DESCRIPTION="NetworkManager Fortinet SSLVPN compatible plugin"
HOMEPAGE="https://wiki.gnome.org/Projects/NetworkManager"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64"
IUSE="gtk"
RDEPEND="
>=net-misc/networkmanager-1.2:=
>=dev-libs/glib-2.32:2
net-dialup/ppp:=
>=net-vpn/openfortivpn-1.2.0
gtk? (
>=app-crypt/libsecret-0.18
>=net-libs/libnma-1.2.0
>=x11-libs/gtk+-3.4:3
)
"
DEPEND="${RDEPEND}"
BDEPEND="dev-util/gdbus-codegen
>=sys-devel/gettext-0.19
virtual/pkgconfig"
src_prepare() {
sed -i 's/\/appdata/\/metainfo/g' Makefile.am
eapply_user
}
src_configure() {
gnome2_src_configure \
--disable-static \
--with-dist-version=Gentoo \
--localstatedir=/var \
$(use_with gtk gnome) \
--without-libnm-glib
}