mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
fbterm: use terminfo from ncurses-term
ncurses now provides this terminfo, which causes a file conflict.
This commit is contained in:
parent
b1b3c4dcfd
commit
2be9a6d2ba
1 changed files with 2 additions and 6 deletions
|
@ -1,20 +1,16 @@
|
||||||
# Template file for 'fbterm'
|
# Template file for 'fbterm'
|
||||||
pkgname=fbterm
|
pkgname=fbterm
|
||||||
version=1.7.0
|
version=1.7.0
|
||||||
revision=6
|
revision=7
|
||||||
wrksrc="${pkgname}-${version%.*}"
|
wrksrc="${pkgname}-${version%.*}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-gpm"
|
configure_args="--enable-gpm"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="fontconfig-devel gpm-devel"
|
makedepends="fontconfig-devel gpm-devel"
|
||||||
|
depends="ncurses-term"
|
||||||
short_desc="Fast frame buffer based terminal emulator"
|
short_desc="Fast frame buffer based terminal emulator"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://github.com/izmntuk/fbterm"
|
homepage="https://github.com/izmntuk/fbterm"
|
||||||
distfiles="https://github.com/izmntuk/${pkgname}/archive/v${version%.*}.tar.gz"
|
distfiles="https://github.com/izmntuk/${pkgname}/archive/v${version%.*}.tar.gz"
|
||||||
checksum=68e9742b23d6f143d809a5930f5f22c7e55d7c14a4ab2c8a842e0b5c27b1f863
|
checksum=68e9742b23d6f143d809a5930f5f22c7e55d7c14a4ab2c8a842e0b5c27b1f863
|
||||||
|
|
||||||
post_configure() {
|
|
||||||
sed -i "s,tic,& -o $DESTDIR/usr/share/terminfo," terminfo/Makefile
|
|
||||||
vmkdir usr/share/terminfo
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue