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-eyes-plugin/
Date: Fri, 04 Oct 2019 13:48:32
Message-Id: 1570196901.f52e50dcfe072a9606bc558e742eef3c0f488704.mgorny@gentoo
1 commit: f52e50dcfe072a9606bc558e742eef3c0f488704
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 4 13:32:21 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 4 13:48:21 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f52e50dc
7
8 xfce-extra/xfce4-eyes-plugin: Bump to 4.5.0
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 xfce-extra/xfce4-eyes-plugin/Manifest | 1 +
13 .../xfce4-eyes-plugin-4.5.0.ebuild | 36 ++++++++++++++++++++++
14 2 files changed, 37 insertions(+)
15
16 diff --git a/xfce-extra/xfce4-eyes-plugin/Manifest b/xfce-extra/xfce4-eyes-plugin/Manifest
17 index 76217e53aae..54713cf4653 100644
18 --- a/xfce-extra/xfce4-eyes-plugin/Manifest
19 +++ b/xfce-extra/xfce4-eyes-plugin/Manifest
20 @@ -1 +1,2 @@
21 DIST xfce4-eyes-plugin-4.4.5.tar.bz2 369297 BLAKE2B c1e7b9e01174e3909306abfb53c9836b2817013b6cb8676cfd7717da986b68827bd286b6319853d79143b7f0b44abec75342abb7e68df3d2fb1c7424a8f763c1 SHA512 f8ac109edbf2edb066af3f13617e2c247151c36fd91551a99b334d85f528663d3764c8566bb4a8b8ad7ae2c021d5b5c46933dc63d523566055d243b440c61e01
22 +DIST xfce4-eyes-plugin-4.5.0.tar.bz2 366460 BLAKE2B 4f773eb44d622a0a232c9881cf601c0b7ce01f33c9d76091b9f896fee4df76381c558b0f0bc62d720aba35fb2064cb49ed61b8c6992be71b4afb2edf3a21e9e0 SHA512 884f409bda74688ccf3426cc139235daf709d1eabe884db80ecaa5300814308f8ddcf205af7fa2a48cef7d08c03b1f5778e3aedc2f08e15ce22d13066775c771
23
24 diff --git a/xfce-extra/xfce4-eyes-plugin/xfce4-eyes-plugin-4.5.0.ebuild b/xfce-extra/xfce4-eyes-plugin/xfce4-eyes-plugin-4.5.0.ebuild
25 new file mode 100644
26 index 00000000000..8a58687bb1a
27 --- /dev/null
28 +++ b/xfce-extra/xfce4-eyes-plugin/xfce4-eyes-plugin-4.5.0.ebuild
29 @@ -0,0 +1,36 @@
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 which adds classic eyes to your every step"
38 +HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-eyes-plugin"
39 +SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
40 +
41 +LICENSE="GPL-2+"
42 +SLOT="0"
43 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
44 +IUSE=""
45 +
46 +RDEPEND=">=dev-libs/glib-2.20
47 + >=x11-libs/gtk+-3.16:3
48 + >=xfce-base/libxfce4ui-4.12:=
49 + >=xfce-base/xfce4-panel-4.12:="
50 +DEPEND="${RDEPEND}
51 + dev-util/intltool
52 + virtual/pkgconfig"
53 +
54 +src_install() {
55 + default
56 + find "${D}" -name '*.la' -delete || die
57 +}
58 +
59 +pkg_postinst() {
60 + xdg_icon_cache_update
61 +}
62 +
63 +pkg_postrm() {
64 + xdg_icon_cache_update
65 +}