summaryrefslogtreecommitdiffstats
path: root/redhat/Makefile.r14
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2018-07-15 22:58:46 +0200
committerFrançois Andriot <albator78@libertysurf.fr>2018-07-15 23:01:04 +0200
commita84a6c177e6cba0f72c146d29283cefe92750aba (patch)
treeaa8781a335894d7e9ec8bdc7293b512acf173c2f /redhat/Makefile.r14
parentfbd894a9bfc665642be19fa2b3e856af7a9ef7c2 (diff)
downloadtde-packaging-a84a6c177e6cba0f72c146d29283cefe92750aba.tar.gz
tde-packaging-a84a6c177e6cba0f72c146d29283cefe92750aba.zip
RPM: update build scripts for Opensuse TumbleWeed
Diffstat (limited to 'redhat/Makefile.r14')
-rw-r--r--redhat/Makefile.r1410
1 files changed, 5 insertions, 5 deletions
diff --git a/redhat/Makefile.r14 b/redhat/Makefile.r14
index 81225cdae..ac8148e4f 100644
--- a/redhat/Makefile.r14
+++ b/redhat/Makefile.r14
@@ -211,7 +211,7 @@ endif
lcms:
# Build on EL7, OSSTW
-ifeq (,$(filter $(DIST),.el7 osstw))
+ifneq (,$(filter $(DIST),.el7 .osstw))
$(call buildpkg,3rdparty/lcms)
endif
@@ -280,7 +280,7 @@ endif
recode:
# Build on OpenSUSE >= 15.0 only
-ifneq (,$(filter $(DIST),.oss150))
+ifneq (,$(filter $(DIST),.oss150 .osstw))
$(call buildpkg,3rdparty/recode)
endif
@@ -624,7 +624,7 @@ ksquirrel: tdebase libkipi libksquirrel
kstreamripper: tdebase
# Do NOT build on Fedora 27, OpenSUSE >= 15.0 (problem with scons and python3)
-ifeq (,$(filter $(DIST),.fc27 .oss150))
+ifeq (,$(filter $(DIST),.fc27 .oss150 .osstw))
$(call buildpkg,applications/kstreamripper)
endif
@@ -830,7 +830,7 @@ endif
klibido: pan
# Not on RHEL5, nor recent OpenSUSE
-ifeq (,$(filter $(DIST),.el5 .oss150))
+ifeq (,$(filter $(DIST),.el5 .oss150 .osstw))
$(call buildpkg,extras/klibido)
endif
@@ -853,7 +853,7 @@ mathemagics:
$(call buildpkg,extras/mathemagics)
pan: gmime intltool
-ifeq (,$(filter $(DIST),.el5 .oss150))
+ifeq (,$(filter $(DIST),.el5 .oss150 .osstw)))
$(call buildpkg,3rdparty/pan)
endif