Gentoo Archives: gentoo-dev

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

Attachments

File name MIME type
gtk+-1.2.10-r2.ebuild text/plain

Replies

Subject Author
Re: [gentoo-dev] GTK-Updates Mikael Hallendal <hallski@g.o>