diff options
author | 2024-12-25 14:10:52 +0100 | |
---|---|---|
committer | 2024-12-25 14:10:52 +0100 | |
commit | 7a54eac70fac8bf35e57131f152d1131ccffebd6 (patch) | |
tree | 845df75e604b32f81e692a1731ef1d82c800b2ad /xfce-extra | |
parent | xfce-extra/xfce4-timer-plugin: Bump to 1.7.3 (diff) | |
download | gentoo-7a54eac70fac8bf35e57131f152d1131ccffebd6.tar.gz gentoo-7a54eac70fac8bf35e57131f152d1131ccffebd6.tar.bz2 gentoo-7a54eac70fac8bf35e57131f152d1131ccffebd6.zip |
xfce-extra/xfce4-wavelan-plugin: Bump to 0.6.4
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'xfce-extra')
-rw-r--r-- | xfce-extra/xfce4-wavelan-plugin/Manifest | 1 | ||||
-rw-r--r-- | xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.4.ebuild | 35 |
2 files changed, 36 insertions, 0 deletions
diff --git a/xfce-extra/xfce4-wavelan-plugin/Manifest b/xfce-extra/xfce4-wavelan-plugin/Manifest index 62f363b21448..4ecf30e4fb2d 100644 --- a/xfce-extra/xfce4-wavelan-plugin/Manifest +++ b/xfce-extra/xfce4-wavelan-plugin/Manifest @@ -1 +1,2 @@ DIST xfce4-wavelan-plugin-0.6.3.tar.bz2 364789 BLAKE2B 3d39eb0716efaccd8effd6f6a89da9e0f749cbffdf2bdebeb021ebd8ed9c8f3f5eb728db8ebacf52cc977db827d9b0536c9c42a94caa40469172fce800fc71ef SHA512 a49af2c59f59890790081525a793638c673446b4a3f77584013cf87201fc0cf3218622834c32918daeb3fd2d87511db19512b903c60f8ccd58ae5c4f78507b7a +DIST xfce4-wavelan-plugin-0.6.4.tar.bz2 438448 BLAKE2B 1be43ba68a2f946b1074d728974eba4abb8938c208e00c4fc01d233aac3a55a846c1c405299b0141ec4ad86d64d4f9eacef9ff72606c50bfcdf6684bdd07ee9d SHA512 efa7c37ff5b5658bf5282074c070ce30eb32bd2c8611bb7aba9d319eee608d603b38ae2b9118bff548c938fd2aff87cbea1ae6cf1183d4111a17fe399fe8020e diff --git a/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.4.ebuild b/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.4.ebuild new file mode 100644 index 000000000000..d601d5d5862a --- /dev/null +++ b/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.4.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +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.bz2" + +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/xfce4-panel-4.16.0:= +" +RDEPEND=" + ${DEPEND} + kernel_linux? ( sys-apps/net-tools ) +" +BDEPEND=" + >=sys-devel/gettext-0.19.8 + virtual/pkgconfig +" + +src_install() { + default + find "${ED}" -name '*.la' -delete || die +} |