diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-06-14 17:33:09 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-06-14 18:01:14 +0200 |
commit | ca42ab19b7500e827a83026f32c619c93a4ff9cd (patch) | |
tree | 889e3027b48ccc5bad0fc1f13f42d39461ec5ee7 /xfce-extra | |
parent | app-editors/nano: Don't uncomment all include lines in nanorc (diff) | |
download | gentoo-ca42ab19b7500e827a83026f32c619c93a4ff9cd.tar.gz gentoo-ca42ab19b7500e827a83026f32c619c93a4ff9cd.tar.bz2 gentoo-ca42ab19b7500e827a83026f32c619c93a4ff9cd.zip |
xfce-extra/xfce4-wavelan-plugin: Bump to 0.6.3
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.3.ebuild | 31 |
2 files changed, 32 insertions, 0 deletions
diff --git a/xfce-extra/xfce4-wavelan-plugin/Manifest b/xfce-extra/xfce4-wavelan-plugin/Manifest index c4695c8c1311..e90c1002d3d4 100644 --- a/xfce-extra/xfce4-wavelan-plugin/Manifest +++ b/xfce-extra/xfce4-wavelan-plugin/Manifest @@ -1 +1,2 @@ DIST xfce4-wavelan-plugin-0.6.2.tar.bz2 356954 BLAKE2B 982ffbc5f72d5771650b4e8d6c64f468bf927febca8c65d8a20258043e1c9433ee9c4631eb501e620f6a1037852494e3f66fe2700e08063ee770cedcad857475 SHA512 90e0d5f2e9add1f177f0f69e537ccdeeaf518a122feb776cb8bce139b9af6ea7d248e758ae381b69041bbdefe2d38f2162d08b25fd246d98c3a028d743892123 +DIST xfce4-wavelan-plugin-0.6.3.tar.bz2 364789 BLAKE2B 3d39eb0716efaccd8effd6f6a89da9e0f749cbffdf2bdebeb021ebd8ed9c8f3f5eb728db8ebacf52cc977db827d9b0536c9c42a94caa40469172fce800fc71ef SHA512 a49af2c59f59890790081525a793638c673446b4a3f77584013cf87201fc0cf3218622834c32918daeb3fd2d87511db19512b903c60f8ccd58ae5c4f78507b7a diff --git a/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.3.ebuild b/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.3.ebuild new file mode 100644 index 000000000000..5f5f9ee13b9a --- /dev/null +++ b/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.3.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2022 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://goodies.xfce.org/projects/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 ~x86" + +DEPEND=" + >=xfce-base/libxfce4ui-4.12:=[gtk3(+)] + >=xfce-base/xfce4-panel-4.12:= +" +RDEPEND=" + ${DEPEND} + kernel_linux? ( sys-apps/net-tools ) +" +BDEPEND=" + dev-util/intltool + sys-devel/gettext + virtual/pkgconfig +" + +src_install() { + default + find "${ED}" -name '*.la' -delete || die +} |