- package: tis-fbreader
- name: FBReader
- version: 0.12.10-0
- categories: Media
- maintainer: Simon FONTENEAU, Tranquil IT
- editor: Nikolay Pultsin
- licence: GPLv2
- target_os: windows
- architecture: all
- signature_date:
- size: 5.28 Mo
- homepage : https://fbreader.org/
package : tis-fbreader
version : 0.12.10-0
architecture : all
section : base
priority : optional
name : FBReader
categories : Media
maintainer : Simon FONTENEAU, Tranquil IT
description : FBReader is a popular multi-platform ebook reader.
depends :
conflicts :
maturity : PROD
locale :
target_os : windows
min_wapt_version :
sources : https://github.com/geometer/FBReaderJ
installed_size :
impacted_process :
description_fr : FBReader est un lecteur de livres électroniques multiplateforme populaire.
description_pl : FBReader jest popularnym wieloplatformowym czytnikiem książek elektronicznych.
description_de : FBReader ist ein beliebter Multiplattform-E-Book-Reader.
description_es : FBReader es un popular lector de libros electrónicos multiplataforma.
description_pt :
description_it :
description_nl :
description_ru :
audit_schedule :
editor : Nikolay Pultsin
keywords :
licence : GPLv2
homepage : https://fbreader.org/
package_uuid : 81812d8f-a630-4d2c-9c5b-0c6dbaf8d5dd
valid_from :
valid_until :
forced_install_on :
changelog :
min_os_version :
max_os_version :
icon_sha256sum : 88cce342ed17993f72abf8e7e4121c9b9aaa06068ab074bdfe08678a3c9164fc
signer : Tranquil IT
signer_fingerprint: 8c5127a75392be9cc9afd0dbae1222a673072c308c14d88ab246e23832e8c6bb
signature : rLEuTKLT1eZ0kdVjWju/jx0RCm7c226eqxEEWDKYI+sav5aQU/RsR+IRuOHg02WWyKMu8nelS6mQ+Yd1n/ZILBnTH1eAP8mW8iU1BWU6isv2j7MwdY6p5xJo9u9g2EljpIY8a57yCPKzleGa0wnpuYdqWkYTnLF0BZfTgSMUwN6cPvyMBJ+tmkR17l+Me82J9tC4sv96YSu1SaKsMBPZfqPxb2yWS5DdlP3NMOWxlAvXa6TV/CTRwZtbpA/vICbx0FVg8I9aOA0Ncw5dASgxflVNnqDaClW/BQTki6+tjHjGpS7xKNToT1LFjXwgslFY+GLjBA7eiNLZLAEW90L2xw==
signature_date : 2021-12-21T14:53:15.854536
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 *
uninstallkey = ["FBReader for Windows"]
def install():
print('installing fbreader')
run(r'"FBReaderSetup-%s.exe" /S' % control['version'].split('-',1)[0])
create_programs_menu_shortcut('FBReader', target=makepath(programfiles32,'FBReader','FBReader.exe'))
def update_package():
import json
proxies = {}
if isfile(makepath(application_data(),'waptconsole','waptconsole.ini')):
proxywapt = inifile_readstring(makepath(user_local_appdata(),'waptconsole','waptconsole.ini'),'global','http_proxy')
if proxywapt :
proxies = {'http':proxywapt,'https':proxywapt}
lastversion = wgets('https://fbreader.org/win32',proxies=proxies).split('.exe')[0].split('FBReaderSetup-')[-1]
print('Last Version %s' % lastversion)
filename = "FBReaderSetup-%s.exe" % lastversion
for exe in glob.glob('FBReaderSetup-*.exe') :
if exe != filename:
remove_file(exe)
if not isfile(filename):
wget('https://fbreader.org/files/win32/%s' % filename,filename,proxies=proxies)
pe = PackageEntry()
pe.load_control_from_wapt(os.getcwd())
pe.version = lastversion + '-0'
pe.save_control_to_wapt(os.getcwd())
01fcacbfb2531d1e85c8024ba36c3aaa6c919e9bddf1a5129d2e78aba22a20d6 : setup.py
510d3af6fcf8f2eae5db684bb830ea9845576e76872b9b10854efaea6e4a4cd8 : WAPT/wapt.psproj
88cce342ed17993f72abf8e7e4121c9b9aaa06068ab074bdfe08678a3c9164fc : WAPT/icon.png
a5a97261381e1d0ad46ee15916abec9c2631d0201f5cc50ceb0197a165a0bbbf : WAPT/certificate.crt
252ee8e08ba3355e45012c58feea20cb790cbcca47fa6fed381d842193932b6a : FBReaderSetup-0.12.10.exe
1e98fa1f4a67afa5b7a79ad9d6499b70739c76f13f6f1581e49ff29c8a667a31 : luti.json
023e2bdc94cd8e66d6dac9da416de955471e24dc1a41be416d0ee5979dbec5f2 : Jenkinsfile
0087946b28ebacd7ff28a6b34573755243699b325ce127b92479f60d36263ecb : WAPT/control