@ -1782,18 +1782,27 @@ macro( tde_create_translated_desktop )
endforeach ( )
# s e l e c t a t o o l f o r m e r g i n g d e s k t o p f i l e t r a n s l a t i o n s
if ( NOT MSGFMT_EXECUTABLE OR NOT MSGFMT_VERSION )
tde_setup_msgfmt ( )
endif ( )
if ( "${MSGFMT_VERSION}" VERSION_LESS "0.19" )
#
# B e c a u s e s o m e o f o u r d e s k t o p f i l e s c o n t a i n u n d e r s c o r e s i n v a r i a b l e
# names ( for example eventsrc ) , w h i c h i s n o t a n a l l o w e d c h a r a c t e r
# f o r n a m e s o f e n t r i e s i n d e s k t o p s t y l e f i l e s , w e c a n ' t u s e m s g f m t ,
# s o w e n e e d i n t l t o o l - m e r g e .
#
# if ( NOT MSGFMT_EXECUTABLE OR NOT MSGFMT_VERSION )
# tde_setup_msgfmt ( )
# endif ( )
# if ( "${MSGFMT_VERSION}" VERSION_LESS "0.19" )
if ( TRUE )
if ( NOT INTLTOOL_MERGE_EXECUTABLE )
find_program ( INTLTOOL_MERGE_EXECUTABLE
N A M E S i n t l t o o l - m e r g e
H I N T S " $ { T D E _ P R E F I X } / b i n "
)
if ( "${INTLTOOL_MERGE_EXECUTABLE}" STREQUAL "INTLTOOL_MERGE_EXECUTABLE-NOTFOUND" )
tde_message_fatal ( "xgettext >= 0.19 or intltool-merge is required but not found" )
# tde_message_fatal ( "xgettext >= 0.19 or intltool-merge is required but not found" )
tde_message_fatal ( "intltool-merge is required but not found" )
endif ( )
message ( STATUS "Found intltool: ${INTLTOOL_MERGE_EXECUTABLE}" )
endif ( )
set ( DESKTOP_MERGE_INTLTOOL 1 )
else ( )