Package Details: gromit-mpx-git 1.3.r26.g7c83680-1

Git Clone URL: https://aur.archlinux.org/gromit-mpx-git.git (read-only, click to copy)
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
Licenses: GPL2
Conflicts: gromit
Provides: gromit
Submitter: keenerd
Maintainer: keenerd
Last Packager: keenerd
Votes: 17
Popularity: 0.164702
First Submitted: 2015-11-06 12:08 (UTC)
Last Updated: 2020-05-25 04:06 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

aulonsal commented on 2021-05-25 14:41 (UTC) (edited on 2021-05-25 14:41 (UTC) by aulonsal)

Please explicitly specify the CMAKE Generator, 'Unix Makefiles', like so:

    cmake -G 'Unix Makefiles' -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr

as the build as it is now fails if the system has another Generator set as the default.

yochananmarqos commented on 2020-12-11 23:57 (UTC)

You'll need to use the following build flag otherwise the config file ends up in /usr/etc/:

-DCMAKE_INSTALL_SYSCONFDIR='/etc'

wuestengecko commented on 2020-06-06 11:38 (UTC)

Please add git to makedepends, otherwise building in a clean chroot fails.

==> Making package: gromit-mpx-git 1.3.r26.g7c83680-1 (Sat Jun  6 13:36:39 2020)
==> Retrieving sources...
  -> Updating gromit-mpx git repo...
Fetching origin
==> Validating source files with md5sums...
    gromit-mpx ... Skipped
==> ERROR: Cannot find the git package needed to handle git sources.

schlegel11 commented on 2020-05-07 22:41 (UTC)

Behind a firewall etc. it would be great to add also https to git source in PKGBUILD. If someone is currently behind a firewall or the git port is blocked in general add https in PKGBUILD line 15 like: ... source=("git+https://github.com/bk138/gromit-mpx.git") ...

keenerd commented on 2017-02-03 06:00 (UTC)

Thanks, that was good work.

micahscopes commented on 2017-02-02 22:22 (UTC)

I can confirm that E100's PKGBUILD works for me.

E100 commented on 2016-12-05 08:02 (UTC)

gromit-mpx 1.2 now requires cmake to build and libappindicator-gtk3 as a dependency. This is my first time making PKGBUILD, but after some searching I was able to make it build again. Here's my PKGBUILD: http://pastebin.com/aW58Gxpm