Mercurial > artwork > xfwm4-themes > gilouche-xfwm4-theme
comparison README @ 0:b03c3ac205e9
Initial revision
author | Guido Berhoerster <guido+gilouche-xfwm4-theme@berhoerster.name> |
---|---|
date | Mon, 09 Mar 2015 12:29:07 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:b03c3ac205e9 |
---|---|
1 Gilouche xfwm4 Theme | |
2 ==================== | |
3 | |
4 Description | |
5 ----------- | |
6 | |
7 The Gilouche xfwm4 theme is a port of the identically named Metacity theme to | |
8 xfwm4. | |
9 | |
10 Build Instructions | |
11 ------------------ | |
12 | |
13 Distributions of released versions already include pregenerated images. | |
14 | |
15 The following tools are required to (re)generate the PNG and XPM images from | |
16 their sources: | |
17 | |
18 - GNU make >= 3.81 | |
19 - GNU or BSD install | |
20 - Imagemagick or GraphicsMagick | |
21 | |
22 Before generating the images check the commented macros in the Makefile for any | |
23 macros you may need to override depending on the used toolchain and operating | |
24 system. | |
25 | |
26 By default, all files will be installed under the "/usr/local" directory, a | |
27 different installation path prefix can be set via the `prefix` macro. In | |
28 addition, a second path prefix can be specified via the `DESTDIR` macro which | |
29 will be prepended to any path, incuding the `prefix` macro path prefix. In | |
30 contrast to `prefix`, the path specified via the `DESTDIR` macro will only be | |
31 prepended to paths during installation and not be used for constructing | |
32 internal paths. | |
33 | |
34 The following instructions assume that `make` is GNU make, on some platforms | |
35 it may be installed under a different name or a non-default path. In order to | |
36 start the build process run `make all`. After a successful build, run `make | |
37 install` to install the theme files. | |
38 | |
39 Previously generated images can be removed by running `make clean`. | |
40 | |
41 Contact | |
42 ------- | |
43 | |
44 Please send any feedback or bug reports via email to | |
45 <guido+gilouche-xfwm4-theme@berhoerster.name>. | |
46 | |
47 Bug Reports | |
48 ----------- | |
49 | |
50 When sending bug reports, please always mention the exact version of Gilouche | |
51 with which the issue occurs as well as the version of xfwm4 and the operating | |
52 system you are using and make sure that you provide sufficient information to | |
53 reproduce the issue and include any input, output, 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 Gilouche 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+gilouche-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 |