Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/gpointing-device-settings: metadata.xml ChangeLog gpointing-device-settings-1.3.2.ebuild
Date: Tue, 29 Sep 2009 15:32:40
Message-Id: E1Msegw-0003dg-Tl@stork.gentoo.org
1 pva 09/09/29 15:32:38
2
3 Added: metadata.xml ChangeLog
4 gpointing-device-settings-1.3.2.ebuild
5 Log:
6 Initial import, fixes bug #283555. Thank Oldrich Jedlicka and wayne for help.
7 (Portage version: 2.2_rc41/cvs/Linux i686)
8
9 Revision Changes Path
10 1.1 gnome-extra/gpointing-device-settings/metadata.xml
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gpointing-device-settings/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gpointing-device-settings/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <herd>no-herd</herd>
21 <maintainer>
22 <email>pva@g.o</email>
23 <name>Peter Volkov</name>
24 </maintainer>
25 </pkgmetadata>
26
27
28
29 1.1 gnome-extra/gpointing-device-settings/ChangeLog
30
31 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gpointing-device-settings/ChangeLog?rev=1.1&view=markup
32 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gpointing-device-settings/ChangeLog?rev=1.1&content-type=text/plain
33
34 Index: ChangeLog
35 ===================================================================
36 # ChangeLog for gnome-extra/gpointing-device-settings
37 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
38 # $Header: /var/cvsroot/gentoo-x86/gnome-extra/gpointing-device-settings/ChangeLog,v 1.1 2009/09/29 15:32:38 pva Exp $
39
40 *gpointing-device-settings-1.3.2 (29 Sep 2009)
41
42 29 Sep 2009; Peter Volkov <pva@g.o>
43 +gpointing-device-settings-1.3.2.ebuild, +metadata.xml:
44 Initial import, fixes bug #283555. Thank Oldrich Jedlicka and wayne for
45 help.
46
47
48
49
50 1.1 gnome-extra/gpointing-device-settings/gpointing-device-settings-1.3.2.ebuild
51
52 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gpointing-device-settings/gpointing-device-settings-1.3.2.ebuild?rev=1.1&view=markup
53 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gpointing-device-settings/gpointing-device-settings-1.3.2.ebuild?rev=1.1&content-type=text/plain
54
55 Index: gpointing-device-settings-1.3.2.ebuild
56 ===================================================================
57 # Copyright 1999-2009 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 # $Header: /var/cvsroot/gentoo-x86/gnome-extra/gpointing-device-settings/gpointing-device-settings-1.3.2.ebuild,v 1.1 2009/09/29 15:32:38 pva Exp $
60
61 GCONF_DEBUG="no"
62 inherit eutils gnome2
63
64 DESCRIPTION="A GTK+ based configuration utility for the synaptics driver"
65 HOMEPAGE="http://gsynaptics.sourceforge.jp/"
66 SRC_URI="mirror://sourceforge.jp/gsynaptics/43803/${P}.tar.gz"
67
68 LICENSE="GPL-3"
69 SLOT="0"
70 KEYWORDS="~amd64 ~x86"
71 IUSE=""
72
73 # >=gnome-base/gnome-control-center-2.27.4 has touchpad configuration keys,
74 # which are different from the keys this package provides.
75 # recent enough x11-base/xorg-server required
76 RDEPEND=">=dev-libs/glib-2.10
77 >=x11-libs/gtk+-2.14.0
78 >=gnome-base/gconf-2.24
79 >=x11-libs/libXi-1.2
80 !<=x11-base/xorg-server-1.6.0
81 !gnome-extra/gsynaptics
82 !>=gnome-base/gnome-control-center-2.27.4"
83 DEPEND="${RDEPEND}
84 >=dev-util/pkgconfig-0.19
85 >=dev-util/intltool-0.35.5"
86
87 DOCS="MAINTAINERS NEWS TODO"
88
89 src_install() {
90 gnome2_src_install
91
92 doicon data/touchpad.png
93 make_desktop_entry gpointing-device-settings \
94 gpointing-device-settings \
95 touchpad \
96 'GNOME;GTK;Settings;HardwareSettings'
97 }