tis-zeal icon

Zeal

Paquet d'installation silencieuse pour Zeal

0.9.1-3
Development
Development

  • package: tis-zeal
  • name: Zeal
  • version: 0.9.1-3
  • categories: Development
  • maintainer: WAPT Team,Tranquil IT,Ingrid TALBOT,Amel FRADJ
  • licence: opensource_free,cpe:/a:gnu:gpl_v3,wapt_public
  • locale: all
  • target_os: windows
  • impacted_process: zeal
  • architecture: x64
  • signature_date:
  • size: 110.34 Mo
  • installed_size: 232.09 Mo
  • homepage : https://zealdocs.org/

package           : tis-zeal
version           : 0.9.1-3
architecture      : x64
section           : base
priority          : optional
name              : Zeal
categories        : Development
maintainer        : WAPT Team,Tranquil IT,Ingrid TALBOT,Amel FRADJ
description       : Zeal is an offline documentation browser for software developers
depends           : 
conflicts         : 
maturity          : PROD
locale            : all
target_os         : windows
min_wapt_version  : 2.3
sources           : 
installed_size    : 232085335
impacted_process  : zeal
description_fr    : Zeal est un navigateur de documentation hors ligne pour les développeurs de logiciels
description_pl    : Zeal to przeglądarka dokumentacji offline dla programistów
description_de    : Zeal ist ein Offline-Dokumentationsbrowser für Softwareentwickler
description_es    : Zeal es un navegador de documentación offline para desarrolladores de software
description_pt    : O Zeal é um navegador de documentação offline para programadores de software
description_it    : Zeal è un browser per la documentazione offline per gli sviluppatori di software
description_nl    : Zeal is een offline documentatiebrowser voor softwareontwikkelaars
description_ru    : Zeal - это автономный браузер документации для разработчиков программного обеспечения
audit_schedule    : 
editor            : 
keywords          : documentation,development
licence           : opensource_free,cpe:/a:gnu:gpl_v3,wapt_public
homepage          : https://zealdocs.org/
package_uuid      : a8f9ed3f-af2d-4c36-85fe-1809b0099e77
valid_from        : 
valid_until       : 
forced_install_on : 
changelog         : https://github.com/zealdocs/zeal/releases
min_os_version    : 
max_os_version    : 
icon_sha256sum    : 0a0c6536b13cb856deff5a72d80c50952aa41bca4b04c944b75ea809493d4e5a
signer            : Tranquil IT
signer_fingerprint: 8c5127a75392be9cc9afd0dbae1222a673072c308c14d88ab246e23832e8c6bb
signature_date    : 2026-08-11T18:05:28.000000
signed_attributes : package,version,architecture,section,priority,name,categories,maintainer,description,depends,conflicts,maturity,locale,target_os,min_wapt_version,sources,installed_size,impacted_process,description_fr,description_pl,description_de,description_es,description_pt,description_it,description_nl,description_ru,audit_schedule,editor,keywords,licence,homepage,package_uuid,valid_from,valid_until,forced_install_on,changelog,min_os_version,max_os_version,icon_sha256sum,signer,signer_fingerprint,signature_date,signed_attributes
signature         : gCceEHxLOuVexITMfBCuCRCT0lbrNDLO/FbTS5IzF5Zj0NqydsP8eSXDTQTVkABKBNYYDApFrD5Ws/fQIp38rAcn4Stnx/JRIy1Z6TXQNDD4hkemF1JZ1RnRtznYxveL9zw+lWHdIaqGX+CDTqpBC7d7kVfeZa2TeqdUJGS3NxZZX1wk/iVCuWqkN8QBQB48s4xvSxYX1nGdNr98ZdBfmQAeAiwrucqh82EUp/7BPzVu6pvWQ7fRYJQiJQLlVYqT+Daya9UXM9fUo2OiB4Y2k6IfjPvKzROXRSw3nKqpSkgZ1d7dg3BETRvg3V9janhcjqbPi3PorqtKsRo+QdNrXQ==

# -*- coding: utf-8 -*-
from setuphelpers import *


def install():
    bin_name = glob.glob("zeal*.msi")[0]
    install_msi_if_needed(
        bin_name
    )

# -*- coding: utf-8 -*-
from setuphelpers import *
import re


def update_package():
    # Declaring local variables
    package_updated = False
    proxies = get_proxies()
    if not proxies:
        proxies = get_proxies_from_wapt_console()
    api_url = "https://api.github.com/repos/zealdocs/zeal/releases/latest"

    # Getting latest version from sources
    print("API used is: %s" % api_url)
    json_load = wgets(api_url, proxies=proxies, as_json=True)
    version = json_load["tag_name"].replace("v", "")
    for to_download in json_load["assets"]:
        if control.architecture in to_download["browser_download_url"] and to_download["browser_download_url"].endswith(".msi"):
            download_url = to_download["browser_download_url"]
            latest_bin = to_download["name"]
            break

    # Downloading latest binaries
    print(f"Latest version of {control.name} is: {version}")
    print("Download URL is: %s" % download_url)
    if not isfile(latest_bin):
        print("Downloading: %s" % latest_bin)
        wget(download_url, latest_bin, proxies=proxies)
    else:
        print("Binary is present: %s" % latest_bin)


    # Deleting binaries
    for f in glob.glob("*.msi"):
        if f != latest_bin:
            remove_file(f)

    # Downloading latest binaries
    print("Download URL is: %s" % download_url)
    if not isfile(latest_bin):
        print("Downloading: %s" % latest_bin)
        wget(download_url, latest_bin, proxies=proxies)
    else:
        print("Binary is present: %s" % latest_bin)

    version = get_version_from_binary(latest_bin)

    control.set_software_version(version)
    control.save_control_to_wapt()

38d056ab130f7bf7c481c12636a4e9959de36561d3dfcbe54c6e3571bc0c1dc3 : WAPT/certificate.crt
045ee186f333a7b051d8609460259a6e07fc8b762431f3479e2fdcd4ea68b224 : WAPT/control
0a0c6536b13cb856deff5a72d80c50952aa41bca4b04c944b75ea809493d4e5a : WAPT/icon.png
ce1b39906c215410cc965b5d1a07d91437a84761346c62f89861a87b54bbb176 : luti.json
e83b1871ba5e07a6db4ed2675c9a3fe175a2f2c2cfa5fcead7237cc1c17bde06 : setup.py
9836ed9309aec117287732860e59d0dca1257e039b6daa2af5dcb9a6bfc296dc : update_package.py
cc6108100167637e60595c8c7372e2406ff5cb5d3954b40f130121e6d0fd20c9 : zeal-0.9.1-windows-x64.msi