From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=0.6 required=5.0 tests=DATE_IN_PAST_12_24, DMARC_MISSING,INVALID_DATE,MAILING_LIST_MULTI,RDNS_DYNAMIC autolearn=no autolearn_force=no version=4.0.0 Received: from as1-4-5-1.han.s.bonet.se ([194.236.131.211] helo=zoidberg.hallendal.net) by cvs.gentoo.org with esmtp (Exim 3.22 #1) id 159vmJ-0007Ew-00 for gentoo-dev@cvs.gentoo.org; Tue, 12 Jun 2001 15:32:48 -0600 Received: from localhost (localhost [127.0.0.1]) by zoidberg.hallendal.net (Postfix) with ESMTP id 4A80C85CE1 for ; Tue, 12 Jun 2001 23:32:14 +0000 (Local time zone must be set--see zic manual page) To: gentoo-dev@cvs.gentoo.org Subject: Re: [gentoo-dev] GTK-Updates References: From: Mikael Hallendal In-Reply-To: Message-ID: <8766e1z341.fsf@codefactory.se> User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.0.103 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: gentoo-dev-admin@cvs.gentoo.org Errors-To: gentoo-dev-admin@cvs.gentoo.org X-BeenThere: gentoo-dev@cvs.gentoo.org X-Mailman-Version: 2.0 Precedence: bulk Reply-To: gentoo-dev@cvs.gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux development list List-Unsubscribe: , List-Archive: Date: Tue Jun 12 15:33:02 2001 X-Original-Date: 12 Jun 2001 23:32:14 +0000 X-Archives-Salt: 83cfb4c0-043c-490f-84de-724bc856984a X-Archives-Hash: 9fe0bc37fcb471e7a1ae2f30565582ec Sebastian Werner writes: Hi! There are some issues with i18n and these patches. I haven't tried them my self but I've that it doesn't work on some non-english platforms (like swedish for example). It would be really cool to offer this as an option though. Anyone has a suggestion how to do that? I will test this patch anyway :) Have to see what it looks like :) Regards, Mikael Hallendal > Hello, > > I don't know if anyone want use this. Here is a ebuild-file for > gtk-1.2.10 which uses the newest patch to use XFT with GTK. It looks > really nice on my system. > > Have a try, > > Sebastian Werner > > # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under > the terms of the GNU General Public License, v2 or later # Author > Achim Gottinger # Updated to use antialiased fonts > by Sebastian Werner # > /home/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-1.2.10-r1.ebuild,v 1.4 > 2001/06/11 08:11:28 hallski Exp > > A="${P}.tar.gz gtk+1.2_1.2.10.antialiased-1.diff.gz" S=${WORKDIR}/${P} > DESCRIPTION="gtk" SRC_URI="ftp://ftp.gtk.org/pub/gtk/v1.2/${P}.tar.gz > ftp://ftp.gnome.org/pub/GNOME/stable/sources/gtk+/${P}.tar.gz > http://ftp.gnome.org/pub/GNOME/stable/sources/gtk+/${P}.tar.gz > http://www.cs.unc.edu/~chenda/Debian/gtk+1.2_1.2.10.antialiased-1.diff.gz" > HOMEPAGE="http://www.gtk.org/" > > DEPEND="virtual/glibc virtual/x11 > >=dev-libs/glib-1.2.10" > > src_unpack() { > > unpack ${P}.tar.gz > cd ${S} > zcat ${DISTDIR}/gtk+1.2_1.2.10.antialiased-1.diff.gz | patch > -p1 > } > > src_compile() { > local myconf > > if [ "${DEBUG}" ] > then > myconf="--enable-debug=yes" > else > myconf="--enable-debug=no" > fi > > # try zcat $ > try ./configure --host=${CHOST} --prefix=/usr/X11R6 ${myconf} > \ > --infodir=/usr/X11R6/info --mandir=/usr/X11R6/man > --sysconfdir=/etc/X11 \ > --with-xinput=xfree --with-x > try pmake > } > > src_install() { > try make install DESTDIR=${D} > > preplib /usr/X11R6 > > dodoc AUTHORS COPYING ChangeLog* HACKING > dodoc NEWS* README* TODO > docinto docs > cd docs > dodoc *.txt *.gif text/* > cd html > docinto html > dodoc *.html *.gif > > #install nice, clean-looking default gtk+ style > insinto /etc/X11/gtk > doins ${FILESDIR}/gtkrc > } > > > > -- +------------------------------------------ | email : micke@hallendal.net | sms : micke.mobil@hallendal.net | homepage : http://micke.hallendal.net/ | PGP-key : micke.hallendal.net/mikhal.gpg +------------------------------------------------------