mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
gnome-extra/nm-applet: Version bump to 1.30.0
Signed-off-by: Guillermo Joandet <gjoandet@gmail.com> Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
committed by
Matt Turner
parent
5653a1957b
commit
188136ea77
@@ -1 +1,2 @@
|
||||
DIST network-manager-applet-1.28.0.tar.xz 1894104 BLAKE2B f8263b49b215cf3dbe43a5247a3b04ca77288fe6e7098c08af2346d9cdf7c5102ee1d1e611ce03b322e22dc3a34991aeb45d6544b27e38f113da72674d3b9341 SHA512 1e594c6a8ecfd7c92e718238f036f95c0706a70699b9836ba4ca3b6b033db1b36a08ef4778e6615cfd0cfcaec120063a67c642734c45d71aee86b17a5de4b647
|
||||
DIST network-manager-applet-1.30.0.tar.xz 1880076 BLAKE2B 9fb663baf40760818055fb89528d593c53fb6c3884b375712e44967250b294651ce2d9d16fe080a7f64cd111fb3581a3fc56e6e9478ed1765f3bc42303995686 SHA512 2c0acf1942c0d238b28a2d9d39f8741f376dd16defefc776852c63f79c2e8e01974c3a485dc6382d5a239b8308eb12bb668f1c327ef27e7fc228d1ad03498b7d
|
||||
|
||||
51
gnome-extra/nm-applet/nm-applet-1.30.0.ebuild
Normal file
51
gnome-extra/nm-applet/nm-applet-1.30.0.ebuild
Normal file
@@ -0,0 +1,51 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
GNOME_ORG_MODULE="network-manager-applet"
|
||||
|
||||
inherit gnome.org meson xdg
|
||||
|
||||
DESCRIPTION="NetworkManager connection editor and applet"
|
||||
HOMEPAGE="https://wiki.gnome.org/Projects/NetworkManager"
|
||||
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="0"
|
||||
IUSE="appindicator modemmanager selinux teamd"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-libs/glib-2.40:2
|
||||
>=app-crypt/libsecret-0.18
|
||||
>=net-libs/libnma-1.10.4
|
||||
>=x11-libs/gtk+-3.10:3
|
||||
>=dev-libs/libgudev-147:=
|
||||
>=net-misc/networkmanager-1.16:=[modemmanager?,teamd?]
|
||||
appindicator? (
|
||||
dev-libs/libappindicator:3
|
||||
>=dev-libs/libdbusmenu-16.04.0
|
||||
)
|
||||
modemmanager? ( net-misc/modemmanager )
|
||||
selinux? ( sys-libs/libselinux )
|
||||
teamd? ( >=dev-libs/jansson-2.7:= )
|
||||
|
||||
virtual/freedesktop-icon-theme
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="
|
||||
dev-libs/libxml2
|
||||
>=sys-devel/gettext-0.19.8
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
local emesonargs=(
|
||||
-Dappindicator=$(usex appindicator ubuntu no)
|
||||
$(meson_use modemmanager wwan)
|
||||
$(meson_use selinux)
|
||||
$(meson_use teamd team)
|
||||
-Dmore_asserts=0
|
||||
-Dld_gc=false
|
||||
)
|
||||
meson_src_configure
|
||||
}
|
||||
Reference in New Issue
Block a user