xfce-extra/xfce4-cpufreq-plugin: Bump to 1.3.0

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-05-19 17:39:06 +02:00
parent d97fb43e91
commit 48d397692d
2 changed files with 43 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST xfce4-cpufreq-plugin-1.2.9.tar.bz2 546832 BLAKE2B 88028aa8a98a87718b533438eadf3491b97e09f03f7319a19bdaf8d1e90d18dcb1224dc9326e2f693da22380619d6a9f24295717f778a03ff85048e65041b11a SHA512 e75075c63f22c38b57793b5da9471be7ac49d4e17cb57ab96b04710e50c0b9161de6ea84b49f8142cac3baade1559388e58d50d8096a8e5515916644d7f70ca5
DIST xfce4-cpufreq-plugin-1.3.0.tar.xz 83188 BLAKE2B 906271ed628935b7f34bf7aaad3d1b526f5180f1ef1dceaf78fa978062c0c798f4b184616055ae468ad06c698f5c6e66346100003fbfc4982ff83457a546ed06 SHA512 9d09c1ffcc4635f6bafe0c560a8e7252e9151e9ca35dbb82927122e76ed2f07cfe659445d18c21d7893285961218b4bdeb80618778a4db5c3c2a72ff79d72528

View File

@@ -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 panel plugin for showing information about cpufreq settings"
HOMEPAGE="
https://docs.xfce.org/panel-plugins/xfce4-cpufreq-plugin/start
https://gitlab.xfce.org/panel-plugins/xfce4-cpufreq-plugin/
"
SRC_URI="
https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.xz
"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
DEPEND="
>=dev-libs/glib-2.50.0
>=x11-libs/gtk+-3.22.0:3
>=xfce-base/libxfce4ui-4.16.0:=
>=xfce-base/libxfce4util-4.17.2:=
>=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
}