I have found these lines in gnucash-build/data/pixmaps/cmake_install.cmake

if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT
CMAKE_INSTALL_COMPONENT)
  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/gnucash/icons"
TYPE DIRECTORY FILES "/home/me/apps/gnucash-3.2/data/pixmaps/hicolor" REGEX
".*/apps.*" EXCLUDE)
endif()

if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT
CMAKE_INSTALL_COMPONENT)
  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/icons" TYPE
DIRECTORY FILES "/home/me/apps/gnucash-3.2/data/pixmaps/hicolor" REGEX
".*/actions.*" EXCLUDE)
endif()

Which look as if they should be copying the icons from the source directory
to /usr/local/share/gnucash/icons and /usr/local/share/icons.  However it
seems to say (given my negligible knowledge of the make system) copy the
files from the apps folders to share/gnucash/icons and the ones from the
actions folders to share/icons, which is the wrong way round.  So I can't
make any sense of it.

Colin

On 1 July 2018 at 21:15, Roger Miskowicz <rmisk...@gmail.com> wrote:

> my directory listing shows:
>
> $ ls
> accounts/  gnucash.1    icons/
> migratable-prefs.xml  scm/                 ui/
> checks/    gtkbuilder/  make-prefs-migration-script.xsl
> pixmaps/              tip_of_the_day.list
>
>
> On Sun, Jul 1, 2018 at 3:23 PM Colin Law <clan...@gmail.com> wrote:
>
>> On 1 July 2018 at 19:14, Colin Law <clan...@gmail.com> wrote:
>>
>>> On 1 July 2018 at 18:58, John Ralls <jra...@ceridwen.us> wrote:
>>>
>>>> data/pixmaps/CMakeLists.txt. There aren't any conditionals.
>>>>
>>>> Does your build directory have share/gnucash/icons?
>>>>
>>>
>>> No
>>>
>>> $ ls share/gnucash/
>>> accounts  gnucash.1   make-prefs-migration-script.xsl  pixmaps
>>> tip_of_the_day.list
>>> checks    gtkbuilder  migratable-prefs.xml             scm      ui
>>>
>>
>> What is supposed to put the files there?
>>
>> Colin
>>
>>
>
_______________________________________________
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-----
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.

Reply via email to