summaryrefslogtreecommitdiffstats
path: root/redhat/Makefile.r14
diff options
context:
space:
mode:
Diffstat (limited to 'redhat/Makefile.r14')
-rw-r--r--redhat/Makefile.r1438
1 files changed, 25 insertions, 13 deletions
diff --git a/redhat/Makefile.r14 b/redhat/Makefile.r14
index d9c3454f2..e70f413eb 100644
--- a/redhat/Makefile.r14
+++ b/redhat/Makefile.r14
@@ -113,7 +113,7 @@ tdelibs: tqt3 tqtinterface arts dbus-tqt dbus-1-tqt cmake avahi-tqt fileshareset
tdemultimedia: tdebase akode
$(call buildpkg,main/tdemultimedia)
-tdenetwork: tdebase
+tdenetwork: tdebase rdesktop
$(call buildpkg,main/tdenetwork)
tdepim: tdebase libcaldav libcarddav cmake dirmngr
@@ -166,8 +166,8 @@ ifneq ($(wildcard /boot/vmlinuz*.el7*),)
endif
esound:
-# Build on Mageia and CentOS >= 7 and Fedora >= 23
-ifneq (,$(filter $(DIST),.mga .el7 .fc2 .osstw))
+# Build on Mageia and CentOS >= 7, Fedora >= 23, Opensuse >= 15.0
+ifneq (,$(filter $(DIST),.mga .el7 .fc2 .oss150 .osstw))
$(call buildpkg,3rdparty/esound)
endif
@@ -247,7 +247,7 @@ endif
mp4v2:
# Build on OpenSUSE only
-ifneq (,$(filter $(DIST),.oss131 .oss132 .oss421 .oss422 .oss423 .osstw))
+ifneq (,$(filter $(DIST),.oss131 .oss132 .oss421 .oss422 .oss423 .oss150 .osstw))
$(call buildpkg,3rdparty/mp4v2)
endif
@@ -266,12 +266,24 @@ endif
python-qt3: tdelibs sip
$(call buildpkg,3rdparty/python-qt3)
+rdesktop:
+# Build on OpenSUSE >= 15.0 only
+ifneq (,$(filter $(DIST),.oss150))
+ $(call buildpkg,3rdparty/rdesktop)
+endif
+
rdiff-backup:
# Only for PCLINUXOS
ifneq ($(wildcard /etc/pclinuxos-release),)
$(call buildpkg,3rdparty/rdiff-backup)
endif
+recode:
+# Build on OpenSUSE >= 15.0 only
+ifneq (,$(filter $(DIST),.oss150))
+ $(call buildpkg,3rdparty/recode)
+endif
+
sip:
# Build on CentOS 5 only (vendor-provided SIP is too old)
ifneq (,$(filter $(DIST),.el5))
@@ -298,7 +310,7 @@ endif
wv2:
# Do NOT build on Mageia or openSUSE or PCLINUXOS
-ifeq (,$(filter $(DIST), .mga5 .mga6 .oss421 .oss422 .oss423 .osstw .pclos))
+ifeq (,$(filter $(DIST), .mga5 .mga6 .oss421 .oss422 .oss423 .oss150 .osstw .pclos))
$(call buildpkg,3rdparty/wv2)
endif
@@ -526,7 +538,7 @@ kmplayer: tdebase
kmyfirewall: tdebase
$(call buildpkg,applications/kmyfirewall)
-kmymoney: tdebase
+kmymoney: tdebase recode
$(call buildpkg,applications/kmymoney)
knemo: tdebase
@@ -612,7 +624,7 @@ ksquirrel: tdebase libkipi libksquirrel
kstreamripper: tdebase
# Do NOT build on Fedora >= 27 (problem with scons and python3)
-ifeq (,$(filter $(DIST),.fc27))
+ifeq (,$(filter $(DIST),.fc27 .oss150))
$(call buildpkg,applications/kstreamripper)
endif
@@ -788,7 +800,7 @@ endif
hk_classes:
# Not on Fedora 27, Opensuse TW
-ifeq (,$(filter $(DIST),.fc27 .osstw))
+ifeq (,$(filter $(DIST),.fc27 .fc28 .oss150 .osstw))
$(call buildpkg,extras/hk_classes)
endif
@@ -811,20 +823,20 @@ kdissert:
$(call buildpkg,extras/kdissert)
klamav:
-# Not on Fedora 27, Opensuse TW
-ifeq (,$(filter $(DIST),.fc27 .osstw))
+# Not on Fedora >= 27, Opensuse TW
+ifeq (,$(filter $(DIST),.fc27 .fc28 .oss150 .osstw))
$(call buildpkg,extras/klamav)
endif
klibido: pan
-# Not on RHEL5
-ifeq (,$(filter $(DIST),.el5))
+# Not on RHEL5, nor recent OpenSUSE
+ifeq (,$(filter $(DIST),.el5 .oss150))
$(call buildpkg,extras/klibido)
endif
knoda: hk_classes
# Not on Fedora 27, Opensuse TW
-ifeq (,$(filter $(DIST),.fc27 .osstw))
+ifeq (,$(filter $(DIST),.fc27 .fc28 .oss150 .osstw))
$(call buildpkg,extras/knoda)
endif