summaryrefslogtreecommitdiffstats
path: root/redhat/build/Makefile.r14
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2014-01-27 20:10:55 +0100
committerFrançois Andriot <albator78@libertysurf.fr>2014-01-27 20:10:55 +0100
commitb8ab25fa7bc8765aa0bfbb73edad2464eaa905ec (patch)
tree4a0a5de2e8a82e09eba211e4b8e9361303ee9466 /redhat/build/Makefile.r14
parentd5a5e2db811a0ec9e3d86893b45a64d020c454bb (diff)
parent650867080ee48b3e555a57f7ac0dab05eb4c6447 (diff)
downloadtde-packaging-b8ab25fa7bc8765aa0bfbb73edad2464eaa905ec.tar.gz
tde-packaging-b8ab25fa7bc8765aa0bfbb73edad2464eaa905ec.zip
RPM Packaging: update build script
Diffstat (limited to 'redhat/build/Makefile.r14')
-rw-r--r--redhat/build/Makefile.r1410
1 files changed, 8 insertions, 2 deletions
diff --git a/redhat/build/Makefile.r14 b/redhat/build/Makefile.r14
index ac31b4913..5712c83f4 100644
--- a/redhat/build/Makefile.r14
+++ b/redhat/build/Makefile.r14
@@ -126,8 +126,8 @@ htdig:
$(call buildpkg,3rdparty/htdig)
imlib1:
-# Do NOT build on Fedora
-ifeq ($(wildcard /etc/fedora-release),)
+# Do NOT build on Fedora / CentOS
+ifeq ($(wildcard /etc/fedora-release /etc/centos-release),)
$(call buildpkg,3rdparty/imlib1)
endif
@@ -483,7 +483,10 @@ potracegui: tdebase
$(call buildpkg,applications/potracegui)
qt4-tqt-theme-engine: tdebase
+# Do NOT build on CentOS
+ifeq ($(wildcard /etc/centos-release),)
$(call buildpkg,applications/qt4-tqt-theme-engine)
+endif
rosegarden: tdebase lilypond
$(call buildpkg,applications/rosegarden)
@@ -516,7 +519,10 @@ tdeio-umountwrapper: tdebase
$(call buildpkg,applications/tdeio-umountwrapper)
tdenetworkmanager: tdebase
+# Do NOT build on CentOS
+ifeq ($(wildcard /etc/centos-release),)
$(call buildpkg,applications/tdenetworkmanager)
+endif
tdepowersave: tdebase
$(call buildpkg,applications/tdepowersave)