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-diskperf-plugin/
Date: Tue, 13 Aug 2019 12:11:02
Message-Id: 1565698240.a45c6419a895a253907ec021b46a1cc4be188b89.mgorny@gentoo
1 commit: a45c6419a895a253907ec021b46a1cc4be188b89
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 13 11:18:48 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 13 12:10:40 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a45c6419
7
8 xfce-extra/xfce4-diskperf-plugin: Bump to 2.6.2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 xfce-extra/xfce4-diskperf-plugin/Manifest | 1 +
13 .../xfce4-diskperf-plugin-2.6.2.ebuild | 35 ++++++++++++++++++++++
14 2 files changed, 36 insertions(+)
15
16 diff --git a/xfce-extra/xfce4-diskperf-plugin/Manifest b/xfce-extra/xfce4-diskperf-plugin/Manifest
17 index 0b76f965a2a..7f9fc68dd3c 100644
18 --- a/xfce-extra/xfce4-diskperf-plugin/Manifest
19 +++ b/xfce-extra/xfce4-diskperf-plugin/Manifest
20 @@ -1 +1,2 @@
21 DIST xfce4-diskperf-plugin-2.6.1.tar.bz2 338723 BLAKE2B 4bf0fa9c741e3efe276c7b00f8997ee49611809f7a19fa8bbf955cff2218c2654924f1b5a324f9d659adc02d728e451e7565c5ce457ef4a99fababe89d7a687e SHA512 ba01ec30e31db0c936b2b18df7c68883f89c6c4d5b82392759c25ef41fa89de37e2e635abd169745a9790d81af5b327768eb62ec3cc369f85e2da0bedc4c7cea
22 +DIST xfce4-diskperf-plugin-2.6.2.tar.bz2 347244 BLAKE2B 82ef114b6ac445627d05ed99b34f128391061e5028192aaaa47e8b87f17cb89842d541585e77da4b6ec319fc50f242fe6d1fcb510048497e2b1184a8e3dfcadb SHA512 e91a888a9936f8a0279a062801d16ebe03159df479413087a01e20c15913df781378e4b4c91ecba94d71afa813c6d3a5367b11c1c6d3d62bf10fea78c4853031
23
24 diff --git a/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.2.ebuild b/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.2.ebuild
25 new file mode 100644
26 index 00000000000..f1b6f09accc
27 --- /dev/null
28 +++ b/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.2.ebuild
29 @@ -0,0 +1,35 @@
30 +# Copyright 1999-2019 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=7
34 +
35 +inherit xdg-utils
36 +
37 +DESCRIPTION="A panel plug-in for disk usage and performance statistics"
38 +HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-diskperf-plugin"
39 +SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
40 +
41 +LICENSE="BSD-2"
42 +SLOT="0"
43 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
44 +IUSE=""
45 +
46 +RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
47 + >=xfce-base/xfce4-panel-4.12:="
48 +DEPEND="${RDEPEND}
49 + dev-util/intltool
50 + sys-devel/gettext
51 + virtual/pkgconfig"
52 +
53 +src_install() {
54 + default
55 + find "${D}" -name '*.la' -delete || die
56 +}
57 +
58 +pkg_postinst() {
59 + xdg_icon_cache_update
60 +}
61 +
62 +pkg_postrm() {
63 + xdg_icon_cache_update
64 +}