init snap

This commit is contained in:
Andrei Yankovich 2021-05-09 10:11:31 +03:00
parent 759bffa9a0
commit a5ea89aea1
7 changed files with 15 additions and 17 deletions

View File

@ -66,7 +66,6 @@ SET(PRODUCT_VER_Re 0)
file(MAKE_DIRECTORY ${TARGET_DIR})
initAll()
addDoc(${PROJECT_NAME} ${CMAKE_CURRENT_SOURCE_DIR}/doxygen.conf)
find_package(QT NAMES Qt6 Qt5 COMPONENTS Core REQUIRED)
@ -133,6 +132,4 @@ if (HANOI_SERVER)
add_subdirectory(HanoiTowers/Server)
endif()
initAll()

View File

@ -21,5 +21,6 @@
"qif": "./../installer",
"icon": "./../HanoiTowers/client/res/iconInstall.png",
"deb": true,
"zip": true,
"targetDir": "./../Distro"
}

View File

@ -67,13 +67,13 @@ else()
# Desctop deploying
addDeployFromCustomFile("Client" "${CMAKE_SOURCE_DIR}/Deploy/Client.json")
# if (UNIX)
# #addDeployQIF("Client" ${INSTALLER_DIR} ${TARGET_DIR} "${INSTALLER_DIR}/config/configLinux.xml")
# #addDeploySnap("Client" ${TARGET_DIR})
if (UNIX)
#addDeployQIF("Client" ${INSTALLER_DIR} ${TARGET_DIR} "${INSTALLER_DIR}/config/configLinux.xml")
addDeploySnap("Client" ${TARGET_DIR})
# #addReleaseSnap("Client")
#addReleaseSnap("Client")
# endif()
endif()
endif()
#addReleaseQif("Client" ${DATA_DIR} ${TARGET_DIR})

View File

@ -1,5 +1,5 @@
[Desktop Entry]
Version=1.5.2
Version=1.6.0
Name=Hanoi Towers
Comment=Hanoi Towers Game.
Exec=hanoi-tower
@ -10,6 +10,6 @@ Categories=Games;Application;
X-GNOME-Bugzilla-Bugzilla=GNOME
X-GNOME-Bugzilla-Product=hanoi-tower
X-GNOME-Bugzilla-Component=General
X-GNOME-Bugzilla-Version=1.5.2
X-GNOME-Bugzilla-Version=1.6.0
StartupNotify=true
Name[ru_RU]=Hanoi-Tower
Name[ru_RU]=Ханойские башни

View File

@ -9,8 +9,8 @@ description: |
grade: stable # must be 'stable' to release into candidate/stable channels
confinement: strict # use 'strict' once you have the right plugs and slots
base: core18
icon: installer/packages/HanoiTowers/data/icons/icon.png
base: core20
icon: installer/configicon.png
apps:
hanoi-tower:
@ -31,7 +31,7 @@ parts:
qtlib:
plugin: dump
source: installer/packages/HanoiTowers/data
source: Distro/packages/HanoiTowers/data
libsgl:
plugin: nil

@ -1 +1 @@
Subproject commit a765010efa2b4eafcb6a151e7f56ede04d0a9333
Subproject commit afb5e5a40501066673c480adeed3314fe2b6b197

@ -1 +1 @@
Subproject commit 239fc7dae74a4e88fc379162428d3ca5217d2a5a
Subproject commit 7e34171d9d8125a4eac896f112688fdb9d6e9630