Bug 294505 - Installs "share/icons" into build directory
Summary: Installs "share/icons" into build directory
Status: RESOLVED FIXED
Alias: None
Product: Phonon
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: Unlisted Binaries Linux
: NOR normal
Target Milestone: 4.6.1
Assignee: Harald Sitter
URL:
Keywords: regression
Depends on:
Blocks:
 
Reported: 2012-02-20 16:23 UTC by Christoph Feck
Modified: 2012-09-17 09:48 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed In: 4.6.1


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christoph Feck 2012-02-20 16:23:08 UTC
When running "make install", it creates the directory "share/icons/hicolor" in the build directory, instead of in the install directory.
Comment 1 Harald Sitter 2012-09-17 09:44:20 UTC
problem in the shared cmake magic

actually I only feel like resolving this with a workaround... kdelibs' logic and ours is somewhat diverged and since the present code seems to work for everything except icons I am not particularly feeling like changing it to match kdelibs again
Comment 2 Harald Sitter 2012-09-17 09:48:22 UTC
Git commit 7a4911590864f138550b63ff45dae65d92843bd6 by Harald Sitter.
Committed on 17/09/2012 at 11:48.
Pushed by sitter into branch '4.6'.

manually set cmake_install_prefix on the icon_install_dir

when doing a cache update we apparently need the full path, which may
be limited to this case, not quite sure.
at any rate our code is vastly different from kdelibs' so a resync is
out of the question for phonon4.

would be good if one of the windows guys were to test this change.
FIXED-IN: 4.6.1

M  +2    -2    cmake/PhononMacros.cmake

http://commits.kde.org/phonon/7a4911590864f138550b63ff45dae65d92843bd6
Comment 3 Harald Sitter 2012-09-17 09:48:44 UTC
Git commit d82aa4a8dcfa38f60d790c4dc48ba090dc3037d9 by Harald Sitter.
Committed on 17/09/2012 at 11:48.
Pushed by sitter into branch 'master'.

manually set cmake_install_prefix on the icon_install_dir

when doing a cache update we apparently need the full path, which may
be limited to this case, not quite sure.
at any rate our code is vastly different from kdelibs' so a resync is
out of the question for phonon4.

would be good if one of the windows guys were to test this change.
FIXED-IN: 4.6.1

M  +2    -2    cmake/PhononMacros.cmake

http://commits.kde.org/phonon/d82aa4a8dcfa38f60d790c4dc48ba090dc3037d9