You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdegames/libtdegames/carddecks/CMakeLists.txt

31 lines
919 B

#################################################
#
# (C) 2016 Alexander Golubev
# fatzer2 (AT) gmail.com
#
# Improvements and feedback are welcome
#
# This file is released under GPL >= 2
#
#################################################
install( DIRECTORY cards-aisleriot cards-dondorf-whist-b
cards-gdkcard-bonded cards-hard-a-port cards-penguins
cards-spaced cards-xskat-french cards-default decks
cards-konqi-modern cards-warwick cards-xskat-german
DESTINATION ${DATA_INSTALL_DIR}/carddecks
PATTERN *.desktop EXCLUDE
)
file( GLOB_RECURSE _desktops
RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_CURRENT_SOURCE_DIR}/*.desktop )
foreach( _desktop IN LISTS _desktops )
get_filename_component( _theme ${_desktop} PATH )
tde_create_translated_desktop(
SOURCE ${_desktop}
DESTINATION ${DATA_INSTALL_DIR}/carddecks/${_theme}
PO_DIR libtdegames-carddecks
)
endforeach()