diff options
author | Saleem Abdulrasool <compnerd@gentoo.org> | 2006-12-01 07:51:22 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@gentoo.org> | 2006-12-01 07:51:22 +0000 |
commit | fb835c0d75adc27018272f704f996ee25ba2b12c (patch) | |
tree | 8b6995be48060862007d0c546398e036d5012d6d /gnome-extra | |
parent | Version bump (#156728). (diff) | |
download | gentoo-2-fb835c0d75adc27018272f704f996ee25ba2b12c.tar.gz gentoo-2-fb835c0d75adc27018272f704f996ee25ba2b12c.tar.bz2 gentoo-2-fb835c0d75adc27018272f704f996ee25ba2b12c.zip |
version bump
(Portage version: 2.1.2_rc2-r3)
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/gsynaptics/ChangeLog | 8 | ||||
-rw-r--r-- | gnome-extra/gsynaptics/files/digest-gsynaptics-0.9.10 | 3 | ||||
-rw-r--r-- | gnome-extra/gsynaptics/gsynaptics-0.9.10.ebuild | 39 |
3 files changed, 49 insertions, 1 deletions
diff --git a/gnome-extra/gsynaptics/ChangeLog b/gnome-extra/gsynaptics/ChangeLog index 4cd1fae13348..41baa7479578 100644 --- a/gnome-extra/gsynaptics/ChangeLog +++ b/gnome-extra/gsynaptics/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for gnome-extra/gsynaptics # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gsynaptics/ChangeLog,v 1.2 2006/07/26 15:57:14 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gsynaptics/ChangeLog,v 1.3 2006/12/01 07:51:22 compnerd Exp $ + +*gsynaptics-0.9.10 (01 Dec 2006) + + 01 Dec 2006; Saleem Abdulrasool <compnerd@gentoo.org> + +gsynaptics-0.9.10.ebuild: + Version bump from upstream 26 Jul 2006; Saleem Abdulrasool <compnerd@gentoo.org> gsynaptics-0.9.7.ebuild: diff --git a/gnome-extra/gsynaptics/files/digest-gsynaptics-0.9.10 b/gnome-extra/gsynaptics/files/digest-gsynaptics-0.9.10 new file mode 100644 index 000000000000..424cf1014aca --- /dev/null +++ b/gnome-extra/gsynaptics/files/digest-gsynaptics-0.9.10 @@ -0,0 +1,3 @@ +MD5 1996863c6f81c98e6384d3a52fdc61b7 gsynaptics-0.9.10.tar.gz 386398 +RMD160 ec705e0fdaf5fc7486849ee1fcb4defe5c1852b5 gsynaptics-0.9.10.tar.gz 386398 +SHA256 db477e50e02ffb397e1afb57690bdf478dc3f34ea7f6740b0c9f53bf79b15701 gsynaptics-0.9.10.tar.gz 386398 diff --git a/gnome-extra/gsynaptics/gsynaptics-0.9.10.ebuild b/gnome-extra/gsynaptics/gsynaptics-0.9.10.ebuild new file mode 100644 index 000000000000..d3b4619c7c67 --- /dev/null +++ b/gnome-extra/gsynaptics/gsynaptics-0.9.10.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gsynaptics/gsynaptics-0.9.10.ebuild,v 1.1 2006/12/01 07:51:22 compnerd Exp $ + +inherit gnome2 + +DESCRIPTION="A GTK+ based configuration utility for the synaptics driver" +HOMEPAGE="http://gsynaptics.sourceforge.jp/" +SRC_URI="mirror://sourceforge.jp/${PN}/22897/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND=">=x11-libs/gtk+-2.6.0 + >=gnome-base/libglade-2 + >=gnome-base/libgnomeui-2" +RDEPEND="${DEPEND} + >=dev-util/pkgconfig-0.19 + sys-devel/gettext" + +DOCS="AUTHORS ChangeLog NEWS README TODO" + +pkg_postinst() { + gnome2_pkg_postinst + + echo + einfo "Ensure that the following line is in the InputDevice section in" + einfo "your X config file (/etc/X11/xorg.conf):" + einfo + einfo "Option \"SHMConfig\" \"on\"" + einfo + echo + einfo "You need to add gsynaptics-init to your session to restore your" + einfo "settings the next time you log into GNOME:" + einfo "Desktop -> Preferences -> Sessions -> Start Programs -> Add" + echo +} |