tis-zorin-desktop-themes icon

Zorin desktop themes

Silent install package for Zorin desktop themes

0.0.51-6

Preprod packages are packages built on LUTI. They remain in PREPROD usually for 5 days, after which a second VirusTotal scan is performed to verify that the status has not changed.
If the package passes this last check, it is promoted to PROD and published on the store.

  • package: tis-zorin-desktop-themes
  • name: Zorin desktop themes
  • version: 0.0.51-6
  • maintainer: sfonteneau
  • locale: all
  • target_os: debian_based
  • architecture: all
  • signature_date:
  • size: 942.39 Ko
  • homepage : https://github.com/ZorinOS/zorin-desktop-themes

package           : tis-zorin-desktop-themes
version           : 0.0.51-6
architecture      : all
section           : base
priority          : optional
name              : Zorin desktop themes
categories        : 
maintainer        : sfonteneau
description       : 
depends           : 
conflicts         : 
maturity          : PREPROD
locale            : all
target_os         : debian_based
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          : https://github.com/ZorinOS/zorin-desktop-themes
package_uuid      : 25d67105-bd28-4894-a88a-20b4d8e5a87f
valid_from        : 
valid_until       : 
forced_install_on : 
changelog         : 
min_os_version    : 
max_os_version    : 
icon_sha256sum    : caab74d915766f4bdb8e8bf2de4b51ed6150dcc2c9d3e8b3fd8a85d0bca56100
signer            : test
signer_fingerprint: b82fc8ef4a4475c0f69ac168176c2bfc58f572eb716c4eadd65e4785c155dd8e
signature_date    : 2026-03-06T11:24:24.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         : QuNGxNhVhSAwlzQDcBvvjj5BRdoX2em3LYLPjAFVupZJV/XT1wQJ7WwbB0sSsM4lxjBxBSjZhL8oxsNhpBPQU21zv3pnboF3bolQhWiM1rWA/rE8LkRbWkVXCYOUw1aNY83UcGVSahiz2AzxXPjew9Gl72SbQ6RUlUxJyeo65y2+GwDq0xnNfVE3PkaR4ZT4SKKdeIEzE+e3y1LY24mjlgko+P7LSLnXSa9uCTIBjVRhIK1uCiCWGXjX/VQTu3I8UKay+00Vk0qkMUsQ+JZdkygjPQlLkrNF2k7OzTZuS5IZ3jwZ1MDc4ndbc9UPXE5ue6bmCiT8E9W2grFhxmSZng==

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

def install():
    bin_name = glob.glob('*.deb')
    install_deb(bin_name)



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

release_only = False

def update_package():

    run('''apt update
apt install -y build-essential devscripts equivs git
cd /tmp
git clone https://github.com/ZorinOS/zorin-desktop-themes.git
cd zorin-desktop-themes
debuild -us -uc -b''')
    run('cp -f /tmp/zorin-desktop-themes_*.deb ./')
    
    version = "0.0.%s" % run(r"git -C  /tmp/zorin-desktop-themes rev-list --count master" ).strip()
    control.version = "%s-%s" % (version, control.version.split("-", 1)[-1])
    control.save_control_to_wapt()

01ca7fe94636e5a08fcb73849d3b5df25d51e2c82f4dd1a08f01798b25899819 : WAPT/certificate.crt
2fd7ea1cdf09f0f661d2672b1e3a5ed9f94130fee8b38edb2e2e2f4840fb8866 : WAPT/control
caab74d915766f4bdb8e8bf2de4b51ed6150dcc2c9d3e8b3fd8a85d0bca56100 : WAPT/icon.png
25fa969cafb090c2c8d92a511152450e004ab243a0ab0a3d114d8395fa33740a : luti.json
cbb3d6047adb1296ddc35ecd2d989fe310090f2d462607617827f4ecdfe1be08 : setup.py
8ad297dbace2482a1ff4767ff086aa968229b9a8e79b9281fbc0ad10d2ccde4e : update_package.py
11a43859605b16bd03ee56ca2d48b9a06bf25d197fde00fd07c93caf6e1ab0f5 : zorin-desktop-themes_5.2.2_all.deb