Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 38289 Details for
Bug 61905
New package: app-i18n/gcin
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
app-i18n/gcin/gcin-0.2.6.ebuild
gcin-0.2.6.ebuild (text/plain), 1.15 KB, created by
Victor Tseng
on 2004-08-27 04:16:53 UTC
(
hide
)
Description:
app-i18n/gcin/gcin-0.2.6.ebuild
Filename:
MIME Type:
Creator:
Victor Tseng
Created:
2004-08-27 04:16:53 UTC
Size:
1.15 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: /home/cvsroot/ebuildteam/app-i18n/gcin/gcin-0.2.6.ebuild,v 1.1 2004/08/27 01:03:24 palatis Exp $ > >DESCRIPTION="Another Traditional Chinese IM." >HOMEPAGE="http://www.csie.nctu.edu.tw/~cp76/gcin/" >SRC_URI="http://www.csie.nctu.edu.tw/~cp76/gcin/download/${PN}-${PV}.tar.bz2" > >KEYWORDS="~x86" >DEPEND="" >RDEPEND="media-fonts/zh-kcfonts" >IUSE="" > >src_compile() { > cd ${S} > > ( > # tools > echo "MAKE=gmake" > # flags > echo "OPTFLAGS=${CFLAGS}" > echo "GTKINC=`pkg-config --cflags gtk+-2.0`" > echo "LDFLAGS=`pkg-config --libs gtk+-2.0`" > # dirs > echo "prefix=\$(DESTDIR)/usr" > echo "bindir=\$(prefix)/bin" > echo "datadir=\$(prefix)/share" > echo "libdir=\$(prefix)/lib" > echo "GCIN_TABLE_DIR=\$(datadir)/gcin/table" > echo "DOC_DIR=\$(datadir)/doc/gcin-\$(GCIN_VERSION)" > echo "GCIN_ICON_DIR=\$(datadir)/icons/gcin" > # miscs > echo "GCIN_VERSION=`cat VERSION.gcin`" > ) > config.mak > > emake || die >} > >src_install() { > cd ${S} > emake install DESTDIR=${D} || die > > insinto /etc/xim-select/ > doins ${FILESDIR}/extras/gcin > > dodoc README > dodoc COPYING >}
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 61905
:
38289
|
38290
|
53677