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-timer-plugin/
Date: Thu, 25 Jan 2018 08:39:31
Message-Id: 1516869561.5fb727851c635441e74f8e5c43e0f5c48a815f0d.mgorny@gentoo
1 commit: 5fb727851c635441e74f8e5c43e0f5c48a815f0d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 25 08:11:05 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 25 08:39:21 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fb72785
7
8 xfce-extra/xfce4-timer-plugin: Bump to 1.7.0
9
10 xfce-extra/xfce4-timer-plugin/Manifest | 1 +
11 .../xfce4-timer-plugin-1.7.0.ebuild | 37 ++++++++++++++++++++++
12 2 files changed, 38 insertions(+)
13
14 diff --git a/xfce-extra/xfce4-timer-plugin/Manifest b/xfce-extra/xfce4-timer-plugin/Manifest
15 index 259886ee46b..0519d9dfb58 100644
16 --- a/xfce-extra/xfce4-timer-plugin/Manifest
17 +++ b/xfce-extra/xfce4-timer-plugin/Manifest
18 @@ -1 +1,2 @@
19 DIST xfce4-timer-plugin-1.6.0.tar.bz2 325662 BLAKE2B d6eae55ba20b3fdd59ea3e62ee96409927bce966453f24df76512ee3a1362caf7bc7813cc4baf90d43c90bca3628fb547a96eec2345b0c9160f0ae1626395c1d SHA512 aa2c6760945fe28fb1e8189b167dae176137164c017acb7057c93eb579147ef31134a840b23c78e3d1914c89865a0cc7b428e3561449f7ae01eb2d8a0fbd5815
20 +DIST xfce4-timer-plugin-1.7.0.tar.bz2 381222 BLAKE2B 3c273d818b7b04cf2ceeea3b72837ccf43ee0433ca458dbbb3aa68015ee28fb2e61ab3b5f36b341d087f00e9c4ca8e9be5453e735251bf9c9c1e910ce8c6d2f3 SHA512 b4d00396f5be37d009cdb50baea8804c4b06a6f0b821d66751fd07ca21e186c01bafeec5170209b5de69559803e0ac54d9b56266f193b65ac056cdd52bf5228e
21
22 diff --git a/xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-1.7.0.ebuild b/xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-1.7.0.ebuild
23 new file mode 100644
24 index 00000000000..1c42fb81f8b
25 --- /dev/null
26 +++ b/xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-1.7.0.ebuild
27 @@ -0,0 +1,37 @@
28 +# Copyright 1999-2018 Gentoo Foundation
29 +# Distributed under the terms of the GNU General Public License v2
30 +
31 +EAPI=6
32 +
33 +inherit gnome2-utils
34 +
35 +DESCRIPTION="A simple timer plug-in for the Xfce desktop environment"
36 +HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-timer-plugin"
37 +SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
38 +
39 +LICENSE="GPL-2"
40 +SLOT="0"
41 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
42 +IUSE=""
43 +
44 +#libx11?
45 +RDEPEND=">=x11-libs/gtk+-3.20:3=
46 + >=xfce-base/libxfce4ui-4.12:=
47 + >=xfce-base/libxfce4util-4.12:=
48 + >=xfce-base/xfce4-panel-4.10:="
49 +DEPEND="${RDEPEND}
50 + dev-util/intltool
51 + virtual/pkgconfig"
52 +
53 +src_install() {
54 + default
55 + find "${D}" -name '*.la' -delete || die
56 +}
57 +
58 +pkg_postinst() {
59 + gnome2_icon_cache_update
60 +}
61 +
62 +pkg_postrm() {
63 + gnome2_icon_cache_update
64 +}