Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37039430
en ru br
ALT Linux repos
S:3.4.5-alt1

Group :: Graphical desktop/GNOME
RPM: zorin-desktop-themes

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: zorin-desktop-themes
Version: 3.4.5
Release: alt1
Summary: Zorin OS desktop themes

License: GPL-2.0+
Group: Graphical desktop/GNOME
URL: https://github.com/ZorinOS/zorin-desktop-themes

Source: %name-%version.tar

BuildArch: noarch

#Requires: fonts-zorin-os-core

# +fonts-croscore-config-zorin-os - Map open-source Croscore fonts to MS fonts
# ?fonts-michroma-zorin-os - A rounded-square sans typeface
# +fonts-roboto-mono-zorin-os - Monospaced addition to the Roboto type family
# ?fonts-zorin-os-core - Zorin OS essential fonts

%description
The Zorin OS desktop theme provided in a variety of color combinations.

%define themes ZorinBlue-Dark ZorinBlue-Light ZorinGreen-Dark ZorinGreen-Light ZorinGrey-Dark ZorinGrey-Light ZorinOrange-Dark ZorinOrange-Light ZorinPurple-Dark ZorinPurple-Light ZorinRed-Dark ZorinRed-Light

%{expand:%(\
   for theme in %{themes}; do \
       echo "%%package -n gtk-theme-$theme";\
       echo -e "Summary: $theme GTK+ theme\nGroup: Graphical desktop/GNOME";\
       echo "Requires: libgtk-engine-murrine";\
       echo "Requires: libgtk+2";\
       echo "Requires: fonts-ttf-google-roboto-mono";\
       echo "Requires: fonts-ttf-google-croscore-arimo";\
       echo "Requires: fonts-ttf-google-croscore-cousine";\
       echo "Requires: fonts-ttf-google-croscore-tinos";\
       if [ "$theme" == "Zorin-95" ]; then echo "Requires: icon-theme-Zorin"; else echo "Requires: icon-theme-$theme"; fi;\
       echo -e "%%description -n gtk-theme-$theme\n$theme GTK+ theme.\n";\
       echo -e "%%files -n gtk-theme-$theme\n%%_datadir/themes/$theme/\n";\
   done\
)}

%prep
%setup

%install
mkdir -p %buildroot%_datadir/themes
cp -a Zorin* %buildroot%_datadir/themes

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin