Skip to content

Commit

Permalink
Translate app data
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Kebekus committed Jul 22, 2020
1 parent 46a6ece commit 21457c6
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 78 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ jobs:
version: '5.15.0'
- name: Configure
run: |
export CC=/usr/bin/clang
export CXX=/usr/bin/clang++
cmake -E make_directory build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_FLAGS='-Werror -Wall -Wextra'
Expand Down
6 changes: 2 additions & 4 deletions metadata/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@
# Configure files
#

configure_file(${APP_ID}.json.in ${APP_ID}.json)

if (NOT ANDROID)
configure_file(${APP_ID}.appdata.xml.in ${APP_ID}.appdata.xml)
configure_file(${APP_ID}.desktop.in ${APP_ID}.desktop)
configure_file(${CMAKE_SOURCE_DIR}/3rdParty/enrouteText/desktop/linux/${APP_ID}.appdata.xml.in ${APP_ID}.appdata.xml)
configure_file(${CMAKE_SOURCE_DIR}/3rdParty/enrouteText/desktop/linux/${APP_ID}.desktop.in ${APP_ID}.desktop)
configure_file(${APP_ID}.svg ${APP_ID}.svg)

install(FILES ${PROJECT_BINARY_DIR}/metadata/${APP_ID}.desktop DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/applications)
Expand Down
33 changes: 0 additions & 33 deletions metadata/de.akaflieg_freiburg.enroute.appdata.xml.in

This file was deleted.

11 changes: 0 additions & 11 deletions metadata/de.akaflieg_freiburg.enroute.desktop.in

This file was deleted.

27 changes: 0 additions & 27 deletions metadata/de.akaflieg_freiburg.enroute.json.in

This file was deleted.

0 comments on commit 21457c6

Please sign in to comment.