diff options
author | François Andriot <[email protected]> | 2023-05-08 13:52:09 +0200 |
---|---|---|
committer | François Andriot <[email protected]> | 2023-05-08 13:52:09 +0200 |
commit | 8ab4d3920b6da379f4d14ff3b78d088a45df7cb8 (patch) | |
tree | 513fffd2185a74b7d8e1ef0a0808e9d7b1bac0a0 /redhat/Makefile | |
parent | 0edc1511e1134e66172a80f8d69389f246ff867e (diff) | |
download | tde-packaging-8ab4d3920b6da379f4d14ff3b78d088a45df7cb8.tar.gz tde-packaging-8ab4d3920b6da379f4d14ff3b78d088a45df7cb8.zip |
RPM: update build scripts for Fedora 38
Signed-off-by: François Andriot <[email protected]>
Diffstat (limited to 'redhat/Makefile')
-rw-r--r-- | redhat/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/redhat/Makefile b/redhat/Makefile index b6712c9cc..84a08053a 100644 --- a/redhat/Makefile +++ b/redhat/Makefile @@ -149,7 +149,7 @@ ifneq (,$(filter $(DIST), .mga6 .mga7 .mga8 .oss151 .oss152 .oss153 .oss154 .oss endif htdig: -ifneq (,$(filter $(DIST), .el7 .el8 .el9 .mga6 .mga7 .mga8 )) +ifneq (,$(filter $(DIST), .el7 .el8 .el9 .fc38 .mga6 .mga7 .mga8 )) $(call buildpkg,extras/htdig) endif @@ -163,9 +163,6 @@ ifneq (,$(filter $(DIST), .el7 .el8 .el9 .mga7 .mga8 .oss151 .oss152 .oss153 .os $(call buildpkg,3rdparty/lcms) endif -libbeagle: - $(call buildpkg,3rdparty/libbeagle) - mp4v2: ifneq (,$(filter $(DIST), .el9 .oss151 .oss152 .oss153 .oss154 .osstw )) $(call buildpkg,3rdparty/mp4v2) @@ -189,7 +186,7 @@ ifneq (,$(filter $(DIST),.oss150 .oss151)) endif wv2: -ifneq (,$(filter $(DIST), .el5 .el6 .el7 .el8 .el9 .fc30 .fc31 .fc32 .fc33 .fc34 .fc35 .fc36 .fc37)) +ifneq (,$(filter $(DIST), .el5 .el6 .el7 .el8 .el9 .fc30 .fc31 .fc32 .fc33 .fc34 .fc35 .fc36 .fc37 .fc38)) $(call buildpkg,3rdparty/wv2) endif @@ -380,7 +377,7 @@ endif klcddimmer: tdebase $(call buildpkg,applications/settings/klcddimmer) -kmplayer: tdebase +kmplayer: tdebase koffice $(call buildpkg,applications/multimedia/kmplayer) kmyfirewall: tdebase |