Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 32564 Details for
Bug 52846
slang-1.4.9-r1.ebuild : UTF8 patches from SUSE
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
UTF8-enabled slang ebuild
slang-1.4.9-r1.ebuild (text/plain), 1.50 KB, created by
Stanislav Karchebny
on 2004-06-02 21:31:46 UTC
(
hide
)
Description:
UTF8-enabled slang ebuild
Filename:
MIME Type:
Creator:
Stanislav Karchebny
Created:
2004-06-02 21:31:46 UTC
Size:
1.50 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: /home/cvsroot/gentoo-x86/sys-libs/slang/slang-1.4.9.ebuild,v 1.18 2004/04/27 23:27:18 vapier Exp $ ># berkus: Added UTF8 patches from http://www.suse.de/~nadvornik/slang/ > >DESCRIPTION="Console display library used by most text viewer" >HOMEPAGE="http://space.mit.edu/~davis/slang/" >SRC_URI="ftp://space.mit.edu/pub/davis/slang/v1.4/${P}.tar.bz2" > >LICENSE="GPL-2 | Artistic" >SLOT="0" >KEYWORDS="x86 ~ppc sparc mips alpha arm hppa amd64 ia64 ppc64 s390" >IUSE="cjk" > >DEPEND=">=sys-libs/ncurses-5.2-r2" > >src_compile() { > if use cjk > then > # enable Kanji Support > cp src/sl-feat.h src/sl-feat.h.bak > sed "/SLANG_HAS_KANJI_SUPPORT/s/0/1/" \ > src/sl-feat.h.bak > src/sl-feat.h > fi > > # UTF8 and set{uid,gid} patches > epatch ${FILESDIR}/slang-1.4.9.dif > epatch ${FILESDIR}/slang-1.4.9-autoconf.dif > epatch ${FILESDIR}/slang-1.4.9-fsuid.dif > epatch ${FILESDIR}/slang-debian-utf8.patch > epatch ${FILESDIR}/slang-utf8-acs.patch > epatch ${FILESDIR}/slang-utf8-fix.patch > > econf || die "econf failed" > # emake doesn't work well with slang, so just use normal make. > make all elf || die "make failed" >} > >src_install() { > make install install-elf DESTDIR=${D} || die "make install failed" > ( cd ${D}/usr/lib ; chmod 755 libslang.so.* ) > # remove the documentation... we want to install it ourselves > rm -rf ${D}/usr/doc > dodoc NEWS README *.txt > dodoc doc/*.txt doc/internal/*.txt doc/text/*.txt > dohtml doc/*.html >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 52846
: 32564