mirror of
https://github.com/Aigor44/ncursesw-morphos.git
synced 2024-12-27 07:49:06 +08:00
bca50d0d85
+ fixes for writing extended color pairs in putwin. + modify test/savescreen.c to add test patterns that exercise 88-, 256-, etc., colors. + modify configure option --with-build-cc, adding clang, c89 and c99 as possible default values. + modify ncurses-examples configure script to use pkg-config for the extra form/menu/panel libraries, to be more consistent with the handling of the curses/ncurses library. + modify test-packages for mingw to supply "pc" files. + modify gen-pkgconfig.in to list -lpthread as a private library when configured to access it via weak symbols. + simplify gen-pkgconfig.in, adding -ltinfo without the special linker checks because some versions of the linker simply hard-code the behavior. + update URLs for ncurses website to use https. + modify CF_CURSES_LIBS to fill in $cf_nculib_root in case the ncurses-examples are built with a system ncurses that lacks the standard "curses" symbolic link, as done by SuSE. The symbol is needed to make a followup check for the pthread library work, and would be set properly using the options "--with-screen", etc. + generate misc/*.pc with "all" rule, as done for "sources" rule (report by Jeffrey Walton).
18 lines
612 B
Plaintext
18 lines
612 B
Plaintext
Source: adacurses
|
|
Maintainer: Thomas E. Dickey <dickey@invisible-island.net>
|
|
Section: misc
|
|
Priority: optional
|
|
Standards-Version: 3.8.4
|
|
Build-Depends: debhelper (>= 5)
|
|
Homepage: https://invisible-island.net/adacurses/
|
|
|
|
Package: adacurses
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
Description: AdaCurses - Ada95 binding for ncurses
|
|
This package installs as "adacurses" to avoid conflict with other packages.
|
|
This is the Ada95 binding from the ncurses distribution.
|
|
.
|
|
In addition to a library, this package installs sample programs in
|
|
"bin/AdaCurses" to avoid conflict with other packages.
|