Mercurial > artwork > xfwm4-themes > kelabu-xfwm4-theme
comparison README @ 0:3416304cadc9
Initial revision
author | Guido Berhoerster <guido+kelabu-xfwm4-theme@berhoerster.name> |
---|---|
date | Mon, 09 Mar 2015 13:00:13 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:3416304cadc9 |
---|---|
1 Kelabu xfwm4 Theme | |
2 ================== | |
3 | |
4 Description | |
5 ----------- | |
6 | |
7 The Kelabu xfwm4 theme is a neutral, grayish theme. | |
8 | |
9 Build Instructions | |
10 ------------------ | |
11 | |
12 Distributions of released versions already include pregenerated images. | |
13 | |
14 The following tools are required to (re)generate the PNG and XPM images from | |
15 their sources: | |
16 | |
17 - GNU make >= 3.81 | |
18 - GNU or BSD install | |
19 - Imagemagick or GraphicsMagick | |
20 | |
21 Before generating the images check the commented macros in the Makefile for any | |
22 macros you may need to override depending on the used toolchain and operating | |
23 system. | |
24 | |
25 By default, all files will be installed under the "/usr/local" directory, a | |
26 different installation path prefix can be set via the `prefix` macro. In | |
27 addition, a second path prefix can be specified via the `DESTDIR` macro which | |
28 will be prepended to any path, incuding the `prefix` macro path prefix. In | |
29 contrast to `prefix`, the path specified via the `DESTDIR` macro will only be | |
30 prepended to paths during installation and not be used for constructing | |
31 internal paths. | |
32 | |
33 The following instructions assume that `make` is GNU make, on some platforms | |
34 it may be installed under a different name or a non-default path. In order to | |
35 start the build process run `make all`. After a successful build, run `make | |
36 install` to install the theme files. | |
37 | |
38 Previously generated images can be removed by running `make clean`. | |
39 | |
40 Contact | |
41 ------- | |
42 | |
43 Please send any feedback or bug reports via email to | |
44 <guido+kelabu-xfwm4-theme@berhoerster.name>. | |
45 | |
46 Bug Reports | |
47 ----------- | |
48 | |
49 When sending bug reports, please always mention the exact version of the | |
50 Kelabu xfwm4 theme with which the issue occurs as well as the version of xfwm4 | |
51 and the operating system you are using and make sure that you provide | |
52 sufficient information to reproduce the issue and include any input, output, | |
53 any error messages. | |
54 | |
55 In case of build issues, please also specify the implementations and versions | |
56 of the tools you are using. | |
57 | |
58 License | |
59 ------- | |
60 | |
61 The Kelabu xfwm4 theme is derived from the Gilouche Metacity theme and | |
62 distributed under the same license terms as the original work (see below for | |
63 the full license text): | |
64 | |
65 Copyright (C) 2011 Guido Berhoerster <guido+kelabu-xfwm4-theme@berhoerster.name> | |
66 Copyright (C) 2006-2008 Novell | |
67 | |
68 This program is free software; you can redistribute it and/or | |
69 modify it under the terms of the GNU General Public License | |
70 as published by the Free Software Foundation; either version 2 | |
71 of the License, or (at your option) any later version. | |
72 | |
73 This program is distributed in the hope that it will be useful, | |
74 but WITHOUT ANY WARRANTY; without even the implied warranty of | |
75 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
76 GNU General Public License for more details. | |
77 | |
78 You should have received a copy of the GNU General Public License | |
79 along with this program; if not, write to the Free Software | |
80 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | |
81 |