commit: e83db2df84f3c0ab26f76b47e7ebc10ffa18c055 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> AuthorDate: Sat Apr 12 20:23:47 2014 +0000 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> CommitDate: Sun Apr 13 00:20:03 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=e83db2df
gnome-extra/mousetweaks: 3.10.0 → 3.12.0 --- gnome-extra/mousetweaks/mousetweaks-3.12.0.ebuild | 31 +++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/gnome-extra/mousetweaks/mousetweaks-3.12.0.ebuild b/gnome-extra/mousetweaks/mousetweaks-3.12.0.ebuild new file mode 100644 index 0000000..6ae0862 --- /dev/null +++ b/gnome-extra/mousetweaks/mousetweaks-3.12.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="5" +GCONF_DEBUG="no" + +inherit gnome2 + +DESCRIPTION="Mouse accessibility enhancements for the GNOME desktop" +HOMEPAGE="http://live.gnome.org/Mousetweaks/Home" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +RDEPEND=" + >=dev-libs/glib-2.25.9:2 + >=x11-libs/gtk+-3:3 + >=gnome-base/gsettings-desktop-schemas-0.1 + + x11-libs/libX11 + x11-libs/libXtst + x11-libs/libXfixes + x11-libs/libXcursor +" +DEPEND="${RDEPEND} + >=dev-util/intltool-0.40 + virtual/pkgconfig +"
