diff options
author | François Andriot <albator78@libertysurf.fr> | 2016-05-06 11:03:56 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2016-05-06 11:04:00 +0200 |
commit | ec791efcd6b9cc3795f63f54f0df6fbc6e561069 (patch) | |
tree | 10f245850afebe65f458d349eaa74a60bc3060d4 /redhat/main/tdebase/tdebase-14.0.0.spec | |
parent | bd96a61dc07912d136bae4eb9c0131658c92f43b (diff) | |
download | tde-packaging-ec791efcd6b9cc3795f63f54f0df6fbc6e561069.tar.gz tde-packaging-ec791efcd6b9cc3795f63f54f0df6fbc6e561069.zip |
RPM Packaging: add kplayer, kxmleditor, qalculate, tastymenu, tde-style-baghira, tde-style-domino, tde-style-ia-ora, update tdelibs, tdebase
Diffstat (limited to 'redhat/main/tdebase/tdebase-14.0.0.spec')
-rw-r--r-- | redhat/main/tdebase/tdebase-14.0.0.spec | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/redhat/main/tdebase/tdebase-14.0.0.spec b/redhat/main/tdebase/tdebase-14.0.0.spec index 56177c354..4a8b83f0b 100644 --- a/redhat/main/tdebase/tdebase-14.0.0.spec +++ b/redhat/main/tdebase/tdebase-14.0.0.spec @@ -621,6 +621,12 @@ BuildRequires: libconfig-devel %define with_tderandrtray 1 %endif +# ELFICON support +%if 0 +%define with_elficon 1 +BuildRequires: libr-devel >= 0.6.0 +%endif + # tdebase is a metapackage that installs all sub-packages Requires: %{name}-runtime-data-common = %{version}-%{release} Requires: %{name}-data = %{version}-%{release} @@ -3642,7 +3648,7 @@ fi %{?with_hal:-DWITH_HAL=ON} \ %{?!with_tdehwlib:-DWITH_TDEHWLIB=OFF} \ -DWITH_UPOWER=ON \ - -DWITH_ELFICON=ON \ + %{?!with_elficon:-DWITH_ELFICON=OFF} \ \ -DBUILD_ALL=ON \ %if 0%{?suse_version} |