Search Criteria
Package Details: gtypist 2.9.5-8
Package Actions
Git Clone URL: | https://aur.archlinux.org/gtypist.git (read-only, click to copy) |
---|---|
Package Base: | gtypist |
Description: | Universal typing tutor |
Upstream URL: | http://www.gnu.org/software/gtypist/gtypist.html |
Licenses: | GPL-3.0-or-later |
Submitter: | xyproto |
Maintainer: | vitaliikuzhdin |
Last Packager: | vitaliikuzhdin |
Votes: | 22 |
Popularity: | 0.59 |
First Submitted: | 2019-03-27 09:20 (UTC) |
Last Updated: | 2024-10-24 11:15 (UTC) |
Dependencies (4)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- ncurses (ncurses-gitAUR)
- perl (perl-gitAUR)
- help2man (help2man-gitAUR, python-help2manAUR) (make)
Latest Comments
1 2 Next › Last »
vitaliikuzhdin commented on 2024-11-11 15:50 (UTC)
@Poulpi, you should have a
*.pkg.tar.zst
file in the same folder where you ran the chroot build. You will need to runsudo pacman -U *.pkg.tar.zst
to install it. I'm not sure about the troubleshooting, though. Is your system fully up to date?Poulpi commented on 2024-11-11 15:32 (UTC)
@vitaliikuzhdin I successfully built the package in a chroot myself. How can I use it? And what troubleshooting steps should I take now?
vitaliikuzhdin commented on 2024-11-11 13:52 (UTC)
@Poulpi, it builds fine in a clean chroot for me. Are you sure you have the
base-devel
package installed (viasudo pacman -S base-devel
)? If nothing else works, try building in a clean chroot yourself, or I can share the tarball with you if you trust me.Poulpi commented on 2024-11-11 13:47 (UTC)
Error: Can not find gettext.h on your system. Get ftp://ftp.gnu.org/gnu/gettext/gettext-0.12.1.tar.gz (or a newer version if it is available)
in build()
I do not know how two fix this having the
gettext
package installedvitaliikuzhdin commented on 2024-10-24 11:19 (UTC)
@traject, fixed.
mctom commented on 2024-08-05 19:40 (UTC)
I have just published a package "gtypist-git" that is based on the official git source. The maintainer told me the Debian patch is already included in the source, but Arch being Arch, the ncurses.patch is still required.
traject commented on 2024-07-19 17:42 (UTC)
Fails to build due to implicit function declaration error: gtypist.c: In function ‘main’: gtypist.c:2239:3: error: implicit declaration of function ‘check_script_file_with_current_encoding’ [-Wimplicit-function-declaration] 2239 | check_script_file_with_current_encoding(script);
To fix, add this patch created for Debian users to the PKGBUILD after the ncurses patch. https://salsa.debian.org/debian/gtypist/-/blob/master/debian/patches/1066641-fix-implicit-function-declarations.patch?ref_type=heads
WwPvWLcBrUubxgJQ commented on 2020-10-19 04:04 (UTC) (edited on 2020-10-19 04:20 (UTC) by WwPvWLcBrUubxgJQ)
Import missing key:
$ gpg --keyserver pool.sks-keyservers.net --recv-keys F8F09C0B79F90A20F953FB1CA6D813D8C94AFA52
Get missing dependencies:
$ sudo pacman -Syu patch gcc
$ yay -Syu autoconf
Install package:
$ yay -Syu gtypist
zacktamondo commented on 2020-09-16 16:46 (UTC) (edited on 2020-09-16 16:51 (UTC) by zacktamondo)
For anybody having a problem installing because of the key the package you can do the following:
$ gpg --keyserver keyserver.ubuntu.com--recvkeys F8F09C0B79F90A20F953FB1CA6D813D8C94AFA52
then install.
1 2 Next › Last »