Gentoo Archives: gentoo-commits

From: "Tiziano Mueller (dev-zero)" <dev-zero@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/gpointing-device-settings: ChangeLog gpointing-device-settings-1.5.1-r2.ebuild
Date: Thu, 24 Feb 2011 09:30:21
Message-Id: 20110224093011.9A95520054@flycatcher.gentoo.org
1 dev-zero 11/02/24 09:30:11
2
3 Modified: ChangeLog
4 Added: gpointing-device-settings-1.5.1-r2.ebuild
5 Log:
6 Added patch to fix crash on VT switch (bug #345343, thanks to Alexandre Rostovtsev for the patch and Robert Swain for the analysis), removed our own desktop entry (bug #345959).
7
8 (Portage version: 2.1.9.39/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.10 gnome-extra/gpointing-device-settings/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gpointing-device-settings/ChangeLog?rev=1.10&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gpointing-device-settings/ChangeLog?rev=1.10&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gpointing-device-settings/ChangeLog?r1=1.9&r2=1.10
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/gpointing-device-settings/ChangeLog,v
20 retrieving revision 1.9
21 retrieving revision 1.10
22 diff -u -r1.9 -r1.10
23 --- ChangeLog 13 Feb 2011 12:39:54 -0000 1.9
24 +++ ChangeLog 24 Feb 2011 09:30:11 -0000 1.10
25 @@ -1,6 +1,15 @@
26 # ChangeLog for gnome-extra/gpointing-device-settings
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gpointing-device-settings/ChangeLog,v 1.9 2011/02/13 12:39:54 pacho Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gpointing-device-settings/ChangeLog,v 1.10 2011/02/24 09:30:11 dev-zero Exp $
30 +
31 +*gpointing-device-settings-1.5.1-r2 (24 Feb 2011)
32 +
33 + 24 Feb 2011; Tiziano Müller <dev-zero@g.o>
34 + +gpointing-device-settings-1.5.1-r2.ebuild,
35 + +files/gpointing-device-settings-1.5.1-gsd-crash.patch:
36 + Added patch to fix crash on VT switch (bug #345343, thanks to Alexandre
37 + Rostovtsev for the patch and Robert Swain for the analysis), removed our own
38 + desktop entry (bug #345959).
39
40 13 Feb 2011; Pacho Ramos <pacho@g.o>
41 gpointing-device-settings-1.5.1.ebuild:
42
43
44
45 1.1 gnome-extra/gpointing-device-settings/gpointing-device-settings-1.5.1-r2.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gpointing-device-settings/gpointing-device-settings-1.5.1-r2.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gpointing-device-settings/gpointing-device-settings-1.5.1-r2.ebuild?rev=1.1&content-type=text/plain
49
50 Index: gpointing-device-settings-1.5.1-r2.ebuild
51 ===================================================================
52 # Copyright 1999-2011 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/gnome-extra/gpointing-device-settings/gpointing-device-settings-1.5.1-r2.ebuild,v 1.1 2011/02/24 09:30:11 dev-zero Exp $
55
56 EAPI="2"
57 GCONF_DEBUG="no"
58 inherit eutils gnome2
59
60 DESCRIPTION="A GTK+ based configuration utility for the synaptics driver"
61 HOMEPAGE="http://live.gnome.org/GPointingDeviceSettings"
62 SRC_URI="mirror://sourceforge.jp/gsynaptics/45812/${P}.tar.gz"
63
64 LICENSE="GPL-3"
65 SLOT="0"
66 KEYWORDS="~amd64 ~x86"
67 IUSE=""
68
69 # recent enough x11-base/xorg-server required
70 RDEPEND=">=dev-libs/glib-2.10
71 >=x11-libs/gtk+-2.14.0
72 >=gnome-base/gconf-2.24
73 >=gnome-base/gnome-settings-daemon-2.28
74 >=x11-libs/libXi-1.2
75 >=x11-libs/libX11-1.2.0
76 !<=x11-base/xorg-server-1.6.0
77 !gnome-extra/gsynaptics"
78 DEPEND="${RDEPEND}
79 >=dev-util/pkgconfig-0.19
80 >=dev-util/intltool-0.35.5"
81
82 DOCS="MAINTAINERS NEWS TODO"
83
84 src_prepare() {
85 epatch \
86 "${FILESDIR}/${P}-crash.patch" \
87 "${FILESDIR}/${P}-plugin.patch" \
88 "${FILESDIR}/${P}-reboot.patch" \
89 "${FILESDIR}/${P}-gtk22.patch" \
90 "${FILESDIR}/${P}-gsd-crash.patch"
91 gnome2_src_prepare
92 }