1 | gtk-engines |
---|
2 | =========== |
---|
3 | |
---|
4 | This 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 | |
---|
15 | Requirements |
---|
16 | ============ |
---|
17 | |
---|
18 | To 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 | |
---|
25 | Installation |
---|
26 | ============ |
---|
27 | |
---|
28 | ./configure |
---|
29 | make |
---|
30 | [ become root ] |
---|
31 | make install |
---|
32 | |
---|
33 | |
---|
34 | If you configured GTK+ in a non-default prefix, you should |
---|
35 | configure this package the same way. For instance: |
---|
36 | |
---|
37 | ./configure --prefix=/opt/gtk+ |
---|
38 | |
---|
39 | If you need to install this package in a different prefix |
---|
40 | from GTK+, then you'll have to set your GTK_PATH environment |
---|
41 | variable to point to the installed prefix. For instance, |
---|
42 | if this package was configured with: |
---|
43 | |
---|
44 | ./configure --prefix=/home/john.doe/gtk-engines/ |
---|
45 | |
---|
46 | Then you'd set: |
---|
47 | |
---|
48 | GTK_PATH=/home/john.doe/gtk-engines/lib/gtk-2.0/ |
---|
49 | export GTK_PATH |
---|
50 | |
---|
51 | This will allow GTK+ to find the newly installed theme |
---|
52 | engines. To use the sample themes (installed into |
---|
53 | $prefix/share/themes), you'll need to copy copy or link them |
---|
54 | into your ~/.theme directory. |
---|
55 | |
---|
56 | Further Information |
---|
57 | =================== |
---|
58 | |
---|
59 | Questions about this package should be directed to the |
---|
60 | GTK+ mailing lists. See: |
---|
61 | |
---|
62 | http://www.gtk.org/mailinglists.html |
---|
63 | |
---|
64 | |
---|
65 | ==== |
---|
66 | Owen Taylor <otaylor@redhat.com> |
---|
67 | The Rasterman <raster@redhat.com> |
---|
68 | 18 Jan 1999 |
---|
69 | |
---|
70 | Owen Taylor <otaylor@redhat.com> |
---|
71 | 23 Jan 2002 |
---|
72 | |
---|
73 | All software in this package is Copyright (C) 1999-2002 Red Hat Software and |
---|
74 | Randy Gordon and is distributed under the LGPL License (same as gtk+) |
---|
75 | |
---|