Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/drwright: drwright-3.5.0.ebuild ChangeLog
Date: Thu, 03 Oct 2013 20:42:52
Message-Id: 20131003204246.EB12E2004C@flycatcher.gentoo.org
1 pacho 13/10/03 20:42:46
2
3 Modified: ChangeLog
4 Added: drwright-3.5.0.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.26 gnome-extra/drwright/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/drwright/ChangeLog?rev=1.26&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/drwright/ChangeLog?rev=1.26&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/drwright/ChangeLog?r1=1.25&r2=1.26
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/drwright/ChangeLog,v
20 retrieving revision 1.25
21 retrieving revision 1.26
22 diff -u -r1.25 -r1.26
23 --- ChangeLog 29 Mar 2013 20:09:43 -0000 1.25
24 +++ ChangeLog 3 Oct 2013 20:42:46 -0000 1.26
25 @@ -1,6 +1,12 @@
26 # ChangeLog for gnome-extra/drwright
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/drwright/ChangeLog,v 1.25 2013/03/29 20:09:43 eva Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/drwright/ChangeLog,v 1.26 2013/10/03 20:42:46 pacho Exp $
30 +
31 +*drwright-3.5.0 (03 Oct 2013)
32 +
33 + 03 Oct 2013; Pacho Ramos <pacho@g.o> +drwright-3.5.0.ebuild,
34 + +files/drwright-3.5.0-gsd-3.5.patch, +files/drwright-3.5.0-gsd-3.7.patch:
35 + Version bump
36
37 29 Mar 2013; Gilles Dartiguelongue <eva@g.o> -drwright-3.2.4.ebuild:
38 Clean up old revision.
39 @@ -97,4 +103,3 @@
40
41 08 Jun 2003; Alastair Tse <liquidx@g.o> drwright-0.16.ebuild:
42 new version, thanks to Baptiste Mille-Mathias <bmm80@×××××××.com>.
43 -
44
45
46
47 1.1 gnome-extra/drwright/drwright-3.5.0.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/drwright/drwright-3.5.0.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/drwright/drwright-3.5.0.ebuild?rev=1.1&content-type=text/plain
51
52 Index: drwright-3.5.0.ebuild
53 ===================================================================
54 # Copyright 1999-2013 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $Header: /var/cvsroot/gentoo-x86/gnome-extra/drwright/drwright-3.5.0.ebuild,v 1.1 2013/10/03 20:42:46 pacho Exp $
57
58 EAPI=5
59 GCONF_DEBUG="no"
60 GNOME2_LA_PUNT="yes"
61
62 inherit autotools eutils gnome2
63
64 DESCRIPTION="Tool forcing you to take regular breaks to prevent RSI"
65 HOMEPAGE="http://git.gnome.org/browse/drwright"
66
67 LICENSE="GPL-2"
68 SLOT="0"
69 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
70 IUSE=""
71
72 RDEPEND="
73 >=dev-libs/glib-2.31.13:2
74 >=x11-libs/gtk+-3.0.0:3
75 >=x11-libs/gdk-pixbuf-2.25.3
76 >=gnome-base/gnome-settings-daemon-3.7.3
77 >=gnome-base/gnome-control-center-3.2
78 >=x11-libs/libnotify-0.7
79 media-libs/libcanberra[gtk3]
80 x11-libs/libX11
81 x11-libs/libXext
82 x11-libs/libXScrnSaver
83 "
84 DEPEND="${RDEPEND}
85 x11-proto/scrnsaverproto
86 sys-devel/gettext
87 >=dev-util/intltool-0.35.0
88 virtual/pkgconfig
89 || ( dev-util/gtk-builder-convert <=x11-libs/gtk+-2.24.10:2 )
90 "
91
92 src_prepare() {
93 # Patches from 'master' to allow compilation with latest gsd
94 epatch "${FILESDIR}/${P}-gsd-3.5.patch"
95 epatch "${FILESDIR}/${P}-gsd-3.7.patch"
96
97 eautoreconf
98 gnome2_src_prepare
99 }
100
101 src_configure() {
102 gnome2_src_configure --disable-static
103 }