
- package: tis-bluegriffon
- name: BlueGriffon
- version: 3.1-2
- categories: Utilities,Development
- maintainer: WAPT Team,Tranquil IT,Pierre COSSON
- locale: all
- target_os: windows
- impacted_process: bluegriffon
- architecture: x64
- signature_date:
- size: 265.16 Mo
- installed_size: 335.63 Mo
- depends:
package : tis-bluegriffon
version : 3.1-2
architecture : x64
section : base
priority : optional
name : BlueGriffon
categories : Utilities,Development
maintainer : WAPT Team,Tranquil IT,Pierre COSSON
description : Web and EPUB Editor based on the rendering engine of Firefox
depends : tis-vcredist2010
conflicts :
maturity : PROD
locale : all
target_os : windows
min_wapt_version : 2.1
sources : http://www.bluegriffon.org/#download
installed_size : 335625608
impacted_process : bluegriffon
description_fr : Editeur Web et EPUB basé sur le moteur de rendu de Firefox
description_pl : Edytor stron internetowych i EPUB oparty na silniku renderującym Firefoksa
description_de : Web- und EPUB-Editor basierend auf der Rendering-Engine von Firefox
description_es : Editor web y EPUB basado en el motor de renderizado de Firefox
description_pt : Web e EPUB Editor baseado no motor de renderização do Firefox
description_it : Editor Web ed EPUB basato sul motore di rendering di Firefox
description_nl : Web- en EPUB-editor gebaseerd op de rendering engine van Firefox
description_ru : Редактор Web и EPUB на основе движка рендеринга Firefox
audit_schedule :
editor :
keywords :
licence :
homepage :
package_uuid : 993db297-673e-4ce9-a67c-8839a3db9d8f
valid_from :
valid_until :
forced_install_on :
changelog :
min_os_version :
max_os_version :
icon_sha256sum : 15552796af438d8f22e94d10265b69be8bdabd6866b295836b2335e1c540500d
signer : Tranquil IT
signer_fingerprint: 8c5127a75392be9cc9afd0dbae1222a673072c308c14d88ab246e23832e8c6bb
signature : xTZ5KT0ycvs1lOiepAWFtABlQ3CtI3fnMNdJuKsQIdaHa2szQLepzQypNI2JnvX6lh6tyjCWnoNlmG6dfOrdmpZy6Mrh389acOrYXgbxQWfVJ+4bbU6H8fg1uwkjRz5Xy1m2EZSrXhgasZpfas1T45xGEcGI4ZmWt9e5HKqX3rqRzZQmbvEJyQKx9bDBgjYVQhFh2YGNdPWIx+tVed5doRuoMLkuCTwCDFvl3vH1yoC9L+so0Chqxn43ln1rvDn+0jCQcuCu+0lu/wB6fBP1SaqUKpoM1uXADE9y9SHIYskH3bCyREut0E3j3XQwdxwx+4iBBDhG4YHUsu66WqAh8g==
signature_date : 2023-09-11T18:03:13.738189
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
# -*- coding: utf-8 -*-
from setuphelpers import *
def install():
install_exe_if_needed(
"bluegriffon-3.1.win-x86_64.exe",
silentflags="/VERYSILENT",
key="{A9015334-10BE-4D64-A776-203336EFE806}_is1",
min_version=control.get_software_version(),
)
# -*- coding: utf-8 -*-
from setuphelpers import *
def update_package():
# Declaring local variables
package_updated = False
proxies = get_proxies()
if not proxies:
proxies = get_proxies_from_wapt_console()
# Providing fixed version information
download_url = "http://bluegriffon.org/freshmeat/3.1/bluegriffon-3.1.win-x86_64.exe"
latest_bin = download_url.split("/")[-1]
fixed_version = "3.1"
# 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, sha256="843661d700c0e43c57c40e3101f2bc262f97c399e70ee87353bea0690abffd49", proxies=proxies)
else:
print("Binary is present: %s" % latest_bin)
# Changing version of the package
control.set_software_version(fixed_version)
control.save_control_to_wapt()
# Validating or not update-package-sources
return package_updated
7bc7830e29b71b1f60d73251834a5aa94f2631adcae24d7933a525f2fdad675b : setup.py
14f434f7de0a59736bf64aca2e4b81e620839700cc5a8a0df66d777a8ff5c5bc : update_package.py
15552796af438d8f22e94d10265b69be8bdabd6866b295836b2335e1c540500d : WAPT/icon.png
a5a97261381e1d0ad46ee15916abec9c2631d0201f5cc50ceb0197a165a0bbbf : WAPT/certificate.crt
16abc20e834b547eabd6e5073af023e8ad4d24a5ebde5c50c12a40339b2c3a48 : luti.json
843661d700c0e43c57c40e3101f2bc262f97c399e70ee87353bea0690abffd49 : bluegriffon-3.1.win-x86_64.exe
d7249772a3a19a92988cb403ea8eaacceb87bf954826466893c77d5222ff38ac : WAPT/control