Package Details: ncurses5-compat-libs 6.4-2

Git Clone URL: https://aur.archlinux.org/ncurses5-compat-libs.git (read-only, click to copy)
Package Base: ncurses5-compat-libs
Description: System V Release 4.0 curses emulation library, ABI 5
Upstream URL: http://invisible-island.net/ncurses/ncurses.html
Licenses: MIT
Conflicts: libtinfo5
Provides: libtinfo5
Submitter: Barthalion
Maintainer: JstKddng
Last Packager: JstKddng
Votes: 584
Popularity: 1.31
First Submitted: 2015-09-18 21:03 (UTC)
Last Updated: 2023-04-23 16:29 (UTC)

Pinned Comments

Barthalion commented on 2018-01-02 11:53 (UTC)

For the lazy, you can also install ncurses5-compat-libs package from my personal repository.

[bpiotrowski]
Server = https://pkgbuild.com/~bpiotrowski/repo

WoefulDerelict commented on 2016-05-23 19:35 (UTC) (edited on 2018-08-18 20:22 (UTC) by WoefulDerelict)

This PKGBUILD verifies the authenticity of the source via PGP signatures which are not part of the Arch Linux keyring. In order to complete the process it is necessary to import the key(s) from the ‘validpgpkeys’ array into the user’s keyring before calling makepkg. There is a helpful article explaining this process by one of Arch Linux's developers located here: http://allanmcrae.com/2015/01/two-pgp-keyrings-for-package-management-in-arch-linux/

Instructions on importing keys from a keyserver and how to automate the retrieval process can be found in the Arch Linux wiki here: https://wiki.archlinux.org/index.php/GnuPG#Use_a_keyserver This article also contains helpful information describing the installation of GnuPG, its configuration and usage.

Execute the following to import keys using gpg:

gpg --recv-keys <KEYID - See 'validpgpkeys' array in PKGBUILD>

The PGP signature check can be skipped by passing --skippgpcheck to makepkg.

Consult the makepkg manual page for a full list of options. [https://www.archlinux.org/pacman/makepkg.8.html]

Latest Comments

« First ‹ Previous 1 .. 22 23 24 25 26 27

Baudouin commented on 2015-09-19 19:37 (UTC)

I've got a PGP error on ncurses-6.0.tar.gz ==> Validation des fichiers sources avec md5sums... ncurses-6.0.tar.gz ... Réussite ncurses-6.0.tar.gz.asc ... Ignoré ==> Vérification des signatures des fichiers sources grâce à gpg... ncurses-6.0.tar.gz ... ÉCHEC (Clef publique inconnue 702353E0F7E48EDB) ==> ERREUR : Une ou plusieurs signatures PGP n’ont pas pu être vérifiées. ==> ERREUR: Makepkg n'a pas pu construire ncurses5-compat-libs. ==> Relancer la compilation de ncurses5-compat-libs ? [o/N]

xgdgsc commented on 2015-09-19 04:04 (UTC)

for lib in ncurses ncurses++ form panel menu; do ln -s /usr/lib/lib${lib}w.so.5 "$pkgdir"/usr/lib/lib${lib}.so.5 done would be better for users that would use the lib directly instead of linking.