Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 50744 Details for
Bug 81251
New ebuild revision for twin 4.6 and fix for bug #72425
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
update to the ebuild.
twin-0.4.6-r1.ebuild (text/plain), 2.14 KB, created by
Matthew Gregory Sr.
on 2005-02-08 09:13:06 UTC
(
hide
)
Description:
update to the ebuild.
Filename:
MIME Type:
Creator:
Matthew Gregory Sr.
Created:
2005-02-08 09:13:06 UTC
Size:
2.14 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/app-misc/twin/twin-0.4.6-r1.ebuild,v 1.6 2005/02/03 15:27:52 eradicator Exp $ > >inherit fixheadtails eutils > >DESCRIPTION="A text-mode window environment" >HOMEPAGE="http://twin.sourceforge.net/" >SRC_URI="mirror://sourceforge/twin/${P}.tar.gz" > >LICENSE="GPL-2 LGPL-2" >SLOT="0" >KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64 ~ia64" >IUSE="X gtk ggi gpm" > >DEPEND="X? ( virtual/x11 ) > ggi? ( >=media-libs/libggi-1.9 ) > gtk? ( =x11-libs/gtk+-1.2* ) > gpm? ( >=sys-libs/gpm-1.19.3 ) > >=sys-libs/ncurses-5.2" > >src_unpack() { > unpack ${A} > cd ${S} > ht_fix_file configure > #apply our makefile patch... > epatch ${FILESDIR}/twin-0.4.6-r1_makefile_update_gentoo.patch >} > >src_compile() { > #remake and fix the old configure.in stuff. > export WANT_AUTOCONF="2.5" > autoupdate *.in > autoupdate ./include/*.in > > local myconf > > use X \ > && myconf="--with-x --enable-hw-x11=yes" > use ggi \ > && myconf="${myconf} --enable-hw-ggi=yes" \ > || myconf="${myconf} --enable-hw-ggi=no" > use gtk \ > && myconf="${myconf} --enable-tt-hw-gtk=yes" \ > || myconf="${myconf} --enable-tt-hw-gtk=no" > use gpm \ > && myconf="${myconf} --enable-hw-tty-linux=yes" \ > || myconf="${myconf} --enable-hw-tty-linux=no" > econf \ > --enable-shlibs=yes \ > --enable-modules=yes \ > --enable-unicode=yes \ > --enable-socket=yes \ > --enable-socket-gz=yes \ > --enable-socket-pthreads=yes \ > --enable-socket-alien=yes \ > --enable-h2-tty-termcap=yes \ > --enable-term=yes \ > ${myconf} \ > || die > emake -j1 || die >} > >src_install() { > make install DESTDIR=${D} || die > > if use X ; then > insinto /usr/X11R6/lib/X11/fonts/misc > doins fonts/vga.pcf.gz > fi > > rm -rf ${D}/usr/share/twin/{BUGS,docs,COP*,READ*,Change*,INSTALL*} > > dodoc BUGS Change* README* TODO/TODO TODO/twin-thoughts > doman docs/twin.1; rm -rf docs/twin.1 > dodoc docs/* > >} > >pkg_postinst() { > if use X ; then > /usr/X11R6/bin/mkfontdir /usr/X11R6/lib/X11/fonts/misc > /usr/X11R6/bin/xset fp rehash > fi >} > >pkg_postrm() { > if use X ; then > /usr/X11R6/bin/mkfontdir /usr/X11R6/lib/X11/fonts/misc > /usr/X11R6/bin/xset fp rehash > fi >}
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 81251
:
50743
| 50744 |
50745