source: trunk/third/gtk-engines/README @ 18625

Revision 18625, 1.7 KB checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18624, which included commits to RCS files with non-trunk default branches.
Line 
1gtk-engines
2===========
3
4This package provides three sample theme engines for GTK+:
5
6 Pixmap: A generic engine that renders using pixmaps.
7   One theme using this theme engine is included.
8
9 Metal: A fairly complete theme engine that looks like the
10   Java-Metal look of Swing.
11
12 Redmond95: A simple theme engine that looks a bit like
13   Microsoft Windows 95.
14
15Requirements
16============
17
18To compile this package, you must have:
19
20 GTK+, version 1.3.12 or better
21
22   http://www.gtk.org/
23   ftp://ftp.gtk.org/pub/gtk/
24
25Installation
26============
27
28 ./configure
29 make
30 [ become root ]
31 make install
32
33
34If you configured GTK+ in a non-default prefix, you should
35configure this package the same way. For instance:
36
37 ./configure --prefix=/opt/gtk+
38
39If you need to install this package in a different prefix
40from GTK+, then you'll have to set your GTK_PATH environment
41variable to point to the installed prefix. For instance,
42if this package was configured with:
43
44 ./configure --prefix=/home/john.doe/gtk-engines/
45
46Then you'd set:
47
48 GTK_PATH=/home/john.doe/gtk-engines/lib/gtk-2.0/
49 export GTK_PATH
50
51This will allow GTK+ to find the newly installed theme
52engines. To use the sample themes (installed into
53$prefix/share/themes), you'll need to copy copy or link them
54into your  ~/.theme directory.
55
56Further Information
57===================
58
59Questions about this package should be directed to the
60GTK+ mailing lists. See:
61
62  http://www.gtk.org/mailinglists.html
63
64
65====
66Owen Taylor <otaylor@redhat.com>
67The Rasterman <raster@redhat.com>
6818 Jan 1999
69
70Owen Taylor <otaylor@redhat.com>
7123 Jan 2002
72
73All software in this package is Copyright (C) 1999-2002 Red Hat Software and
74Randy Gordon and is distributed under the LGPL License (same as gtk+)
75
Note: See TracBrowser for help on using the repository browser.