diff options
author | B. Watson <yalhcru@gmail.com> | 2021-09-10 23:39:56 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:52:21 +0700 |
commit | da97a2218875ecd3a68c11776a2d3d299b062b69 (patch) | |
tree | 53cbc5be89dd7728ca055748335e07c490c74a07 /multimedia/vkeybd | |
parent | 809feb791c1d8decd377eed36d4c9fb0db44c9ba (diff) |
multimedia/vkeybd: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia/vkeybd')
-rw-r--r-- | multimedia/vkeybd/README | 16 | ||||
-rw-r--r-- | multimedia/vkeybd/vkeybd.SlackBuild | 3 | ||||
-rw-r--r-- | multimedia/vkeybd/vkeybd.info | 2 |
3 files changed, 9 insertions, 12 deletions
diff --git a/multimedia/vkeybd/README b/multimedia/vkeybd/README index d995e0173c6b..58fb76f8176e 100644 --- a/multimedia/vkeybd/README +++ b/multimedia/vkeybd/README @@ -1,13 +1,13 @@ vkeybd (virtual piano keyboard) -vkeybd is a virtual keyboard for AWE/OSS, MIDI/OSS and ALSA drivers. It is -a simple fake of a MIDI keyboard on X-window system. Enjoy music with your -mouse and computer keyboard. +vkeybd is a virtual keyboard for AWE/OSS, MIDI/OSS and ALSA +drivers. It is a simple fake of a MIDI keyboard on X-window +system. Enjoy music with your mouse and computer keyboard. -Make sure to have a MIDI synth configured in order to play music with this -program - if you use the optional dependency TiMidity++, for example, run -it in ALSA server mode (timidity -iA) before starting vkeybd, then use -aconnect to link the ALSA sequencer input (vkeybd) and output (timidity) -ports. +Make sure to have a MIDI synth configured in order to play music +with this program - if you use the optional dependency TiMidity++, +for example, run it in ALSA server mode (timidity -iA) before starting +vkeybd, then use aconnect to link the ALSA sequencer input (vkeybd) +and output (timidity) ports. Also, you may want to provide a custom keymap to vkeybd (~/.vkeybdmap) diff --git a/multimedia/vkeybd/vkeybd.SlackBuild b/multimedia/vkeybd/vkeybd.SlackBuild index 3f84c1cf908d..47196ee693da 100644 --- a/multimedia/vkeybd/vkeybd.SlackBuild +++ b/multimedia/vkeybd/vkeybd.SlackBuild @@ -36,9 +36,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 diff --git a/multimedia/vkeybd/vkeybd.info b/multimedia/vkeybd/vkeybd.info index 3da80ed62bdc..0fc2a4e5652e 100644 --- a/multimedia/vkeybd/vkeybd.info +++ b/multimedia/vkeybd/vkeybd.info @@ -1,7 +1,7 @@ PRGNAM="vkeybd" VERSION="0.1.18d" HOMEPAGE="https://github.com/tiwai/vkeybd" -DOWNLOAD="http://ftp.osuosl.org/pub/gentoo/distfiles/vkeybd-0.1.18d.tar.bz2" +DOWNLOAD="https://ftp.osuosl.org/pub/gentoo/distfiles/vkeybd-0.1.18d.tar.bz2" MD5SUM="5c7bd16e2903866f949879b885953a2b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |