1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00

(linux) version bump to 0.91

This commit is contained in:
Ivan Savenko 2013-02-01 08:58:14 +00:00
parent d325528aa5
commit 6a5af58aed
4 changed files with 11 additions and 2 deletions

View File

@ -134,6 +134,8 @@ else()
install(FILES "${CMAKE_SOURCE_DIR}/client/icons/vcmiclient.32x32.png" DESTINATION share/icons/hicolor/32x32/apps RENAME vcmiclient.png) install(FILES "${CMAKE_SOURCE_DIR}/client/icons/vcmiclient.32x32.png" DESTINATION share/icons/hicolor/32x32/apps RENAME vcmiclient.png)
install(FILES "${CMAKE_SOURCE_DIR}/client/icons/vcmiclient.256x256.png" DESTINATION share/icons/hicolor/256x256/apps RENAME vcmiclient.png)
install(FILES "${CMAKE_SOURCE_DIR}/client/icons/vcmiclient.desktop" DESTINATION share/applications) install(FILES "${CMAKE_SOURCE_DIR}/client/icons/vcmiclient.desktop" DESTINATION share/applications)
endif() endif()

View File

@ -6,4 +6,4 @@ Comment=Open engine for Heroes of Might and Magic 3
Icon=vcmiclient Icon=vcmiclient
Exec=vcmiclient Exec=vcmiclient
Categories=Game;StrategyGame; Categories=Game;StrategyGame;
Version=0.90 Version=0.91

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
vcmi (0.91) unstable; urgency=low
* New upstream release
* Build system is now CMake
-- Ivan Savenko <ivan@ivan-pc> Fri, 01 Feb 2013 10:49:40 +0200
vcmi (0.90) unstable; urgency=low vcmi (0.90) unstable; urgency=low
* New upstream release * New upstream release

2
debian/rules vendored
View File

@ -5,4 +5,4 @@
# override disabled by default rpath - we need to find libvcmi.so with it: # override disabled by default rpath - we need to find libvcmi.so with it:
override_dh_auto_configure: override_dh_auto_configure:
dh_auto_configure -- -DCMAKE_SKIP_RPATH=OFF dh_auto_configure -- -DCMAKE_SKIP_RPATH=OFF -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBIN_DIR=games