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-notifyd/
Date: Sat, 27 Oct 2018 12:30:39
Message-Id: 1540643429.9a0ab6cc7b26270aa480b72ac17d5ddc9a540f1c.mgorny@gentoo
1 commit: 9a0ab6cc7b26270aa480b72ac17d5ddc9a540f1c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 27 12:14:09 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 27 12:30:29 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a0ab6cc
7
8 xfce-extra/xfce4-notifyd: Bump to 0.4.3 (bugfix)
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 xfce-extra/xfce4-notifyd/Manifest | 1 +
13 .../xfce4-notifyd/xfce4-notifyd-0.4.3.ebuild | 36 ++++++++++++++++++++++
14 2 files changed, 37 insertions(+)
15
16 diff --git a/xfce-extra/xfce4-notifyd/Manifest b/xfce-extra/xfce4-notifyd/Manifest
17 index b9f0dc4035a..f77dff28878 100644
18 --- a/xfce-extra/xfce4-notifyd/Manifest
19 +++ b/xfce-extra/xfce4-notifyd/Manifest
20 @@ -1 +1,2 @@
21 DIST xfce4-notifyd-0.4.2.tar.bz2 528521 BLAKE2B 8e59e26fcd453b65522b89c24d36857f6ac66c1b6e6a0ef0167b3f9f8dc4a087185d4b5b770b4e90e614e369ca147b924ad3f3ac0a1f3faf49c02b9e1ffd0a30 SHA512 1cabf478928cbcc13e9f03b2540470c5568bc665b196a8617a0e3b52ce4fe3bd9fdb5e199c4e52afe51c4edab8ba949c4551f65ce77c5fae7fddccd0086fb601
22 +DIST xfce4-notifyd-0.4.3.tar.bz2 534400 BLAKE2B 9023aa482f9bb76f588a9c8a3ac254860a481c30ac81b8077ba505261de242f26119ea16eee14073577d75375b58c7fa5844710f173202fc607c931dc748e9f6 SHA512 db53b5f0a719213f8dea7eec7a037507984989b030da5850eabd07820ba2dfe28de6d2251045538189775bdeac2ee9f2035aad5cbdda92cef944b33682875434
23
24 diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.3.ebuild b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.3.ebuild
25 new file mode 100644
26 index 00000000000..a30bc99caf0
27 --- /dev/null
28 +++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.3.ebuild
29 @@ -0,0 +1,36 @@
30 +# Copyright 1999-2018 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=6
34 +
35 +inherit gnome2-utils
36 +
37 +DESCRIPTION="Notification daemon for the Xfce desktop environment"
38 +HOMEPAGE="https://goodies.xfce.org/projects/applications/xfce4-notifyd"
39 +SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
40 +
41 +LICENSE="GPL-2"
42 +SLOT="0"
43 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
44 +IUSE=""
45 +
46 +RDEPEND=">=dev-libs/glib-2.42:2=
47 + >=x11-libs/gtk+-3.14:3=
48 + >=x11-libs/libnotify-0.7:=
49 + >=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
50 + >=xfce-base/libxfce4util-4.12:=
51 + >=xfce-base/xfce4-panel-4.12:=
52 + >=xfce-base/xfconf-4.10:="
53 +DEPEND="${RDEPEND}
54 + dev-util/gdbus-codegen
55 + dev-util/intltool
56 + sys-devel/gettext
57 + virtual/pkgconfig"
58 +
59 +pkg_postinst() {
60 + gnome2_icon_cache_update
61 +}
62 +
63 +pkg_postrm() {
64 + gnome2_icon_cache_update
65 +}