tis-joplin
3.2.8-12
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.
5964 downloads
Download
See build result See VirusTotal scan

- package : tis-joplin
- name : Joplin
- version : 3.2.8-12
- categories : Utilities
- maintainer : WAPT Team,Tranquil IT,Kenan KILICARSLAN
- installed_size : 501309440
- editor : Laurent Cozic,Joplin Contributors
- licence : MIT
- signature_date : 2025-01-13T08:10:34.000000
- size : 225.26 Mo
- locale : all
- target_os : linux
- impacted_process : joplin
- architecture : x64
- Homepage : https://joplinapp.org/
package : tis-joplin
version : 3.2.8-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 : PROD
locale : all
target_os : linux
min_wapt_version : 2.3
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 : c8ebefe5-ba45-4c15-a38c-6b4912dc6b2a
valid_from :
valid_until :
forced_install_on :
changelog : https://joplinapp.org/changelog/
min_os_version :
max_os_version :
icon_sha256sum : c6764253699496f2f819de38441370368c32c05bd690a95ac0f229493bb898a0
signer : Tranquil IT
signer_fingerprint: 8c5127a75392be9cc9afd0dbae1222a673072c308c14d88ab246e23832e8c6bb
signature_date : 2025-01-13T08:10:34.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 : SEImDeqIsy6Bnn1XRjW3jL4OwkQpWQ0ciiOH2jFQD+T1RICByfrgkK1dwfNLk6tF8FniPa0b/vG0hiHbW4fjJqamTY/mCTlKoOYZPyjU74RLiYCRb7374UsQlWQrfIkhaI98H7qCqN7nt4t7xLevu4rks1ZfHC2Oe8K466997nvXwmGUDrLacUPfoqEnzdAvWMw9ApNgulhwwypa2JAR351X9EPmwjNdCDF4zwxVlPYUTRskAPiRk7C/2aEmDUl/D6CcYR4H57IP6SH8J3MEReseID5sNwElThF7oTkXWt9sEokBiwu9xfehaJMiO/cmVsj+Fc7dUxp5QNZgy6vz6g==
# -*- 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 *
from iniparse import ConfigParser
def install():
install_dir = makepath('/','opt',control.package.split('-',1)[1])
appimage = glob.glob("Joplin*.AppImage")[0]
install_appimage(appimage,install_dir)
def uninstall():
install_dir = makepath('/','opt',control.package.split('-',1)[1])
uninstall_appimage(install_dir)
def install_appimage(appimage,install_dir,binaliasname=None):
run('chmod a+x ./' + appimage)
if isdir(install_dir):
uninstall_appimage(install_dir)
mkdirs(install_dir)
name_appimage = appimage.split('/')[-1]
filecopyto(appimage, makepath(install_dir, name_appimage))
run('"./%s" --appimage-extract' % appimage)
for desktop in glob.glob(makepath('squashfs-root','*.desktop')):
desktop_cp = ConfigParser()
desktop_cp.optionxform = str
desktop_file = open(desktop, encoding="utf-8")
desktop_cp.readfp(desktop_file)
bin_path = desktop_cp.get('Desktop Entry',"Exec")
newbin_path = install_dir + '/' + name_appimage
if ' %' in bin_path:
newbin_path = newbin_path + ' %' + bin_path.split(' %',1)[1]
icon_path = desktop_cp.get('Desktop Entry',"Icon")
srcicon = makepath('squashfs-root',icon_path +'.svg')
if not isfile(srcicon):
srcicon = makepath('squashfs-root',icon_path +'.png')
if not isfile(srcicon):
lstglob = glob.glob(makepath('squashfs-root','*.svg'))
if lstglob :
srcicon=lstglob[0]
if not isfile(srcicon):
lstglob = glob.glob(makepath('squashfs-root','*.png'))
if lstglob :
srcicon=lstglob[0]
else:
srcicon = None
if srcicon:
new_icon = install_dir + '/' + srcicon.split('/')[-1]
filecopyto(srcicon,new_icon)
desktop_cp.set('Desktop Entry',"Icon",new_icon)
desktop_cp.set('Desktop Entry',"Exec",newbin_path)
with open(desktop, 'w', encoding="utf-8") as f:
desktop_cp.write(f)
pathdesk = makepath(install_dir,desktop.split('/')[-1])
filecopyto(desktop, pathdesk)
run('chown root:root "%s" ' % pathdesk)
for f in glob.glob(makepath(install_dir,'*.desktop')):
run('ln -sf "%s" "/usr/share/applications/%s"' % (f,f.split('/')[-1]))
if binaliasname :
run(f"ln -sf {install_dir}/{name_appimage} /usr/bin/{binaliasname}")
remove_tree('squashfs-root')
def uninstall_appimage(install_dir):
if not glob.glob(makepath(install_dir,'*.desktop')):
error('.desktop not found')
for f in glob.glob(makepath(install_dir,'*.desktop')):
deskfile = f.split('/')[-1]
system_desktop = makepath("/","usr","share","applications",deskfile)
if isfile(system_desktop):
remove_file(system_desktop)
remove_tree(install_dir)
# -*- 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
4f72e7aa957e3d46d640d945297d75aacc4a21cee70e5903a8f08f3aec1a320b : Joplin-3.2.8.AppImage
38d056ab130f7bf7c481c12636a4e9959de36561d3dfcbe54c6e3571bc0c1dc3 : WAPT/certificate.crt
ec745927e4c72f4bd339104acc0a5d25de8380ade25a43722366f8e3b913df26 : WAPT/control
c6764253699496f2f819de38441370368c32c05bd690a95ac0f229493bb898a0 : WAPT/icon.png
e466c4ac5e475c566cc890a4463ad8be0ae4e043a6f54f565acbeb0059d8ba1c : luti.json
1767d9a61c05a8faf21c17ae03098180f03a312b4fe2b609dff970aa9364355a : setup.py
2b100c65e3c00faeed3927e7343ed49ecd4c3d3bd638d1d8bfb39112a8c7771f : update_package.py