mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-i18n/fbterm: tidy
Package-Manager: Portage-2.3.24, Repoman-2.3.6
This commit is contained in:
@@ -14,13 +14,13 @@ SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
IUSE="gpm video_cards_vesa"
|
||||
|
||||
COMMON_DEPEND="media-libs/fontconfig
|
||||
CDEPEND="media-libs/fontconfig
|
||||
media-libs/freetype:2
|
||||
gpm? ( sys-libs/gpm )
|
||||
video_cards_vesa? ( dev-libs/libx86 )"
|
||||
RDEPEND="${COMMON_DEPEND}
|
||||
RDEPEND="${CDEPEND}
|
||||
!>=sys-libs/ncurses-6.1"
|
||||
DEPEND="${COMMON_DEPEND}
|
||||
DEPEND="${CDEPEND}
|
||||
sys-libs/ncurses
|
||||
virtual/pkgconfig"
|
||||
|
||||
|
||||
@@ -22,16 +22,16 @@ RDEPEND="media-libs/fontconfig
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/pkgconfig"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${PN}-gcc6.patch
|
||||
"${FILESDIR}"/${PN}-noterminfo.patch
|
||||
)
|
||||
PATCHES=( "${FILESDIR}"/${PN}-gcc6.patch )
|
||||
|
||||
FILECAPS=(
|
||||
cap_sys_tty_config+ep usr/bin/${PN}
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
# bug #648472
|
||||
sed -i "s/terminfo//" Makefile.am
|
||||
|
||||
default
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
@@ -1,15 +0,0 @@
|
||||
commit 77c90022233634a3c891dc778585c526d9d846a1
|
||||
Author: Alexey Sokolov <sokolov@google.com>
|
||||
Date: Sun Apr 1 11:33:20 2018 +0100
|
||||
|
||||
Don't install terminfo: ncurses-6.1 supports fbterm itself
|
||||
|
||||
https://bugs.gentoo.org/648472
|
||||
|
||||
diff --git a/Makefile.am b/Makefile.am
|
||||
index 10814b6..8adcd57 100644
|
||||
--- a/Makefile.am
|
||||
+++ b/Makefile.am
|
||||
@@ -1 +1 @@
|
||||
-SUBDIRS = src im terminfo doc
|
||||
+SUBDIRS = src im doc
|
||||
Reference in New Issue
Block a user