summaryrefslogtreecommitdiff
path: root/gnome-extra/mousetweaks
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /gnome-extra/mousetweaks
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'gnome-extra/mousetweaks')
-rw-r--r--gnome-extra/mousetweaks/Manifest3
-rw-r--r--gnome-extra/mousetweaks/metadata.xml22
-rw-r--r--gnome-extra/mousetweaks/mousetweaks-3.12.0.ebuild30
3 files changed, 55 insertions, 0 deletions
diff --git a/gnome-extra/mousetweaks/Manifest b/gnome-extra/mousetweaks/Manifest
new file mode 100644
index 000000000000..5cb9ddf22bcf
--- /dev/null
+++ b/gnome-extra/mousetweaks/Manifest
@@ -0,0 +1,3 @@
+DIST mousetweaks-3.12.0.tar.xz 287236 BLAKE2B e0036131b3f6066b0fdb8dfb92531d1e1c1c1366c14f6016a8c41333892d85b6c7f11a754d82d0f3227b57b80d7bb72f3e0f0264c422fcda5451205ee3fc75a8 SHA512 9e2180ad6ba1abec34a4e2846c31d9195c835a60657be146f2d9526a9c08b1fa4d5b42003203d7c94ec38066a99f10bcd37057d113c4c57f3e401199138de1c0
+EBUILD mousetweaks-3.12.0.ebuild 613 BLAKE2B 76029c315fd57279884b55c9314bbaf63919a18026d6090d0b05ad548ef28b00d9d083dab77723f76d40b526db0dab25a29f8859262cef7dbe799c133c5b91e9 SHA512 eecf107a61829cec3dce73c205b6c143137f86226b139f1b8db85285a7b147ff576a69b800ba5b31038cbd4cd77e466a981f81b38334ce05fe395a789ec04ffd
+MISC metadata.xml 992 BLAKE2B 4949c671cddff34432cb834515eb2a320e229b92d7d7978195497a027984e8d26545f12b2287a3655dcadd2fcf6f7d0a77a5b1d037af58a5d242b031203f27a0 SHA512 81582de18c045117b2b854561e628cc80ee942179a187787dbaefe835d0498139b05fe5486cbabdb1fbfe0c399be230c5c3cc2a7c18c5de8cf465642873b8f27
diff --git a/gnome-extra/mousetweaks/metadata.xml b/gnome-extra/mousetweaks/metadata.xml
new file mode 100644
index 000000000000..9c5233005cb2
--- /dev/null
+++ b/gnome-extra/mousetweaks/metadata.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>gnome@gentoo.org</email>
+ <name>Gentoo GNOME Desktop</name>
+ </maintainer>
+ <longdescription lang="en">
+ Mousetweaks is an Accessibility Software whose developement started as a GSoC
+ 2007 project under Ubuntu. It brings additional fonctionalities to the pointer
+ that allow a user to:
+
+ * open the contextual menu by clicking and holding the left button; it is
+ * for example useful for users that can manipulate only one button
+ * perform the 4 click types (left click, double click, drag click and
+ * right click) by software; it is for example useful for users that are
+ * not able to manipulate any button
+ * to lock the pointer temporarily into an area on the screen; it is
+ * for example useful for people that have to use their pointing
+ * hardware not only for the computer
+ </longdescription>
+</pkgmetadata>
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 000000000000..72ef40bdea12
--- /dev/null
+++ b/gnome-extra/mousetweaks/mousetweaks-3.12.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+GCONF_DEBUG="no"
+
+inherit gnome2
+
+DESCRIPTION="Mouse accessibility enhancements for the GNOME desktop"
+HOMEPAGE="https://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[X]
+ >=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
+"