mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
xfce-extra/xfce4-netload-plugin: Bump to 1.5.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST xfce4-netload-plugin-1.4.2.tar.bz2 490871 BLAKE2B 6ca2a685cc53fbcea16389bc39c227d320e5f380c6b14822f155b6be46f66eb1d4a39c28fb062cebcf4b29dd45e10ae6ac579d630dbb70a874f6494a53c17a51 SHA512 d7214380f468cbf1dc266c6834b38ef060c24997553a96917836e46cade6c6f5eb3e8c4a9deee410e024a3c4ff4ab6520737619871462073ea2e442172c8934b
|
||||
DIST xfce4-netload-plugin-1.5.0.tar.xz 72700 BLAKE2B 0dd97ca2aeff29be135837fa296cdd64f449fda8e3b40c4e8ce1e90a6d1c13e54ddbdb0d63ded392a9a04b8252a5ce0402e0da9381ce84400e665b893479a986 SHA512 c115abaee2b99fb85f6f1d95d8d0dd02e8a3ef8789af85d75f3f0ab56fa59f5230e4babd065cad8c2c04f716681c1fc17a184009a89b259623ac45c8ebe5031b
|
||||
|
||||
@@ -0,0 +1,42 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit meson xdg-utils
|
||||
|
||||
DESCRIPTION="A network load plug-in for the Xfce panel"
|
||||
HOMEPAGE="
|
||||
https://docs.xfce.org/panel-plugins/xfce4-netload-plugin/start
|
||||
https://gitlab.xfce.org/panel-plugins/xfce4-netload-plugin/
|
||||
"
|
||||
SRC_URI="
|
||||
https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.xz
|
||||
"
|
||||
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
|
||||
|
||||
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}
|
||||
"
|
||||
BDEPEND="
|
||||
>=sys-devel/gettext-0.19.8
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_icon_cache_update
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
xdg_icon_cache_update
|
||||
}
|
||||
Reference in New Issue
Block a user