xfce-extra/xfce4-wavelan-plugin: Bump to 0.7.0

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-05-20 15:58:46 +02:00
parent 2a465528df
commit c20d61d73e
2 changed files with 36 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST xfce4-wavelan-plugin-0.6.4.tar.bz2 438448 BLAKE2B 1be43ba68a2f946b1074d728974eba4abb8938c208e00c4fc01d233aac3a55a846c1c405299b0141ec4ad86d64d4f9eacef9ff72606c50bfcdf6684bdd07ee9d SHA512 efa7c37ff5b5658bf5282074c070ce30eb32bd2c8611bb7aba9d319eee608d603b38ae2b9118bff548c938fd2aff87cbea1ae6cf1183d4111a17fe399fe8020e
DIST xfce4-wavelan-plugin-0.7.0.tar.xz 45304 BLAKE2B 9fb587ad08bdf38d25131ef2e1896be6a5af8fe8e4a693ece93723abe1d8c51323be2a66dece436a119d700ef8a071b6f0fbfa1930c2a44adea6c22f381b996a SHA512 1df88c283368b685a8e1a84e6b7e6a462cb86100bb335d9656cb470637add926ffcdf68d081e0f913568fb3f7a488507ea44deac404d805717816d4711ea2aa4

View File

@@ -0,0 +1,35 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit meson
DESCRIPTION="A panel plug-in to display wireless interface statistics"
HOMEPAGE="
https://docs.xfce.org/panel-plugins/xfce4-wavelan-plugin
https://gitlab.xfce.org/panel-plugins/xfce4-wavelan-plugin/
"
SRC_URI="
https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.xz
"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~riscv ~x86"
DEPEND="
>=dev-libs/glib-2.50.0
>=x11-libs/gtk+-3.22.0:3
>=xfce-base/libxfce4ui-4.16.0:=[gtk3(+)]
>=xfce-base/libxfce4util-4.16.0:=
>=xfce-base/xfce4-panel-4.16.0:=
"
RDEPEND="
${DEPEND}
kernel_linux? ( sys-apps/net-tools )
"
BDEPEND="
>=sys-devel/gettext-0.19.8
virtual/pkgconfig
"