Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-notifyd: ChangeLog xfce4-notifyd-0.2.0-r1.ebuild
Date: Thu, 02 Dec 2010 17:08:48
Message-Id: 20101202170837.0AA8620054@flycatcher.gentoo.org
1 ssuominen 10/12/02 17:08:36
2
3 Modified: ChangeLog
4 Added: xfce4-notifyd-0.2.0-r1.ebuild
5 Log:
6 Upstream patch to fix loading of icons with path (#6895).
7
8 (Portage version: 2.2.0_alpha6/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.7 xfce-extra/xfce4-notifyd/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-notifyd/ChangeLog?rev=1.7&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-notifyd/ChangeLog?rev=1.7&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-notifyd/ChangeLog?r1=1.6&r2=1.7
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notifyd/ChangeLog,v
20 retrieving revision 1.6
21 retrieving revision 1.7
22 diff -u -r1.6 -r1.7
23 --- ChangeLog 28 Nov 2010 11:30:40 -0000 1.6
24 +++ ChangeLog 2 Dec 2010 17:08:36 -0000 1.7
25 @@ -1,6 +1,13 @@
26 # ChangeLog for xfce-extra/xfce4-notifyd
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notifyd/ChangeLog,v 1.6 2010/11/28 11:30:40 ssuominen Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notifyd/ChangeLog,v 1.7 2010/12/02 17:08:36 ssuominen Exp $
30 +
31 +*xfce4-notifyd-0.2.0-r1 (02 Dec 2010)
32 +
33 + 02 Dec 2010; Samuli Suominen <ssuominen@g.o>
34 + +xfce4-notifyd-0.2.0-r1.ebuild,
35 + +files/xfce4-notifyd-0.2.0-load_icon_with_path.patch:
36 + Upstream patch to fix loading of icons with path (#6895).
37
38 *xfce4-notifyd-0.2.0 (28 Nov 2010)
39
40
41
42
43 1.1 xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.0-r1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.0-r1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.0-r1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: xfce4-notifyd-0.2.0-r1.ebuild
49 ===================================================================
50 # Copyright 1999-2010 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.0-r1.ebuild,v 1.1 2010/12/02 17:08:36 ssuominen Exp $
53
54 EAPI=3
55 inherit xfconf
56
57 DESCRIPTION="A simple notification daemon for Xfce4"
58 HOMEPAGE="http://goodies.xfce.org/projects/applications/xfce4-notifyd"
59 SRC_URI="mirror://xfce/src/apps/${PN}/0.2/${P}.tar.bz2"
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~amd64 ~x86"
64 IUSE="debug"
65
66 RDEPEND="xfce-base/libxfce4util
67 xfce-base/libxfce4ui
68 xfce-base/xfconf
69 >=x11-libs/gtk+-2.14:2
70 >=sys-apps/dbus-1.4.0
71 >=dev-libs/dbus-glib-0.88
72 !<x11-libs/libnotify-0.4.5
73 !x11-misc/notification-daemon"
74 DEPEND="${RDEPEND}
75 dev-util/pkgconfig
76 dev-util/intltool
77 sys-devel/gettext"
78
79 pkg_setup() {
80 PATCHES=( "${FILESDIR}"/${P}-load_icon_with_path.patch )
81
82 XFCONF=(
83 --disable-dependency-tracking
84 $(xfconf_use_debug)
85 )
86
87 DOCS="AUTHORS NEWS README TODO"
88 }