Joplin
Paquet d'installation silencieuse pour Joplin
3.6.15-12
Utilities
Utilities
Les paquets PREPROD sont des paquets construits via LUTI.
Ils restent généralement 5 jours en PREPROD, après quoi un deuxième scan VirusTotal est effectué pour vérifier que le status n'a pas changé.
Si le paquet réussit ce dernier contrôle, il est promu en PROD et publié sur le store.
- package: tis-joplin
- name: Joplin
- version: 3.6.15-12
- categories: Utilities
- maintainer: WAPT Team,Tranquil IT,Kenan KILICARSLAN
- editor: Laurent Cozic,Joplin Contributors
- licence: MIT
- locale: all
- target_os: darwin
- impacted_process: joplin
- architecture: x64
- signature_date:
- size: 162.79 Mo
- installed_size: 501.31 Mo
- homepage : https://joplinapp.org/
package : tis-joplin
version : 3.6.15-12
architecture : x64
section : base
priority : optional
name : Joplin
categories : Utilities
maintainer : WAPT Team,Tranquil IT,Kenan KILICARSLAN
description : Joplin is a free, open source note taking and to-do application, which can handle a large number of notes organised into notebooks. The notes are searchable, can be copied, tagged and modified either from the applications directly or from your own text editor.
depends :
conflicts :
maturity : PREPROD
locale : all
target_os : darwin
min_wapt_version : 2.0
sources : https://github.com/laurent22/joplin/releases
installed_size : 501309440
impacted_process : joplin
description_fr : Joplin est une application gratuite et open source de prise de notes et de tâches, qui peut gérer un grand nombre de notes organisées en carnets. Les notes sont consultables, peuvent être copiées, marquées et modifiées soit directement à partir des applications, soit à partir de votre propre éditeur de texte.
description_pl : Joplin to darmowa, open source'owa aplikacja do robienia notatek i zadań, która może obsługiwać dużą liczbę notatek zorganizowanych w notatnikach. Notatki są przeszukiwalne, mogą być kopiowane, oznaczane i modyfikowane bezpośrednio z aplikacji lub z własnego edytora tekstu
description_de : Joplin ist eine kostenlose, quelloffene Anwendung für Notizen und Aufgaben, die eine große Anzahl von Notizen in Notizbüchern verwalten kann. Die Notizen sind durchsuchbar, können kopiert, mit Tags versehen und entweder direkt aus der Anwendung oder aus Ihrem eigenen Texteditor heraus geändert werden
description_es : Joplin es una aplicación gratuita y de código abierto para tomar notas y hacer tareas, que puede manejar un gran número de notas organizadas en cuadernos. Las notas se pueden buscar, copiar, etiquetar y modificar, ya sea desde la aplicación directamente o desde su propio editor de texto
description_pt : Joplin é uma aplicação gratuita e de código aberto, que pode manusear um grande número de notas organizadas em cadernos. As notas são pesquisáveis, podem ser copiadas, etiquetadas e modificadas quer directamente das aplicações, quer do seu próprio editor de texto
description_it : Joplin è un'applicazione gratuita e open source per la presa di appunti e la gestione di un gran numero di note organizzate in quaderni. Le note sono ricercabili, possono essere copiate, etichettate e modificate direttamente dall'applicazione o dal proprio editor di testo
description_nl : Joplin is een gratis, open source toepassing voor het maken van notities en to-do's, die een groot aantal in notitieblokken georganiseerde notities kan verwerken. De notities zijn doorzoekbaar, kunnen worden gekopieerd, getagd en gewijzigd, zowel vanuit de applicatie zelf als vanuit uw eigen tekstverwerker
description_ru : Joplin - это бесплатное приложение с открытым исходным кодом для ведения заметок и выполнения дел, которое может обрабатывать большое количество заметок, организованных в блокноты. Заметки доступны для поиска, их можно копировать, помечать и изменять как непосредственно из приложения, так и из вашего собственного текстового редактора
audit_schedule :
editor : Laurent Cozic,Joplin Contributors
keywords : text,editor,notebooks,notes
licence : MIT
homepage : https://joplinapp.org/
package_uuid : b4816d58-8841-4590-8600-1104cb63cc27
valid_from :
valid_until :
forced_install_on :
changelog : https://joplinapp.org/changelog/
min_os_version :
max_os_version :
icon_sha256sum : c6764253699496f2f819de38441370368c32c05bd690a95ac0f229493bb898a0
signer : test
signer_fingerprint: b82fc8ef4a4475c0f69ac168176c2bfc58f572eb716c4eadd65e4785c155dd8e
signature_date : 2026-06-20T11:32:57.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 : TZVBOsUQSjJEn2VChPUOXjYHeBX18Q1P34plIzx0/pGYOB8PWqtXa61s2dPUnzU3NIHfKbqdlCj615ABn1jhrnE1mVbQJf8+6szVnYTvoqRGYY4btmvEu+4RB1nwijo3XG5CElCTQTpFu8DIy3Rln8GcIKqQd8dl2VMKzmHVMcCf07rruGonHtaecWZ+XtjblpByBHb7cMcbB7/G9k/flbO17rkTE/MH1/XtISlLskOC0CqOPy10tFH8lF3T/YdJC/AMTueJ1cYdkILA4ZzsYtfKnhWF635qQSOa8rIwMXtSXHy+QhNny7Yge647mqBItRiYa4S93iRcs/vFRvvr3Q==
# -*- coding: utf-8 -*-
from setuphelpers import *
def install():
bin_name = glob.glob('Joplin*.dmg')[0]
install_dmg(
bin_name,
key="/Applications/Joplin.app",
min_version=control.get_software_version()
)
# -*- coding: utf-8 -*-
##################################################
# This file is part of WAPT Enterprise
# All right reserved, (c) Tranquil IT Systems 2024
# For more information please refer to
# https://wapt.tranquil.it/store/licences.html
##################################################
from setuphelpers import *
def update_package():
# Declaring local variables
package_updated = False
proxies = get_proxies()
if not proxies:
proxies = get_proxies_from_wapt_console()
app_name = control.name
api_url = "https://api.github.com/repos/laurent22/joplin/releases/latest"
releases_dict = wgets(api_url, proxies=proxies, as_json=True)
version = releases_dict["tag_name"].replace('v', '')
os_dict = {
"windows-all": f"Joplin-Setup-{version}.exe",
"linux-x64": f"Joplin-{version}.AppImage",
"darwin-x64": f"Joplin-{version}.dmg",
"darwin-arm": f"Joplin-{version}-arm64.dmg",
}
os_type = control.target_os + "-" + ensure_list(control.architecture)[0]
for asset in releases_dict["assets"]:
if asset["name"].lower() == os_dict[os_type].lower():
download_url = asset["browser_download_url"]
latest_bin = asset["name"]
latest_bin_extension = latest_bin.rsplit('.', 1)[-1]
break
# Downloading latest binaries
print(f"Latest {app_name} version is: {version}")
print(f"Download URL is: {download_url}")
if not isfile(latest_bin):
print(f"Downloading: {latest_bin}")
wget(download_url, latest_bin, proxies=proxies)
else:
print(f"Binary is present: {latest_bin}")
# Changing version of the package
if Version(version) > Version(control.get_software_version()):
print(f"Software version updated (from: {control.get_software_version()} to: {Version(version)})")
package_updated = True
else:
print(f"Software version up-to-date ({Version(version)})")
for f in glob.glob(f'*.{latest_bin_extension}'):
if f != latest_bin:
remove_file(f)
control.set_software_version(version)
control.save_control_to_wapt()
return package_updated
dd614d8624ae7b6ef7085821e44f306d6c5d9ed57c8160f94e71d697c114e80e : Joplin-3.6.15.dmg
01ca7fe94636e5a08fcb73849d3b5df25d51e2c82f4dd1a08f01798b25899819 : WAPT/certificate.crt
68edc94f5ee65d6d2345f56c6e92aa32b76608f7f4dda4b602a41f17def3450c : WAPT/control
c6764253699496f2f819de38441370368c32c05bd690a95ac0f229493bb898a0 : WAPT/icon.png
264d7882a9124ac9c39383f20a9de8c23286135b8e513369f3748b3e9160defc : luti.json
62a30a2f8be9af1613fb8f23e7886f804dfc4a040817b94b4a21db21f5ae8134 : setup.py
2b100c65e3c00faeed3927e7343ed49ecd4c3d3bd638d1d8bfb39112a8c7771f : update_package.py