commit: c20d61d73e3286317b09b77a2d0f622ed855ce22 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue May 20 13:58:46 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue May 20 13:58:46 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c20d61d7
xfce-extra/xfce4-wavelan-plugin: Bump to 0.7.0 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> xfce-extra/xfce4-wavelan-plugin/Manifest | 1 + .../xfce4-wavelan-plugin-0.7.0.ebuild | 35 ++++++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/xfce-extra/xfce4-wavelan-plugin/Manifest b/xfce-extra/xfce4-wavelan-plugin/Manifest index 9a6c13a8baa0..83b7ee765f61 100644 --- a/xfce-extra/xfce4-wavelan-plugin/Manifest +++ b/xfce-extra/xfce4-wavelan-plugin/Manifest @@ -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 diff --git a/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.7.0.ebuild b/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.7.0.ebuild new file mode 100644 index 000000000000..29e21766b0e2 --- /dev/null +++ b/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.7.0.ebuild @@ -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 +"
