Gentoo Archives: gentoo-commits

From: "Saleem Abdulrasool (compnerd)" <compnerd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/gsynaptics: ChangeLog gsynaptics-0.9.13-r1.ebuild gsynaptics-0.9.13.ebuild
Date: Sun, 06 Jan 2008 05:58:17
Message-Id: E1JBMBy-0007LP-KY@stork.gentoo.org
1 compnerd 08/01/06 03:28:54
2
3 Modified: ChangeLog
4 Added: gsynaptics-0.9.13-r1.ebuild
5 Removed: gsynaptics-0.9.13.ebuild
6 Log:
7 add patch from Frittella Laurento for change in synaptics driver (bug #202501) and a patch to drop the libgnome dependency
8 (Portage version: 2.1.4_rc14)
9
10 Revision Changes Path
11 1.11 gnome-extra/gsynaptics/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gsynaptics/ChangeLog?rev=1.11&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gsynaptics/ChangeLog?rev=1.11&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gsynaptics/ChangeLog?r1=1.10&r2=1.11
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/gsynaptics/ChangeLog,v
20 retrieving revision 1.10
21 retrieving revision 1.11
22 diff -u -r1.10 -r1.11
23 --- ChangeLog 6 Jan 2008 03:18:19 -0000 1.10
24 +++ ChangeLog 6 Jan 2008 03:28:54 -0000 1.11
25 @@ -1,6 +1,15 @@
26 # ChangeLog for gnome-extra/gsynaptics
27 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gsynaptics/ChangeLog,v 1.10 2008/01/06 03:18:19 compnerd Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gsynaptics/ChangeLog,v 1.11 2008/01/06 03:28:54 compnerd Exp $
30 +
31 +*gsynaptics-0.9.13-r1 (06 Jan 2008)
32 +
33 + 06 Jan 2008; Saleem Abdulrasool <compnerd@g.o>
34 + +files/gsynaptics-0.9.13-CoastingSpeedThreshold.patch,
35 + +files/gsynaptics-0.9.13-no-libgnome.patch, -gsynaptics-0.9.13.ebuild,
36 + +gsynaptics-0.9.13-r1.ebuild:
37 + Add no-libgnome patch by myself, and CoastingSpeedThreshold patch (bug
38 + #202501) from Frittella Laurento
39
40 06 Jan 2008; Saleem Abdulrasool <compnerd@g.o>
41 -gsynaptics-0.9.7.ebuild:
42
43
44
45 1.1 gnome-extra/gsynaptics/gsynaptics-0.9.13-r1.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gsynaptics/gsynaptics-0.9.13-r1.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gsynaptics/gsynaptics-0.9.13-r1.ebuild?rev=1.1&content-type=text/plain
49
50 Index: gsynaptics-0.9.13-r1.ebuild
51 ===================================================================
52 # Copyright 1999-2008 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/gnome-extra/gsynaptics/gsynaptics-0.9.13-r1.ebuild,v 1.1 2008/01/06 03:28:54 compnerd Exp $
55
56 inherit autotools eutils gnome2
57
58 DESCRIPTION="A GTK+ based configuration utility for the synaptics driver"
59 HOMEPAGE="http://gsynaptics.sourceforge.jp/"
60 SRC_URI="mirror://sourceforge.jp/${PN}/28322/${P}.tar.gz"
61
62 LICENSE="GPL-2"
63 SLOT="0"
64 KEYWORDS="~amd64 ~x86"
65 IUSE=""
66
67 DEPEND=">=dev-libs/glib-2.10
68 >=x11-libs/gtk+-2.6.0
69 >=gnome-base/gconf-2.0
70 >=gnome-base/libglade-2"
71 RDEPEND="${DEPEND}
72 >=dev-util/pkgconfig-0.19
73 sys-devel/gettext"
74
75 DOCS="AUTHORS ChangeLog NEWS README TODO"
76
77 src_unpack() {
78 gnome2_src_unpack
79
80 cd "${S}"
81 epatch "${FILESDIR}/${P}-no-libgnome.patch"
82 epatch "${FILESDIR}/${P}-CoastingSpeedThreshold.patch"
83 eautoreconf
84 }
85
86 pkg_postinst() {
87 gnome2_pkg_postinst
88
89 echo
90 elog "Ensure that the following line is in the InputDevice section in"
91 elog "your X config file (/etc/X11/xorg.conf):"
92 elog
93 elog "Option \"SHMConfig\" \"on\""
94 elog
95 echo
96 elog "You need to add gsynaptics-init to your session to restore your"
97 elog "settings the next time you log into GNOME:"
98 elog "Desktop -> Preferences -> Sessions -> Start Programs -> Add"
99 echo
100 }
101
102
103
104 --
105 gentoo-commits@l.g.o mailing list