mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
parent
c1c9becb33
commit
40c76ec481
1 changed files with 8 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'ncurses'
|
# Template file for 'ncurses'
|
||||||
pkgname=ncurses
|
pkgname=ncurses
|
||||||
version=6.4
|
version=6.5
|
||||||
revision=2
|
revision=1
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
configure_args="--enable-big-core"
|
configure_args="--enable-big-core"
|
||||||
short_desc="System V Release 4.0 curses emulation library"
|
short_desc="System V Release 4.0 curses emulation library"
|
||||||
|
@ -10,7 +10,7 @@ license="MIT"
|
||||||
homepage="https://invisible-island.net/ncurses/"
|
homepage="https://invisible-island.net/ncurses/"
|
||||||
changelog="https://invisible-island.net/ncurses/announce.html"
|
changelog="https://invisible-island.net/ncurses/announce.html"
|
||||||
distfiles="https://invisible-island.net/archives/ncurses/ncurses-${version}.tar.gz"
|
distfiles="https://invisible-island.net/archives/ncurses/ncurses-${version}.tar.gz"
|
||||||
checksum=6931283d9ac87c5073f30b6290c4c75f21632bb4fc3603ac8100812bed248159
|
checksum=136d91bc269a9a5785e5f9e980bc76ab57428f604ce3e5a5a90cebc767971cc6
|
||||||
|
|
||||||
depends="ncurses-base-${version}_${revision}"
|
depends="ncurses-base-${version}_${revision}"
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ do_configure() {
|
||||||
cd ${wrksrc}/ncursesw-build
|
cd ${wrksrc}/ncursesw-build
|
||||||
# widec build
|
# widec build
|
||||||
../configure ${configure_args} \
|
../configure ${configure_args} \
|
||||||
--enable-widec --with-shared --without-debug \
|
--with-shared --without-debug \
|
||||||
--with-manpage-symlinks --with-manpage-format=normal \
|
--with-manpage-symlinks --with-manpage-format=normal \
|
||||||
--without-ada --enable-ext-colors --with-xterm-kbs=del \
|
--without-ada --enable-ext-colors --with-xterm-kbs=del \
|
||||||
--without-tests --enable-pc-files \
|
--without-tests --enable-pc-files \
|
||||||
|
@ -35,7 +35,7 @@ do_configure() {
|
||||||
cd ${wrksrc}/ncurses-build
|
cd ${wrksrc}/ncurses-build
|
||||||
# non-widec build
|
# non-widec build
|
||||||
../configure ${configure_args} --with-shared \
|
../configure ${configure_args} --with-shared \
|
||||||
--without-debug --without-ada --without-tests --with-xterm-kbs=del \
|
--disable-widec --without-debug --without-ada --without-tests --with-xterm-kbs=del \
|
||||||
--enable-pc-files --with-pkg-config-libdir=/usr/lib/pkgconfig \
|
--enable-pc-files --with-pkg-config-libdir=/usr/lib/pkgconfig \
|
||||||
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config \
|
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config \
|
||||||
PKG_CONFIG_LIBDIR=/usr/lib/pkgconfig \
|
PKG_CONFIG_LIBDIR=/usr/lib/pkgconfig \
|
||||||
|
@ -101,9 +101,12 @@ do_install() {
|
||||||
post_install() {
|
post_install() {
|
||||||
# resolve conflict with *-terminfo packages
|
# resolve conflict with *-terminfo packages
|
||||||
rm ${DESTDIR}/usr/share/terminfo/a/alacritty{,-direct}
|
rm ${DESTDIR}/usr/share/terminfo/a/alacritty{,-direct}
|
||||||
|
rm ${DESTDIR}/usr/share/terminfo/c/contour{,-direct,-latest}
|
||||||
rm ${DESTDIR}/usr/share/terminfo/d/dvtm{,-256color}
|
rm ${DESTDIR}/usr/share/terminfo/d/dvtm{,-256color}
|
||||||
rm ${DESTDIR}/usr/share/terminfo/s/st{,-256color}
|
rm ${DESTDIR}/usr/share/terminfo/s/st{,-256color}
|
||||||
rm ${DESTDIR}/usr/share/terminfo/f/foot{,-direct,+base}
|
rm ${DESTDIR}/usr/share/terminfo/f/foot{,-direct,+base}
|
||||||
|
rm ${DESTDIR}/usr/share/terminfo/r/rio{,-direct}
|
||||||
|
rm ${DESTDIR}/usr/share/terminfo/w/wezterm
|
||||||
}
|
}
|
||||||
|
|
||||||
ncurses-libs_package() {
|
ncurses-libs_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue