diff options
author | Samuli Suominen <drac@gentoo.org> | 2007-02-11 19:50:31 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2007-02-11 19:50:31 +0000 |
commit | 67580477c6efe5e8b33d1f0478cfab4eff1e8af9 (patch) | |
tree | bde2715cef30f59c31518ae7b4ab9738a9ea872e /xfce-extra/gsynaptics-mcs-plugin/gsynaptics-mcs-plugin-1.0.0.ebuild | |
parent | To avoid autodetection caps should be explicetly disabled. Thank Martin Bays ... (diff) | |
download | gentoo-2-67580477c6efe5e8b33d1f0478cfab4eff1e8af9.tar.gz gentoo-2-67580477c6efe5e8b33d1f0478cfab4eff1e8af9.tar.bz2 gentoo-2-67580477c6efe5e8b33d1f0478cfab4eff1e8af9.zip |
Initial commit. Xfce MCS Plugin which more or less controls gsynaptics thru MCS Settings.
(Portage version: 2.1.2-r9)
Diffstat (limited to 'xfce-extra/gsynaptics-mcs-plugin/gsynaptics-mcs-plugin-1.0.0.ebuild')
-rw-r--r-- | xfce-extra/gsynaptics-mcs-plugin/gsynaptics-mcs-plugin-1.0.0.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/xfce-extra/gsynaptics-mcs-plugin/gsynaptics-mcs-plugin-1.0.0.ebuild b/xfce-extra/gsynaptics-mcs-plugin/gsynaptics-mcs-plugin-1.0.0.ebuild new file mode 100644 index 000000000000..05176b65d834 --- /dev/null +++ b/xfce-extra/gsynaptics-mcs-plugin/gsynaptics-mcs-plugin-1.0.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/gsynaptics-mcs-plugin/gsynaptics-mcs-plugin-1.0.0.ebuild,v 1.1 2007/02/11 19:50:31 drac Exp $ + +inherit xfce44 + +xfce44 + +DESCRIPTION="a simple MCS plugin that starts gsynaptics and launches gsynaptics-init" +HOMEPAGE="http://goodies.xfce.org/projects/mcs-plugins/gsynaptics-mcs-plugin" +SRC_URI="http://goodies.xfce.org/releases/${PN}/${P}${COMPRESS}" + +KEYWORDS="~x86" +IUSE="debug" + +RDEPEND=">=xfce-base/xfce-mcs-manager-${XFCE_MASTER_VERSION} + >=xfce-base/libxfcegui4-${XFCE_MASTER_VERSION} + gnome-extra/gsynaptics" +DEPEND="${RDEPEND} + dev-util/intltool" + +DOCS="AUTHORS ChangeLog NEWS README" |