diff options
author | François Andriot <albator78@libertysurf.fr> | 2015-11-11 10:53:24 +0100 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2015-11-11 10:53:24 +0100 |
commit | ef3647b27122d9db4d6ec26840d92e628c5b561f (patch) | |
tree | 553797f00f8a0f8ad3544196abe50af6c637ea75 /redhat/main/tdebase | |
parent | 1ec7b4b4b975e6ab68f45907ce437d7289458f1b (diff) | |
download | tde-packaging-ef3647b27122d9db4d6ec26840d92e628c5b561f.tar.gz tde-packaging-ef3647b27122d9db4d6ec26840d92e628c5b561f.zip |
RPM Packaging: more R14.0.2 updates
Diffstat (limited to 'redhat/main/tdebase')
-rw-r--r-- | redhat/main/tdebase/tdebase-14.0.0.spec | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/redhat/main/tdebase/tdebase-14.0.0.spec b/redhat/main/tdebase/tdebase-14.0.0.spec index d079e4a1d..7accd3610 100644 --- a/redhat/main/tdebase/tdebase-14.0.0.spec +++ b/redhat/main/tdebase/tdebase-14.0.0.spec @@ -242,6 +242,13 @@ Requires: mageia-theme-Default %define tde_starticon %{tde_datadir}/oxygen/scalable/mgabutton.svg %endif +# Mageia 5 Theme +%if 0%{?mgaversion} == 5 +Requires: mageia-theme-Default +%define tde_bg /usr/share/mga/backgrounds/default.jpg +%define tde_starticon %{tde_datadir}/oxygen/scalable/mgabutton.svg +%endif + # Mandriva 2011 Theme: "rosa" %if "%{distribution}" == "Mandriva Linux" && "%{?mdkversion}" == "201100" Requires: mandriva-theme @@ -293,6 +300,14 @@ Requires: hicolor-icon-theme-branding %define tde_starticon /usr/share/icons/hicolor/scalable/apps/distributor.svg %endif +# OpenSuse 42.1 Theme +%if "%{?suse_version}" == "4210" +Requires: wallpaper-branding = 42.1 +%define tde_bg /usr/share/wallpapers/openSUSEdefault/contents/images/1600x1200.jpg +Requires: hicolor-icon-theme-branding +%define tde_starticon /usr/share/icons/hicolor/scalable/apps/distributor.svg +%endif + BuildRequires: trinity-arts-devel >= %{tde_epoch}:1.5.10 BuildRequires: trinity-tdelibs-devel >= %{tde_version} |