Gentoo Archives: gentoo-dev

From: Mikael Hallendal <micke@×××××××××××.se>
To: gentoo-dev@××××××××××.org
Subject: Re: [gentoo-dev] GTK-Updates
Date: Tue, 12 Jun 2001 15:32:48
Message-Id: 8766e1z341.fsf@codefactory.se
In Reply to: [gentoo-dev] GTK-Updates by Sebastian Werner
1 Sebastian Werner <sebastian@××××××××××××××××××.de> writes:
2
3 Hi!
4
5 There are some issues with i18n and these patches. I haven't tried
6 them my self but I've that it doesn't work on some non-english
7 platforms (like swedish for example). It would be really cool to offer
8 this as an option though. Anyone has a suggestion how to do that?
9
10 I will test this patch anyway :) Have to see what it looks like :)
11
12 Regards,
13 Mikael Hallendal
14
15 > Hello,
16 >
17 > I don't know if anyone want use this. Here is a ebuild-file for
18 > gtk-1.2.10 which uses the newest patch to use XFT with GTK. It looks
19 > really nice on my system.
20 >
21 > Have a try,
22 >
23 > Sebastian Werner <sebastian@××××××××××××××××××.de>
24 >
25 > # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under
26 > the terms of the GNU General Public License, v2 or later # Author
27 > Achim Gottinger <achim@g.o> # Updated to use antialiased fonts
28 > by Sebastian Werner <sebastian@××××××××××××××××××.de> #
29 > /home/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-1.2.10-r1.ebuild,v 1.4
30 > 2001/06/11 08:11:28 hallski Exp
31 >
32 > A="${P}.tar.gz gtk+1.2_1.2.10.antialiased-1.diff.gz" S=${WORKDIR}/${P}
33 > DESCRIPTION="gtk" SRC_URI="ftp://ftp.gtk.org/pub/gtk/v1.2/${P}.tar.gz
34 > ftp://ftp.gnome.org/pub/GNOME/stable/sources/gtk+/${P}.tar.gz
35 > http://ftp.gnome.org/pub/GNOME/stable/sources/gtk+/${P}.tar.gz
36 > http://www.cs.unc.edu/~chenda/Debian/gtk+1.2_1.2.10.antialiased-1.diff.gz"
37 > HOMEPAGE="http://www.gtk.org/"
38 >
39 > DEPEND="virtual/glibc virtual/x11
40 > >=dev-libs/glib-1.2.10"
41 >
42 > src_unpack() {
43 >
44 > unpack ${P}.tar.gz
45 > cd ${S}
46 > zcat ${DISTDIR}/gtk+1.2_1.2.10.antialiased-1.diff.gz | patch
47 > -p1
48 > }
49 >
50 > src_compile() {
51 > local myconf
52 >
53 > if [ "${DEBUG}" ]
54 > then
55 > myconf="--enable-debug=yes"
56 > else
57 > myconf="--enable-debug=no"
58 > fi
59 >
60 > # try zcat $
61 > try ./configure --host=${CHOST} --prefix=/usr/X11R6 ${myconf}
62 > \
63 > --infodir=/usr/X11R6/info --mandir=/usr/X11R6/man
64 > --sysconfdir=/etc/X11 \
65 > --with-xinput=xfree --with-x
66 > try pmake
67 > }
68 >
69 > src_install() {
70 > try make install DESTDIR=${D}
71 >
72 > preplib /usr/X11R6
73 >
74 > dodoc AUTHORS COPYING ChangeLog* HACKING
75 > dodoc NEWS* README* TODO
76 > docinto docs
77 > cd docs
78 > dodoc *.txt *.gif text/*
79 > cd html
80 > docinto html
81 > dodoc *.html *.gif
82 >
83 > #install nice, clean-looking default gtk+ style
84 > insinto /etc/X11/gtk
85 > doins ${FILESDIR}/gtkrc
86 > }
87 >
88 >
89 >
90 >
91
92 --
93 +------------------------------------------
94 | email : micke@×××××××××.net
95 | sms : micke.mobil@×××××××××.net
96 | homepage : http://micke.hallendal.net/
97 | PGP-key : micke.hallendal.net/mikhal.gpg
98 +------------------------------------------------------

Replies

Subject Author
Re: [gentoo-dev] GTK-Updates Sebastian Werner <sebastian@××××××××××××××××××.de>