diff options
author | François Andriot <albator78@libertysurf.fr> | 2014-11-02 15:46:59 +0100 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2014-11-02 15:46:59 +0100 |
commit | 7a1a1bd5def7dc22574d9739ab98c52c4d43f983 (patch) | |
tree | 3797804519464b2652a6622f9a03c39a4ce97236 /redhat/tdeartwork | |
parent | 6e4a86a87d6ea676eca57dcc50cd49d8dbf1de6a (diff) | |
download | tde-packaging-7a1a1bd5def7dc22574d9739ab98c52c4d43f983.tar.gz tde-packaging-7a1a1bd5def7dc22574d9739ab98c52c4d43f983.zip |
RPM Packaging: update tdeartwork
Diffstat (limited to 'redhat/tdeartwork')
-rw-r--r-- | redhat/tdeartwork/tdeartwork-14.0.0.spec | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/redhat/tdeartwork/tdeartwork-14.0.0.spec b/redhat/tdeartwork/tdeartwork-14.0.0.spec index 5a119f884..5d5bf7660 100644 --- a/redhat/tdeartwork/tdeartwork-14.0.0.spec +++ b/redhat/tdeartwork/tdeartwork-14.0.0.spec @@ -151,6 +151,13 @@ BuildRequires: xscreensaver-data-extra BuildRequires: %{jack_devel} %endif +# GAMIN support +# Not on openSUSE. +%if 0%{?rhel} || 0%{?fedora} || 0%{?mgaversion} || 0%{?mdkversion} +%define with_gamin 1 +BuildRequires: gamin-devel +%endif + # Metapackage Requires: %{name}-emoticons = %{version}-%{release} @@ -256,7 +263,10 @@ This package is part of Trinity, and a component of the TDE artwork module. %files theme-icon %defattr(-,root,root,-) -%{tde_datadir}/icons/*/* +%{tde_datadir}/icons/ikons/ +%{tde_datadir}/icons/kdeclassic/ +%{tde_datadir}/icons/kids/ +%{tde_datadir}/icons/slick/ %post theme-icon for i in locolor ikons kdeclassic kids slick ; do |