summaryrefslogtreecommitdiffstats
path: root/redhat/Makefile
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2021-08-03 10:52:09 +0200
committerFrançois Andriot <albator78@libertysurf.fr>2021-08-03 10:58:44 +0200
commit5a9c30ef24e29ddc32121934330a495005633b3a (patch)
treead7050c63df16fa4c6e3695e965f5ad54af6f5f9 /redhat/Makefile
parent4fa13091440d347b5d67123171f49082ba130008 (diff)
downloadtde-packaging-5a9c30ef24e29ddc32121934330a495005633b3a.tar.gz
tde-packaging-5a9c30ef24e29ddc32121934330a495005633b3a.zip
RPM: add support for opensuse Leap 15.3
Signed-off-by: François Andriot <albator78@libertysurf.fr>
Diffstat (limited to 'redhat/Makefile')
-rw-r--r--redhat/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/redhat/Makefile b/redhat/Makefile
index a90f04b34..dfd5bf589 100644
--- a/redhat/Makefile
+++ b/redhat/Makefile
@@ -134,12 +134,12 @@ tdewebdev: tdebase tdesdk
### 3rd party libraries and tools
brp-check-trinity:
-ifneq (,$(filter $(DIST), .oss151 .oss152 .osstw ))
+ifneq (,$(filter $(DIST), .oss151 .oss152 .oss153 .osstw ))
$(call buildpkg,3rdparty/brp-check-trinity)
endif
esound:
-ifneq (,$(filter $(DIST), .el8 .mga6 .mga7 .mga8 .oss151 .oss152 .osstw ))
+ifneq (,$(filter $(DIST), .el8 .mga6 .mga7 .mga8 .oss151 .oss152 .oss153 .osstw ))
$(call buildpkg,3rdparty/esound)
endif
@@ -154,7 +154,7 @@ ifneq (,$(filter $(DIST), .mga6 .mga7 .oss151 .osstw ))
endif
lcms:
-ifneq (,$(filter $(DIST), .el7 .el8 .mga7 .mga8 .oss151 .oss152 .osstw ))
+ifneq (,$(filter $(DIST), .el7 .el8 .mga7 .mga8 .oss151 .oss152 .oss153 .osstw ))
$(call buildpkg,3rdparty/lcms)
endif
@@ -162,7 +162,7 @@ libbeagle:
$(call buildpkg,3rdparty/libbeagle)
mp4v2:
-ifneq (,$(filter $(DIST), .oss151 .oss152 .osstw ))
+ifneq (,$(filter $(DIST), .oss151 .oss152 .oss153 .osstw ))
$(call buildpkg,3rdparty/mp4v2)
endif
@@ -503,7 +503,7 @@ qalculate-tde:
$(call buildpkg,applications/qalculate-tde)
qt4-tqt-theme-engine: tdebase
-ifeq (,$(filter $(DIST),.el5 .el6 .el8 .osstw))
+ifeq (,$(filter $(DIST),.el5 .el6 .el8 .oss153 .osstw))
$(call buildpkg,applications/qt4-tqt-theme-engine)
endif