Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-cpugraph-plugin/
Date: Fri, 01 Oct 2021 18:13:30
Message-Id: 1633111903.6970845df389e1468817c8c862fb35d4ea96272f.mgorny@gentoo
1 commit: 6970845df389e1468817c8c862fb35d4ea96272f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 1 18:11:43 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 1 18:11:43 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6970845d
7
8 xfce-extra/xfce4-cpugraph-plugin: Bump to 1.2.4
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 xfce-extra/xfce4-cpugraph-plugin/Manifest | 1 +
13 .../xfce4-cpugraph-plugin-1.2.4.ebuild | 37 ++++++++++++++++++++++
14 2 files changed, 38 insertions(+)
15
16 diff --git a/xfce-extra/xfce4-cpugraph-plugin/Manifest b/xfce-extra/xfce4-cpugraph-plugin/Manifest
17 index 2f7dc7430ff..6cf2d486d6f 100644
18 --- a/xfce-extra/xfce4-cpugraph-plugin/Manifest
19 +++ b/xfce-extra/xfce4-cpugraph-plugin/Manifest
20 @@ -1 +1,2 @@
21 DIST xfce4-cpugraph-plugin-1.2.3.tar.bz2 427880 BLAKE2B 1e2223eab1c8db275eb2aa43197c9aac8a79faee96778a5b684c0dc74e1b55046d0c1bbe3c00d316118be33ef3ee3777cafd258ef3919d36bbbb073e51fc9455 SHA512 79d7c5b328e778156c6a35b1f4947732f42aaffb23f05fdc5e1e7668d03149f1a72ca4bf9b835904a93db6b23660cb10118b4d046b1bd2dded38ef382719052e
22 +DIST xfce4-cpugraph-plugin-1.2.4.tar.bz2 445048 BLAKE2B 03c8c6f3aa0ffcfda930e79b851e6c6a425cab18986c7968fbdcecff3b251dc3134aab0c632d13439208445d0786e6e29a9835ccdff189bf82ae95b9b6576d6d SHA512 0a31b60d263f53db9e19165580c6f03a826e514f41b24555b007ae12b0d038d5f1447e637aa21e77cafe9970177dbeab373385e223f77768d46ede4f1adb0ad2
23
24 diff --git a/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.2.4.ebuild b/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.2.4.ebuild
25 new file mode 100644
26 index 00000000000..6e63cc625b4
27 --- /dev/null
28 +++ b/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.2.4.ebuild
29 @@ -0,0 +1,37 @@
30 +# Copyright 1999-2021 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +inherit xdg-utils
36 +
37 +DESCRIPTION="A system load plug-in for the Xfce panel"
38 +HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-cpugraph-plugin"
39 +SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
40 +
41 +LICENSE="BSD-2 GPL-2+"
42 +SLOT="0"
43 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
44 +
45 +RDEPEND=">=x11-libs/gtk+-3.22:3
46 + >=xfce-base/libxfce4ui-4.14:=
47 + >=xfce-base/libxfce4util-4.14:=
48 + >=xfce-base/xfce4-panel-4.14:="
49 +DEPEND="${RDEPEND}"
50 +BDEPEND="
51 + dev-util/intltool
52 + sys-devel/gettext
53 + virtual/pkgconfig"
54 +
55 +src_install() {
56 + default
57 + find "${ED}" -name '*.la' -delete || die
58 +}
59 +
60 +pkg_postinst() {
61 + xdg_icon_cache_update
62 +}
63 +
64 +pkg_postrm() {
65 + xdg_icon_cache_update
66 +}