mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-emacs/vm: Declare encoding of texinfo file.
Closes: https://bugs.gentoo.org/697556 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
This commit is contained in:
8
app-emacs/vm/files/vm-8.2.0_beta-texinfo-encoding.patch
Normal file
8
app-emacs/vm/files/vm-8.2.0_beta-texinfo-encoding.patch
Normal file
@@ -0,0 +1,8 @@
|
||||
--- vm-8.2.0b-orig/info/vm.texinfo
|
||||
+++ vm-8.2.0b/info/vm.texinfo
|
||||
@@ -1,4 +1,5 @@
|
||||
\input texinfo
|
||||
+@documentencoding ISO-8859-1
|
||||
@setfilename vm.info
|
||||
@settitle VM User's Manual
|
||||
@dircategory Emacs
|
||||
@@ -23,13 +23,15 @@ BDEPEND="sys-apps/texinfo"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
SITEFILE="50${PN}-gentoo.el"
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${P}-datadir.patch
|
||||
"${FILESDIR}"/${P}-texinfo-5.patch
|
||||
"${FILESDIR}"/${P}-optional-args.patch
|
||||
"${FILESDIR}"/${P}-texinfo-encoding.patch
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
eapply "${FILESDIR}/${P}-datadir.patch"
|
||||
eapply "${FILESDIR}/${P}-texinfo-5.patch"
|
||||
eapply "${FILESDIR}/${P}-optional-args.patch"
|
||||
eapply_user
|
||||
|
||||
elisp_src_prepare
|
||||
if ! use bbdb; then
|
||||
elog "Excluding vm-pcrisis.el since the \"bbdb\" USE flag is not set."
|
||||
eapply "${FILESDIR}/${PN}-8.0-no-pcrisis.patch"
|
||||
|
||||
Reference in New Issue
Block a user