tis-zorin-icon-themes icon

Zorin icon themes

Silent install package for Zorin icon themes

0.0.143-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-icon-themes
  • name: Zorin icon themes
  • version: 0.0.143-20
  • maintainer: sfonteneau
  • locale: all
  • target_os: debian_based
  • architecture: all
  • signature_date:
  • size: 47.65 Mo
  • homepage : https://github.com/ZorinOS/zorin-icon-themes

package           : tis-zorin-icon-themes
version           : 0.0.143-20
architecture      : all
section           : base
priority          : optional
name              : Zorin icon 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-icon-themes
package_uuid      : ea236056-bdec-4d5d-a600-0df6feaa45e1
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-06T12:11:30.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         : r8a4gJb/fbF0+ztVLn2r5TNYKkGuSqi4aWV20Jqsnw4kLkI/WYEQ0fqoR8lklQhrZ09+lQWOjlpQDV7qmIaM/8VsB5OL5bCThNFRmRrBPnc9yc5L/F0MJAA9TiuqgW7TbIzs3fm6BnkgS1JG+yrgtP8fwl+h9OzhsaVP5eyIZfxUP2uxa76G+JWy0ybY5chrO+gsQ4rGJvfuMHzarlP/aD6jNlitVYuA6DS6SiHi0E0B0UzUVF80tOVdT0c/8V3zHj1slQPlw6OKbNgYVMu+My47A30f/NMs1yC8N4OINyF6SM6J/lRctzYqupH7yN+3aNQB5QNWIUweX7d9ll0ErQ==

# -*- 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-icon-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-icon-themes.git
cd zorin-icon-themes
debuild -us -uc -b''')
    run('cp -f /tmp/zorin-icon-themes_*.deb ./')
    
    version = "0.0.%s" % run(r"git -C  /tmp/zorin-icon-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
5185814da5d9a61d64c99bd7370e826c0e559c16a075b2c9a45035f65421e3fa : WAPT/control
caab74d915766f4bdb8e8bf2de4b51ed6150dcc2c9d3e8b3fd8a85d0bca56100 : WAPT/icon.png
5b1a9c5c30d629eeca2c718d29ac6427f1d95113e6966a9abceee2dcf8d7cf15 : luti.json
5a5911323e9c79bbf6157a3ce2f2ad5dd8bc4eb33a2217d88a75f48f01558537 : setup.py
8f922e92196e69df540b3208e9f2258fb5002880286233550559152dfe016918 : update_package.py
985820ef48959bc8f015a8b934841ca73eaa34bcf1e8542282035f173cf2e0c5 : zorin-icon-themes_4.0.6_all.deb