Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 556892 | Differences between
and this patch

Collapse All | Expand All

(-)/tmp/tint2/CMakeLists.txt (-1 lines)
Lines 151-157 Link Here
151
install( TARGETS tint2 DESTINATION bin )
151
install( TARGETS tint2 DESTINATION bin )
152
install( FILES tint2.svg DESTINATION ${DATADIR}/icons/hicolor/scalable/apps )
152
install( FILES tint2.svg DESTINATION ${DATADIR}/icons/hicolor/scalable/apps )
153
install( FILES tint2.desktop DESTINATION ${DATADIR}/applications )
153
install( FILES tint2.desktop DESTINATION ${DATADIR}/applications )
154
install( CODE "execute_process(COMMAND gtk-update-icon-cache -f -t ${DATADIR}/icons/hicolor WORKING_DIRECTORY ${CMAKE_INSTALL_PREFIX})" )
155
install( FILES sample/tint2rc DESTINATION ${SYSCONFDIR}/xdg/tint2 )
154
install( FILES sample/tint2rc DESTINATION ${SYSCONFDIR}/xdg/tint2 )
156
install( FILES default_icon.png DESTINATION ${DATADIR}/tint2 )
155
install( FILES default_icon.png DESTINATION ${DATADIR}/tint2 )
157
install( FILES AUTHORS ChangeLog README.md DESTINATION ${DOCDIR} )
156
install( FILES AUTHORS ChangeLog README.md DESTINATION ${DOCDIR} )
(-)/tmp/tint2/src/tint2conf/CMakeLists.txt (-1 lines)
Lines 71-74 Link Here
71
install( TARGETS tint2conf DESTINATION bin )
71
install( TARGETS tint2conf DESTINATION bin )
72
install( FILES tint2conf.svg DESTINATION ${DATADIR}/icons/hicolor/scalable/apps )
72
install( FILES tint2conf.svg DESTINATION ${DATADIR}/icons/hicolor/scalable/apps )
73
install( FILES tint2conf.desktop DESTINATION ${DATADIR}/applications )
73
install( FILES tint2conf.desktop DESTINATION ${DATADIR}/applications )
74
install( CODE "execute_process(COMMAND gtk-update-icon-cache -f -t ${DATADIR}/icons/hicolor WORKING_DIRECTORY ${CMAKE_INSTALL_PREFIX})" )

Return to bug 556892