6
0
Fork 0

cmake conversion #1

Zusammengeführt
SlavekB hat 1 Commits von feat/cmakeConv nach master vor 5 Jahren zusammengeführt
Ghost hat vor 5 Jahren kommentiert

I've added a man page taken from your Debian packaging system.

I've added a man page taken from your Debian packaging system.
SlavekB hat vor 5 Jahren überprüft
SlavekB hat einen Kommentar hinterlassen
Besitzer

Please, give attention to my comments below. For now, I did not test it but it looks good.

Please, give attention to my comments below. For now, I did not test it but it looks good.
include(TestBigEndian)
test_big_endian(WORDS_BIGENDIAN)
SlavekB hat vor 5 Jahren kommentiert
Besitzer

Please add here as another standard test:

tde_setup_largefiles( )
Please add here as another standard test: ``` tde_setup_largefiles( ) ```
set( __KDE_HAVE_GCC_VISIBILITY 1 )
set( CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fvisibility=hidden -fvisibility-inlines-hidden")
set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fvisibility=hidden -fvisibility-inlines-hidden")
endif( WITH_GCC_VISIBILITY )
SlavekB hat vor 5 Jahren kommentiert
Besitzer

Please use a new common test:

tde_setup_gcc_visibility( )
Please use a new common test: ``` tde_setup_gcc_visibility( ) ```
if( NOT MSGFMT_EXECUTABLE )
tde_message_fatal( "msgfmt is required but was not found on your system." )
endif( NOT MSGFMT_EXECUTABLE )
endif( BUILD_TRANSLATIONS )
SlavekB hat vor 5 Jahren kommentiert
Besitzer

This is no longer needed – it is automatically served by the new common test tde_setup_msgfmt( ).

This is no longer needed – it is automatically served by the new common test `tde_setup_msgfmt( )`.
Ghost hat das Label PR/wip vor 5 Jahren hinzugefügt
Ghost hat ST/wontfix hinzugefügt, und PR/wip vor 5 Jahren enternt
Ghost hat vor 5 Jahren kommentiert
Ersteller

So many change in the cmake modules, I get lost.
Feel free to add/change anything, I won't work on kshudown anymore.

So many change in the cmake modules, I get lost. Feel free to add/change anything, I won't work on kshudown anymore.
SlavekB hat vor 5 Jahren kommentiert
Besitzer

Okay, that's no problem. Changes in the common cmake module are not large and most represent simplification for individual projects. I'll finish it.

Okay, that's no problem. Changes in the common cmake module are not large and most represent simplification for individual projects. I'll finish it.
SlavekB hat das Label ST/wontfix vor 5 Jahren entfernt
SlavekB hat sich das Issue vor 5 Jahren selbst zugewiesen
SlavekB hat das Label PR/wip vor 5 Jahren hinzugefügt
SlavekB hat das Label PR/wip vor 5 Jahren entfernt
SlavekB hat diesen Pull-Request vor 5 Jahren geschlossen
SlavekB löschte die Branch feat/cmakeConv vor 5 Jahren
SlavekB hat diesen Issue vor 5 Jahren zum R14.0.6 release Meilenstein hinzugefügt
Der Pull Request wurde als ffbcad84f2 gemergt.
Anmelden, um an der Diskussion teilzunehmen.
Keine Reviewer
Kein Meilenstein
Niemand zuständig
2 Beteiligte
Nachrichten
Fällig am

Kein Fälligkeitsdatum gesetzt.

Abhängigkeiten

Keine Abhängigkeiten gesetzt.

Referenz: TDE/kshutdown#1
Laden…
Hier gibt es bis jetzt noch keinen Inhalt.