Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vasil Yonkov (f0e45dcd08452ff0779d85e57bf1d55d1657410d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vasil Yonkov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vasil Yonkov (f0e45dcd08452ff0779d85e57bf1d55d1657410d)
  • Date: Sun, 3 Jan 2010 08:04:05 -0600

GIT changes to master grimoire by Vasil Yonkov <spirtbrat AT sourcemage.org>:

ChangeLog | 2 +
gnome2-apps/mousetweaks/BUILD | 5 +++
gnome2-apps/mousetweaks/CONFIGURE | 5 +++
gnome2-apps/mousetweaks/DEPENDS | 8 +++++
gnome2-apps/mousetweaks/DETAILS | 24
+++++++++++++++++
gnome2-apps/mousetweaks/HISTORY | 2 +
gnome2-apps/mousetweaks/mousetweaks-2.28.2.tar.bz2.sig |binary
7 files changed, 46 insertions(+)

New commits:
commit f0e45dcd08452ff0779d85e57bf1d55d1657410d
Author: Vasil Yonkov <spirtbrat AT sourcemage.org>
Commit: Vasil Yonkov <spirtbrat AT sourcemage.org>

gnome2-apps/mousetweaks: new spell, Mousetweaks is an Accessibility
Software

diff --git a/ChangeLog b/ChangeLog
index 55c3c8a..4b982ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
* gnome2-apps/empathy: new spell,
Empathy is a messaging program which supports text, voice, and
video chat and file transfers over many different protocols.
+ * gnome2-apps/mousetweaks: new spell,
+ Mousetweaks is an Accessibility Software

2010-01-02 Vasil Yonkov <spirtbrat AT sourcemage.org>
* gnome2-apps/hamster-applet: new spell,
diff --git a/gnome2-apps/mousetweaks/BUILD b/gnome2-apps/mousetweaks/BUILD
new file mode 100755
index 0000000..7197e4a
--- /dev/null
+++ b/gnome2-apps/mousetweaks/BUILD
@@ -0,0 +1,5 @@
+OPTS="$MTW_POINTER \
+ $MTW_DWELL \
+ $OPTS" &&
+
+default_build
diff --git a/gnome2-apps/mousetweaks/CONFIGURE
b/gnome2-apps/mousetweaks/CONFIGURE
new file mode 100755
index 0000000..6e509d5
--- /dev/null
+++ b/gnome2-apps/mousetweaks/CONFIGURE
@@ -0,0 +1,5 @@
+config_query_option MTW_POINTER "Build pointer-capture applet" y \
+ "--enable-pointer-capture" "--disable-pointer-capture" &&
+
+config_query_option MTW_DWELL "Build dwell-click applet" y \
+ "--enable-dwell-click" "--disable-dwell-click"
diff --git a/gnome2-apps/mousetweaks/DEPENDS b/gnome2-apps/mousetweaks/DEPENDS
new file mode 100755
index 0000000..779e719
--- /dev/null
+++ b/gnome2-apps/mousetweaks/DEPENDS
@@ -0,0 +1,8 @@
+depends gnome-panel &&
+depends at-spi &&
+depends libxtst &&
+
+optional_depends rarian \
+ "--enable-scrollkeeper" \
+ "--disable-scrollkeeper" \
+ "to register with rarian"
diff --git a/gnome2-apps/mousetweaks/DETAILS b/gnome2-apps/mousetweaks/DETAILS
new file mode 100755
index 0000000..f410136
--- /dev/null
+++ b/gnome2-apps/mousetweaks/DETAILS
@@ -0,0 +1,24 @@
+ SPELL=mousetweaks
+ VERSION=2.28.2
+ BRANCH=${VERSION:0:4}
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig:UPSTREAM_HASH"
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://live.gnome.org/Mousetweaks/Home";
+ LICENSE[0]=GPL
+ ENTERED=20100103
+ SHORT="Mousetweaks is an Accessibility Software"
+cat << EOF
+Mousetweaks is an Accessibility Software whose developement started as a
+GSoC 2007 project under Ubuntu and is part of GNOME since GNOME 2.22. It
+brings additional fonctionalities to the pointer that allow a user to:
+
+ * open the contextual menu by clicking and holding the left mousebutton;
+ 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
+EOF
diff --git a/gnome2-apps/mousetweaks/HISTORY b/gnome2-apps/mousetweaks/HISTORY
new file mode 100644
index 0000000..ceca131
--- /dev/null
+++ b/gnome2-apps/mousetweaks/HISTORY
@@ -0,0 +1,2 @@
+2010-01-03 Vasil Yonkov <spirtbrat AT sourcemage.org>
+ * BUILD, CONFIGURE, DEPENDS, DETAILS: spell created
diff --git a/gnome2-apps/mousetweaks/mousetweaks-2.28.2.tar.bz2.sig
b/gnome2-apps/mousetweaks/mousetweaks-2.28.2.tar.bz2.sig
new file mode 100644
index 0000000..e7f1e7d
Binary files /dev/null and
b/gnome2-apps/mousetweaks/mousetweaks-2.28.2.tar.bz2.sig differ



  • [SM-Commit] GIT changes to master grimoire by Vasil Yonkov (f0e45dcd08452ff0779d85e57bf1d55d1657410d), Vasil Yonkov, 01/03/2010

Archive powered by MHonArc 2.6.24.

Top of Page