Browse Source
desktop/gromit-mpx: Updated for version 1.7.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/288/head
slackjeff
7 months ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with
17 additions and
8 deletions
-
desktop/gromit-mpx/README
-
desktop/gromit-mpx/gromit-mpx.SlackBuild
-
desktop/gromit-mpx/gromit-mpx.info
|
|
@ -1,3 +1,12 @@ |
|
|
|
Gromit-MPX is an on-screen annotation tool that works with any |
|
|
|
Unix desktop environment under X11 as well as Wayland. |
|
|
|
Its main use is for making presentations of some application. |
|
|
|
|
|
|
|
How Use: |
|
|
|
|
|
|
|
F9: toggle painting |
|
|
|
SHIFT-F9: clear screen |
|
|
|
CTRL-F9: toggle visibility |
|
|
|
ALT-F9: quit Gromit-MPX |
|
|
|
F8: undo last stroke |
|
|
|
SHIFT-F8: redo last undone stroke |
|
|
@ -1,6 +1,6 @@ |
|
|
|
#!/bin/bash |
|
|
|
# Slackware build script for manaplus |
|
|
|
# Copyright 2018 Jefferson Carneiro <slackjeff@riseup.net> |
|
|
|
# Copyright 2018 slackjeff <slackjeff@riseup.net> |
|
|
|
# All rights reserved. |
|
|
|
# |
|
|
|
# Redistribution and use of this script, with or without modification, is |
|
|
@ -23,8 +23,9 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=gromit-mpx |
|
|
|
VERSION=${VERSION:-1.5.1} |
|
|
|
VERSION=${VERSION:-1.7.0} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
DOCS="AUTHORS CONTRIBUTING.md ChangeLog README.md COPYING NEWS.md" |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
|
@ -74,6 +75,7 @@ find -L . \ |
|
|
|
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ |
|
|
|
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; |
|
|
|
|
|
|
|
# Build |
|
|
|
mkdir -p build |
|
|
|
cd build |
|
|
|
cmake \ |
|
|
@ -96,9 +98,7 @@ for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; r |
|
|
|
|
|
|
|
rm -rf $PKG/usr/share/doc |
|
|
|
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION |
|
|
|
cp -a \ |
|
|
|
AUTHORS COPYING ChangeLog NEWS.md README.md \ |
|
|
|
$PKG/usr/doc/$PRGNAM-$VERSION |
|
|
|
cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION |
|
|
|
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild |
|
|
|
|
|
|
|
mkdir -p $PKG/install |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="gromit-mpx" |
|
|
|
VERSION="1.5.1" |
|
|
|
VERSION="1.7.0" |
|
|
|
HOMEPAGE="https://github.com/bk138/gromit-mpx" |
|
|
|
DOWNLOAD="https://github.com/bk138/gromit-mpx/archive/1.5.1/gromit-mpx-1.5.1.tar.gz" |
|
|
|
MD5SUM="324ed59458add9c8a6eabd9764233c19" |
|
|
|
DOWNLOAD="https://github.com/bk138/gromit-mpx/archive/1.7.0/gromit-mpx-1.7.0.tar.gz" |
|
|
|
MD5SUM="045626b36cb6ec75014415f1e393008d" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="" |
|
|
|