Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 8342 Details for
Bug 15804
ion-devel-20030131 ebuild with truetype and CFLAGS support
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ion-devel-20030131.ebuild
ion-devel-20030131.ebuild (text/plain), 1.77 KB, created by
Tom Payne (RETIRED)
on 2003-02-16 16:26:43 UTC
(
hide
)
Description:
ion-devel-20030131.ebuild
Filename:
MIME Type:
Creator:
Tom Payne (RETIRED)
Created:
2003-02-16 16:26:43 UTC
Size:
1.77 KB
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >S=${WORKDIR}/${P} >DESCRIPTION="A tabbed tiling window manager" >SRC_URI="http://www.students.tut.fi/~tuomov/dl/${P}.tar.gz" >HOMEPAGE="http://www.students.tut.fi/~tuomov/ion/" >DEPEND="virtual/glibc" >RDEPEND="virtual/x11" > >SLOT="0" >LICENSE="Clarified-Artistic" >KEYWORDS="~x86 ~sparc ~ppc " >IUSE="truetype" > >pkg_setup() { > ewarn "This package will overwrite your stable ion installation." >} > >src_unpack() { > unpack ${A} > cd ${S} > patch -p1 < ${FILESDIR}/ion-devel-20021104-toggle_tab.patch || die >} > >src_compile() { > # Edit system.mk > cp system.mk system.mk.new > sed -e 's:PREFIX=/usr/local:PREFIX=/usr:' \ > -e 's:ETCDIR=$(PREFIX)/etc:ETCDIR=/etc/X11:' \ > -e 's:$(PREFIX)/man:$(PREFIX)/share/man:' \ > -e 's:$(PREFIX)/doc:$(PREFIX)/share/doc:' \ > -e 's:#HAS_SYSTEM_ASPRINTF=1:HAS_SYSTEM_ASPRINTF=1:' \ > -e 's:#INSTALL=install -c:INSTALL=install -c:' \ > -e 's:INSTALL=install *$:#INSTALL=install:' \ > -e "s:CFLAGS=-g -O2 \$(WARN) \$(DEFINES) \$(INCLUDES) \$(EXTRA_INCLUDES):CFLAGS=$CFLAGS \$(WARN) \$(DEFINES) \$(INCLUDES) \$(EXTRA_INCLUDES):" \ > system.mk.new > system.mk > > cp Makefile Makefile.new > sed -e 's:$(DOCDIR)/ion:$(DOCDIR)/${P}:g' Makefile.new > Makefile > > if [ "`use truetype`" ]; then > cp system.mk system.mk.new > sed -e 's:#EXTRA_LIBS += -lXft:EXTRA_LIBS += -lXft:' \ > -e 's:#DEFINES += -DCF_XFT:DEFINES += -DCF_XFT:' \ > system.mk.new > system.mk > fi > > make depend || die > emake || die >} > >src_install () { > make PREFIX=${D}/usr ETCDIR=${D}/etc/X11 install || die >} > >pkg_postinst () { > einfo "Configuration documentation can be found in these places:" > einfo "/usr/share/doc/${P}/config.txt" > einfo "http://www.students.tut.fi/~tuomov/ion/resources.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 15804
: 8342 |
8384