debian/0000775000000000000000000000000012243645077007202 5ustar debian/patches/0000775000000000000000000000000012243645066010627 5ustar debian/patches/0001-manpage-hotkey.patch0000664000000000000000000000253512243645066015144 0ustar From: "Barak A. Pearlmutter" Date: Fri, 22 Nov 2013 11:50:29 +0000 Subject: manpage hotkey The Debian package uses "Pause" as the default hotkey, for compatibility with the old gromit package, and also because (to be honest) I personally use F9 for something else. This patch document the change in gromit-mpx(1). --- gromit-mpx.1 | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/gromit-mpx.1 b/gromit-mpx.1 index cc007f6..30a9a41 100644 --- a/gromit-mpx.1 +++ b/gromit-mpx.1 @@ -33,20 +33,21 @@ Gromit-MPX is activated by either a hotkey or a repeated invocation of Gromit-MP (the latter can e.g. used by other applications or your windowmanager). .br .SH KEYBOARD CONTROL -By default, Gromit-MPX grabs the "F9" key (this can be changed using the -"\-\-key" option), making it unavailable to other application. The -available shortcuts are: +By default, Gromit-MPX grabs the "Pause" key, making it unavailable to +other applications. (The use of "Pause" is Debian-specific: the +upstream package uses "F9". The hotkey can be changed using the +"\-\-key" option.) The available shortcuts are: .TP -.B F9 +.B Pause toggle painting .TP -.B SHIFT-F9 +.B SHIFT-Pause clear screen .TP -.B CTRL-F9 +.B CTRL-Pause toggle visibility .TP -.B ALT-F9 +.B ALT-Pause quit Gromit-MPX .PP .SH OPTIONS (STARTUP) debian/patches/series0000664000000000000000000000003212243645066012037 0ustar 0001-manpage-hotkey.patch debian/source/0000775000000000000000000000000012243645066010500 5ustar debian/source/format0000664000000000000000000000001412243645066011706 0ustar 3.0 (quilt) debian/control0000664000000000000000000000156412243645066010611 0ustar Source: gromit-mpx Section: x11 Priority: optional Maintainer: Barak A. Pearlmutter Build-Depends: debhelper (>= 9), dh-autoreconf, libgtk-3-dev Standards-Version: 3.9.5 Homepage: https://github.com/bk138/gromit-mpx Vcs-Git: git://anonscm.debian.org/collab-maint/gromit-mpx.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/gromit-mpx.git Package: gromit-mpx Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: GTK based tool to make annotations on screen with multiple pointers Gromit-MPX enables you to make annotations on your screen using multiple pointing devices at once. . This is especially useful when making presentations, to highlight things or point out things of interest. . Gromit-MPX is XInput-Aware, so if you have a graphic tablet you can draw lines with different strength, color, erase things, etc. debian/changelog0000664000000000000000000000061612243645066011055 0ustar gromit-mpx (1.1-2) unstable; urgency=low * Document changing default hotkey, in Debian, to Pause (closes: #730182) * Update debian/control: bump policy version, update repo url -- Barak A. Pearlmutter Fri, 22 Nov 2013 12:10:59 +0000 gromit-mpx (1.1-1) unstable; urgency=low * Initial release -- Barak A. Pearlmutter Tue, 20 Aug 2013 00:53:30 +0200 debian/copyright0000664000000000000000000000241612243645066011136 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: gromit-mpx Upstream-Contact: Christian Beier Source: https://github.com/bk138/gromit-mpx git://github.com/bk138/gromit-mpx License: GPL-2+ Files: * Copyright: 2000 Simon Budig 2009, 2010 Christian Beier License: GPL-2+ Files: debian/* Copyright: 2010, 2011 Christian Beier 2013 Barak A. Pearlmutter License: GPL-2+ License: GPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". and the complete text of the GNU General Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". debian/compat0000664000000000000000000000000212243645066010376 0ustar 9 debian/menu0000664000000000000000000000046212243645066010071 0ustar ?package(gromit-mpx): \ needs="X11" \ section="Applications/Graphics" \ title="Gromit-MPX" \ command="/usr/bin/gromit-mpx" \ description="On screen display annotator" \ hints="X11" \ icon="/usr/share/pixmaps/gromit-mpx.xpm" \ longtitle="Gromit-MPX Annotation Tool" debian/docs0000664000000000000000000000000512243645066010046 0ustar TODO debian/rules0000775000000000000000000000043412243645066010261 0ustar #!/usr/bin/make -f %: dh $@ --with autoreconf --parallel export CPPFLAGS=-DDEFAULT_HOTKEY='"Pause"' override_dh_auto_install: dh_auto_install echo "Installed later under different name by dh_installchangelogs:" rm --verbose debian/gromit-mpx/usr/share/doc/gromit-mpx/ChangeLog debian/watch0000664000000000000000000000016012243645066010226 0ustar version=3 http://githubredir.debian.net/github/bk138/gromit-mpx \ /github/bk138/gromit-mpx/([0-9.]*)\.tar\.gz