Package Details: gromit-mpx-git 1.1.r25.ga506290-1

Package Base: gromit-mpx-git
Description: Desktop annotation tool. GTK3 multi-pointer variant of original gromit utility.
Upstream URL: https://github.com/bk138/gromit-mpx
Category: multimedia
Licenses: custom:public domain
Provides: gromit
Submitter: altercation
Maintainer: altercation
Last Packager: altercation
Votes: 1
First Submitted: 2012-11-01 04:53
Last Updated: 2015-03-25 05:54

Dependencies (1)

Required by (0)

Sources

Latest Comments

Comment by altercation

2015-04-08 02:21

Notes: you'll want a compositing manager most likely
Default config will be found at /etc/gromit-mpx/gromit-mpx.cfg
That config can be copied to ~/.gromit-mpx.cfg and customized
F9/Shift-F9 to toggle on/off.

Comment by altercation

2015-03-25 05:54

This isn't too far ahead of the 1.1 gromit-mpx package right now.

Comment by Alister.Hood

2013-08-31 06:42


# Contributor: Ethan Schoonover <es@ethanschoonover.com>
# Maintainer: Ethan Schoonover <es@ethanschoonover.com>
pkgname=gromit-mpx-git
pkgver=20130831
pkgrel=1
pkgdesc="An updated, multipointer GTK3 port of Gromit for screen drawing/annotation."
url="http://sourceforge.net/projects/gromit-mpx/"
arch=('i686' 'x86_64')
license=('GPL2')
depends=('gtk3')
conflicts=('gromit' 'gromit-mpx')
provides=('gromit-mpx')
source=('gromit-mpx-git::git://github.com/bk138/gromit-mpx.git')
md5sums=('SKIP')

build()
{
cd $pkgname
autoreconf --install
./configure --sysconfdir=/etc --prefix=/usr
make # build/compile from source
}

package()
{
cd $pkgname
make DESTDIR="${pkgdir}" install
}

# vim:set ts=2 sw=2 et:

Comment by Alister.Hood

2013-08-31 04:45

The source has also now moved to https://github.com/bk138/gromit-mpx.git

Comment by Alister.Hood

2013-08-02 04:36

It built OK for me, but it didn't install (I had gromit-mpx installed already) because of that comma you've got in the conflicts array. Please remove the comma.

Comment by altercation

2013-03-04 19:08

I won't be able to touch this for a while, but if you want to fix or take it over, I'd orphan it. Let me know.

Comment by barreiras

2013-03-04 19:07

i cant build with makepkg.

configure.ac:4: error: possibly undefined macro: AM_INIT_AUTOMAKE
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:6: error: possibly undefined macro: AM_CONFIG_HEADER
configure.ac:22: error: possibly undefined macro: AM_PROG_CC_STDC
configure.ac:23: error: possibly undefined macro: AM_PROG_CC_C_O
Running ./configure --enable-maintainer-mode ...
configure: WARNING: unrecognized options: --enable-maintainer-mode
./configure: line 1873: syntax error near unexpected token `gromit-mpx,'
./configure: line 1873: `AM_INIT_AUTOMAKE(gromit-mpx, 1.0)'

Comment by altercation

2012-12-13 08:22

Note that I'm currently using compton for compositing and gromit-mpx-git plays well with it.

Comment by altercation

2012-11-01 04:55

1. You will benefit from running a compositing manager (cairo-compmgr, compiz, xcompmgr) when using gromit-mpx. Performance will suffer otherwise.
2. `gromit-mpx &` in a terminal or in, for instance, your .xinitrc will get things started
3. Customization is through a .gromit-mpx.cfg file in $HOME. You can copy a sample config from /usr/local/etc/gromit-mpx/gromit-mpx.cfg to the dotfile in $HOME.
4. F9/Shift-F9 to toggle on/off.