Browse Source
* Adding top-level CPACK option * Setting CMAKE_BUILD_TYPE should always be Cache variables This initializes CMAKE_CXX_FLAGS_RELEASE during project() correctly. With out this, changes to CMakeLists.txt may result in a complete rebuild because CMAKE_BUILD_TYPE wasn't in the cache before, and wasn't respected by project(), but now it is. https://cmake.org/pipermail/cmake/2008-September/023808.html * Always build deb and rpm packages where possible * Searching for .ttf instead of hard-coding it's full pathpull/732/head
9 changed files with 124 additions and 30 deletions
@ -1,13 +1,13 @@
|
||||
[Desktop Entry] |
||||
Name=devilutionX |
||||
Name=devilutionx |
||||
GenericName=DevilutionX |
||||
Comment=Play Diablo I on Linux |
||||
Comment[da]=Spil Diablo I på Linux |
||||
Comment[hr]=Igrajte Diablo I na Linuxu |
||||
Exec=devilutionx |
||||
Icon=devilutionx.png |
||||
Icon=devilutionx |
||||
Terminal=false |
||||
Type=Application |
||||
X-DCOP-ServiceType=Multi |
||||
X-KDE-StartupNotify=true |
||||
Categories=Qt;Game;RolePlaying; |
||||
Categories=Game;RolePlaying; |
||||
|
||||
@ -0,0 +1,13 @@
|
||||
[Desktop Entry] |
||||
Name=devilutionx |
||||
GenericName=DevilutionX |
||||
Comment=Play Diablo I on Linux |
||||
Comment[da]=Spil Diablo I på Linux |
||||
Comment[hr]=Igrajte Diablo I na Linuxu |
||||
Exec=devilutionx |
||||
Icon=devilutionx |
||||
Terminal=false |
||||
Type=Application |
||||
X-DCOP-ServiceType=Multi |
||||
X-KDE-StartupNotify=true |
||||
Categories=Game;RolePlaying; |
||||
Loading…
Reference in new issue