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}) file(MAKE_DIRECTORY ${TARGET_DIR})
initAll()
addDoc(${PROJECT_NAME} ${CMAKE_CURRENT_SOURCE_DIR}/doxygen.conf) addDoc(${PROJECT_NAME} ${CMAKE_CURRENT_SOURCE_DIR}/doxygen.conf)
find_package(QT NAMES Qt6 Qt5 COMPONENTS Core REQUIRED) find_package(QT NAMES Qt6 Qt5 COMPONENTS Core REQUIRED)
@ -133,6 +132,4 @@ if (HANOI_SERVER)
add_subdirectory(HanoiTowers/Server) add_subdirectory(HanoiTowers/Server)
endif() endif()
initAll()

View File

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

View File

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

View File

@ -1,5 +1,5 @@
[Desktop Entry] [Desktop Entry]
Version=1.5.2 Version=1.6.0
Name=Hanoi Towers Name=Hanoi Towers
Comment=Hanoi Towers Game. Comment=Hanoi Towers Game.
Exec=hanoi-tower Exec=hanoi-tower
@ -10,6 +10,6 @@ Categories=Games;Application;
X-GNOME-Bugzilla-Bugzilla=GNOME X-GNOME-Bugzilla-Bugzilla=GNOME
X-GNOME-Bugzilla-Product=hanoi-tower X-GNOME-Bugzilla-Product=hanoi-tower
X-GNOME-Bugzilla-Component=General X-GNOME-Bugzilla-Component=General
X-GNOME-Bugzilla-Version=1.5.2 X-GNOME-Bugzilla-Version=1.6.0
StartupNotify=true 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 grade: stable # must be 'stable' to release into candidate/stable channels
confinement: strict # use 'strict' once you have the right plugs and slots confinement: strict # use 'strict' once you have the right plugs and slots
base: core18 base: core20
icon: installer/packages/HanoiTowers/data/icons/icon.png icon: installer/configicon.png
apps: apps:
hanoi-tower: hanoi-tower:
@ -31,7 +31,7 @@ parts:
qtlib: qtlib:
plugin: dump plugin: dump
source: installer/packages/HanoiTowers/data source: Distro/packages/HanoiTowers/data
libsgl: libsgl:
plugin: nil plugin: nil

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

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