diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2013-06-17 15:41:34 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-09-09 22:08:59 +0200 |
commit | dca003a486acb63ea7ba6aaba94f6c9d3715b004 (patch) | |
tree | 2e07882c100badcf16d017819eefa54ef6031335 /icon-themes | |
parent | 031fd222ac94ab30c8e17f96263934bd5e148dd7 (diff) |
install images with filelists
Change-Id: I3946b44838c659cad12d288c8a1ed5137c3e554e
Diffstat (limited to 'icon-themes')
-rw-r--r-- | icon-themes/README | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/icon-themes/README b/icon-themes/README index 7d40cf9b0798..00d9fbcbddc6 100644 --- a/icon-themes/README +++ b/icon-themes/README @@ -3,7 +3,7 @@ Icon repository for the applications All of the icons, separated by themes are included in this directory. These icons are built into .zip files, and re-ordered / packed for efficiency reasons based on our UI configuration by the -packimages/ module. +postprocess/CustomTarget_images.mk. An icon theme does not need to contain all images, since these can be layered one on top of another. @@ -27,14 +27,10 @@ How to add a new image set: FIXME: It is important to use an underscore '_' to delimit more words. scp2 compilation crashes when using a dash '-'. It evidently splits the name into two strings. + ^ It's probably not true anymore with filelists. - Add its name (new_set) to WITH_THEMES variable in configure.ac -- Add its gid to the Files section of gid_Module_Root_Brand in - scp2/source/ooo/module_hidden_ooo.scp and add a corresponding File entry - to scp2/source/ooo/file_ooo.scp (see for example - gid_Brand_File_ImagesCrystal_Zip) - - Add a vcl constant for it in vcl/inc/vcl/settings.hxx, e.g. #define STYLE_SYMBOLS_NEW_SET ((ULONG)5) |