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:
parent
d325528aa5
commit
6a5af58aed
@ -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()
|
||||||
|
@ -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
7
debian/changelog
vendored
@ -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
2
debian/rules
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user