mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
ncurses-libtinfo-libs: include libtinfo.so.6 in shlib-provides
This commit is contained in:
parent
f82f8874bf
commit
ed2e678ab9
2 changed files with 3 additions and 2 deletions
|
@ -78,7 +78,7 @@ libctf-nobfd.so.0 binutils-libs-2.41_1
|
|||
libctf.so.0 binutils-libs-2.41_1
|
||||
libncurses.so.6 ncurses-libs-6.0_1 ignore
|
||||
libncursesw.so.6 ncurses-libs-5.8_1 ignore
|
||||
libtinfo.so.6 ncurses-libtinfo-libs-6.2_2
|
||||
libtinfo.so.6 ncurses-libtinfo-libs-6.5_2
|
||||
libt3config.so.0 libt3config-1.0.0_1
|
||||
libt3highlight.so.2 libt3highlight-0.5.0_1
|
||||
libt3key.so.1 libt3key-0.2.10_1
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'ncurses'
|
||||
pkgname=ncurses
|
||||
version=6.5
|
||||
revision=1
|
||||
revision=2
|
||||
bootstrap=yes
|
||||
configure_args="--enable-big-core"
|
||||
short_desc="System V Release 4.0 curses emulation library"
|
||||
|
@ -159,6 +159,7 @@ ncurses-term_package() {
|
|||
ncurses-libtinfo-libs_package() {
|
||||
depends="ncurses-libs-${version}_${revision}"
|
||||
short_desc+=" - libtinfo.so symlink"
|
||||
shlib_provides="libtinfo.so.6"
|
||||
pkg_install() {
|
||||
vmove "usr/lib/libtinfo*.so.*"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue