tis-zorin-desktop-themes icon

Zorin desktop themes

Silent install package for Zorin desktop themes

0.0.51-20

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-20
  • maintainer: sfonteneau
  • locale: all
  • target_os: debian_based
  • architecture: all
  • signature_date:
  • size: 942.46 Ko
  • homepage : https://github.com/ZorinOS/zorin-desktop-themes

package           : tis-zorin-desktop-themes
version           : 0.0.51-20
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      : 3d815f27-b28c-46e8-ad3c-9958163a525b
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:52:58.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         : e16uAL67/nvsOgzZKD+XHct+bh0sq7W/e7nUmLZwioJA7xjisRb2p2BsmpLrLTFziAhgDcyOL1fmGuMpNBsy3wSFvia2Kdnv2uOUex96+ZBXUMLvfGwLf7LGiQuF8Qke9JdR+kFrgS2Pm/wFlnicJ2Bsnn5RhgcBR5sNP5lwBgi1akClSsbL3z38cBluoFSCgo2NMuJTozK9wLwLvrhceImBwvaapKBmUXcisbDS/tlfWTHT0V9NH/NA7tZ0s7cxytf/KAfn2tKhcAhZzZzVViAwEh00WNVDaJObQiV9C6wpHse/89gc8qMujky5Xq47v3LSpxxuGUzKc7+V4BbCnA==

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

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

def uninstall():
    uninstall_apt("zorin-desktop-themes")

# -*- 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
6deba75a2c8456810ea6fab9c995d76b8600411ad2ad8eaa2e93936609625862 : WAPT/control
caab74d915766f4bdb8e8bf2de4b51ed6150dcc2c9d3e8b3fd8a85d0bca56100 : WAPT/icon.png
5670f03ebb5f5dfff5d071561b69249285dc881e0881c474f12665c2b7b12e46 : luti.json
d92ccdb3660eb6d36459ac4a211399f8177f6fa3ba60c89a1833f0665c742d60 : setup.py
8ad297dbace2482a1ff4767ff086aa968229b9a8e79b9281fbc0ad10d2ccde4e : update_package.py
11a43859605b16bd03ee56ca2d48b9a06bf25d197fde00fd07c93caf6e1ab0f5 : zorin-desktop-themes_5.2.2_all.deb