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: Fri, 29 Jul 2016 17:02:01
Message-Id: 1469811702.8eaa8d370a3467086834ae421f31960fc7b294d7.mgorny@gentoo
1 commit: 8eaa8d370a3467086834ae421f31960fc7b294d7
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 29 16:14:26 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 29 17:01:42 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8eaa8d37
7
8 xfce-extra/xfce4-notifyd: Bump to 0.3.0, first GTK+3/gdbus release
9
10 xfce-extra/xfce4-notifyd/Manifest | 1 +
11 .../xfce4-notifyd/xfce4-notifyd-0.3.0.ebuild | 32 ++++++++++++++++++++++
12 2 files changed, 33 insertions(+)
13
14 diff --git a/xfce-extra/xfce4-notifyd/Manifest b/xfce-extra/xfce4-notifyd/Manifest
15 index f03a28d..a4ca41d 100644
16 --- a/xfce-extra/xfce4-notifyd/Manifest
17 +++ b/xfce-extra/xfce4-notifyd/Manifest
18 @@ -1 +1,2 @@
19 DIST xfce4-notifyd-0.2.4.tar.bz2 361619 SHA256 8c7ed62f9496816d1391281f77d1b32216f9bf6fd22fbe4f6f3f4e07a6bbced0 SHA512 4cee6395ee925e41ec22baa0fca21b38261a547ddff32f6c140db91996e2aa39b86113ffbe42da3c98728513a10eadd99504a05f31100762eb5b19bf8a74ae7c WHIRLPOOL d3e33bae0292852f8645a83d469e0fc093edbc038210aec7f02a879aa28cce81b95ab937a63d890f3f5177008c070721d488076272705a76b66cafedf9f65919
20 +DIST xfce4-notifyd-0.3.0.tar.bz2 427170 SHA256 7076081424932b40d03366a7518daf495f81eb780f376819e59e76d65d811100 SHA512 774eb0daf935fcf3fdb8a40b03ef772b45c4b12408a5e84aff57c0e8c8490c0f3ec4753893dd07a31b7e8094fd065a8a86f56f2e6217ddd6432a8eda0dcb9f9f WHIRLPOOL fcba9a42ca476deec27d12e80953a87ca073418706cd282bfbcda96e3c058e3dbe87ef2fced6a679c96c72485067439020a0ef49548c6172eb4401c7141c94a6
21
22 diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.3.0.ebuild b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.3.0.ebuild
23 new file mode 100644
24 index 0000000..6434b59
25 --- /dev/null
26 +++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.3.0.ebuild
27 @@ -0,0 +1,32 @@
28 +# Copyright 1999-2016 Gentoo Foundation
29 +# Distributed under the terms of the GNU General Public License v2
30 +# $Id$
31 +
32 +EAPI=5
33 +inherit xfconf
34 +
35 +DESCRIPTION="Notification daemon for the Xfce desktop environment"
36 +HOMEPAGE="http://goodies.xfce.org/projects/applications/xfce4-notifyd"
37 +SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
38 +
39 +LICENSE="GPL-2"
40 +SLOT="0"
41 +KEYWORDS="~amd64 ~arm ~arm64 ~x86"
42 +IUSE="debug"
43 +
44 +RDEPEND=">=dev-libs/glib-2.42:2=
45 + >=x11-libs/gtk+-3.14:3=
46 + >=x11-libs/libnotify-0.7:=
47 + >=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
48 + >=xfce-base/libxfce4util-4.12:=
49 + >=xfce-base/xfconf-4.10:="
50 +DEPEND="${RDEPEND}
51 + dev-util/gdbus-codegen
52 + dev-util/intltool
53 + sys-devel/gettext
54 + virtual/pkgconfig"
55 +
56 +pkg_setup() {
57 + XFCONF=( $(xfconf_use_debug) )
58 + DOCS=( AUTHORS NEWS README TODO )
59 +}