diff options
Diffstat (limited to 'redhat/Makefile')
-rw-r--r-- | redhat/Makefile | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/redhat/Makefile b/redhat/Makefile index 97fb10fc9..9a74858fa 100644 --- a/redhat/Makefile +++ b/redhat/Makefile @@ -65,7 +65,9 @@ polkit-tqt: tqtinterface dbus-1-tqt $(call buildpkg,dependencies/polkit-tqt) python-tqt: sip4-tqt tdelibs tqscintilla +ifeq (,$(filter $(DIST), .oss154 )) $(call buildpkg,dependencies/python-tqt) +endif sip4-tqt: $(call buildpkg,dependencies/sip4-tqt) @@ -139,12 +141,12 @@ tdewebdev: tdebase tdesdk ### 3rd party libraries and tools brp-check-trinity: -ifneq (,$(filter $(DIST), .oss151 .oss152 .oss153 .osstw )) +ifneq (,$(filter $(DIST), .oss151 .oss152 .oss153 .oss154 .osstw )) $(call buildpkg,3rdparty/brp-check-trinity) endif esound: -ifneq (,$(filter $(DIST), .mga6 .mga7 .mga8 .oss151 .oss152 .oss153 .osstw )) +ifneq (,$(filter $(DIST), .mga6 .mga7 .mga8 .oss151 .oss152 .oss153 .oss154 .osstw )) $(call buildpkg,3rdparty/esound) endif @@ -159,7 +161,7 @@ ifneq (,$(filter $(DIST), .mga6 .mga7 .oss151 .osstw )) endif lcms: -ifneq (,$(filter $(DIST), .el7 .el8 .mga7 .mga8 .oss151 .oss152 .oss153 .osstw )) +ifneq (,$(filter $(DIST), .el7 .el8 .mga7 .mga8 .oss151 .oss152 .oss153 .oss154 .osstw )) $(call buildpkg,3rdparty/lcms) endif @@ -167,7 +169,7 @@ libbeagle: $(call buildpkg,3rdparty/libbeagle) mp4v2: -ifneq (,$(filter $(DIST), .oss151 .oss152 .oss153 .osstw )) +ifneq (,$(filter $(DIST), .oss151 .oss152 .oss153 .oss154 .osstw )) $(call buildpkg,3rdparty/mp4v2) endif @@ -220,10 +222,14 @@ mlt: tqtinterface $(call buildpkg,libraries/mlt) pytdeextensions: tqtinterface python-trinity +ifeq (,$(filter $(DIST), .oss154 )) $(call buildpkg,libraries/pytdeextensions) +endif python-trinity: tqtinterface python-tqt +ifeq (,$(filter $(DIST), .oss154 )) $(call buildpkg,libraries/python-trinity) +endif ### Trinity Applications abakus: tdebase @@ -434,7 +440,7 @@ kpicosim: tdebase $(call buildpkg,applications/kpicosim) kpilot: tdebase tdepim -ifeq (,$(filter $(DIST),.el5 .osstw)) +ifeq (,$(filter $(DIST),.el5 .oss154 .osstw)) $(call buildpkg,applications/kpilot) endif @@ -511,7 +517,7 @@ qalculate-tde: $(call buildpkg,applications/qalculate-tde) qt4-tqt-theme-engine: tdebase -ifeq (,$(filter $(DIST),.el5 .el6 .el8 .oss153 .osstw)) +ifeq (,$(filter $(DIST),.el5 .el6 .el8 .oss153 .oss154 .osstw)) $(call buildpkg,applications/qt4-tqt-theme-engine) endif @@ -536,7 +542,9 @@ tdedocker: tdebase $(call buildpkg,applications/tdedocker) tde-guidance: tdebase pytdeextensions +ifeq (,$(filter $(DIST), .oss154 )) $(call buildpkg,applications/tde-guidance) +endif tdeio-apt: tdebase $(call buildpkg,applications/tdeio-apt) |