diff options
Diffstat (limited to 'redhat/Makefile.r14')
-rw-r--r-- | redhat/Makefile.r14 | 23 |
1 files changed, 18 insertions, 5 deletions
diff --git a/redhat/Makefile.r14 b/redhat/Makefile.r14 index 3c778624d..f9e894c98 100644 --- a/redhat/Makefile.r14 +++ b/redhat/Makefile.r14 @@ -24,7 +24,7 @@ all: dependencies main libraries applications i18n meta extras dependencies: tqt3 tqtinterface arts libart_lgpl libcaldav libcarddav sip4-tqt tqca tqca-tls avahi-tqt dbus-tqt dbus-1-tqt akode main: tdelibs tdebase tdeaccessibility tdeadmin tdegames tdemultimedia tdepim tdetoys tdevelop tdeaddons tdeartwork tdebindings tdeedu tdegraphics tdenetwork tdesdk tdeutils tdewebdev libraries: libkdcraw libkexiv2 libkipi libksquirrel libtdeldap libtqt-perl pytdeextensions python-trinity -applications: abakus amarok basket bibletime digikam dolphin filelight gtk3-tqt-engine gtk-qt-engine gwenview k3b k9copy kaffeine kaffeine-mozilla kasablanca katapult kbarcode kbfx kbibtex kbiff kbookreader kchmviewer kcmautostart kcmldap kcmldapcontroller kcmldapmanager kcpuload kdbg kdbusnotification kdiff3 kdirstat keep kerberostray kftpgrabber kile kima kiosktool kkbswitch klcddimmer kmplayer kmyfirewall kmymoney knemo knetload knetstats knights knmap knowit knutclient koffice konversation kopete-otr kpicosim kpilot krecipes krename krusader kscope ksensors kshowmail kshutdown ksplash-engine-moodin ksquirrel kstreamripper ksystemlog ktechlab ktorrent kuickshow kvirc kvkbd kvpnc mplayerthumbs piklab potracegui qt4-tqt-theme-engine rosegarden smartcardauth smb4k soundkonverter tde-guidance tdeio-apt tdeio-ftps tdeio-locate tdeio-sword tdeio-umountwrapper tdenetworkmanager tdepowersave tderadio tde-style-lipstik tde-style-qtcurve tdesudo tdesvn tde-systemsettings tdmtheme tellico tork twin-style-crystal wlassistant yakuake +applications: abakus amarok basket bibletime digikam dolphin filelight gtk3-tqt-engine gtk-qt-engine gwenview k3b k9copy kaffeine kaffeine-mozilla kasablanca katapult kbarcode kbfx kbibtex kbiff kbookreader kchmviewer kcmautostart kcmldap kcmldapcontroller kcmldapmanager kcpuload kdbg kdbusnotification kdiff3 kdirstat keep kerberostray kftpgrabber kile kima kiosktool kkbswitch klcddimmer kmplayer kmyfirewall kmymoney knemo knetload knetstats knetworkmanager8 knights knmap knowit knutclient koffice konversation kopete-otr kpicosim kpilot krecipes krename krusader kscope ksensors kshowmail kshutdown ksplash-engine-moodin ksquirrel kstreamripper ksystemlog ktechlab ktorrent kuickshow kvirc kvkbd kvpnc mplayerthumbs piklab potracegui qt4-tqt-theme-engine rosegarden smartcardauth smb4k soundkonverter tde-guidance tdeio-apt tdeio-ftps tdeio-locate tdeio-sword tdeio-umountwrapper tdenetworkmanager tdepowersave tderadio tde-style-lipstik tde-style-qtcurve tdesudo tdesvn tde-systemsettings tdmtheme tellico tork twin-style-crystal wlassistant yakuake i18n: gwenview-i18n k3b-i18n koffice-i18n tde-i18n extras: icons-nuvola kdevmon kdissert klamav klibido knoda kompose koverartist kpacman mathemagics png2qrgb style-ia-ora @@ -97,7 +97,7 @@ tdeedu: tdebase tdegames: tdebase tdemultimedia $(call buildpkg,main/tdegames) -tdegraphics: tdebase poppler cmake +tdegraphics: tdebase poppler cmake lcms $(call buildpkg,main/tdegraphics) tdelibs: tqt3 tqtinterface arts dbus-tqt dbus-1-tqt cmake avahi-tqt fileshareset trinity-filesystem libart_lgpl @@ -109,7 +109,7 @@ tdemultimedia: tdebase akode tdenetwork: tdebase $(call buildpkg,main/tdenetwork) -tdepim: tdebase libcaldav libcarddav cmake +tdepim: tdebase libcaldav libcarddav cmake dirmngr $(call buildpkg,main/tdepim) tdesdk: tdebase tdebindings cmake @@ -146,6 +146,12 @@ ifneq ($(wildcard /boot/vmlinuz*.el5* /boot/vmlinuz*.el6*),) $(call buildpkg,3rdparty/cmake) endif +dirmngr: +# Build on CentOS >= 7 +ifneq ($(wildcard /boot/vmlinuz*.el7*),) + $(call buildpkg,3rdparty/dirmngr) +endif + esound: # Build on Mageia and CentOS >= 7 ifneq ($(wildcard /etc/mageia-release /boot/vmlinuz*.el7*),) @@ -174,6 +180,11 @@ endif endif endif +lcms: +ifneq ($(wildcard /boot/vmlinuz*.el7*),) + $(call buildpkg,3rdparty/lcms) +endif + libcurl: automake libtool2 # Build on CentOS 5 only ifneq ($(wildcard /boot/vmlinuz*.el4*),) @@ -226,8 +237,8 @@ ifneq ($(wildcard /boot/vmlinuz*.el5*),) endif torsocks: -# Do NOT build on RHEL 7 -ifeq ($(wildcard /boot/vmlinuz*.el7*),) +# Do NOT build on RHEL 6, RHEL 7 +ifeq ($(wildcard /boot/vmlinuz*.el6* /boot/vmlinuz*.el7*),) $(call buildpkg,3rdparty/torsocks) endif @@ -458,7 +469,9 @@ knetstats: tdebase $(call buildpkg,applications/knetstats) knetworkmanager8: tdebase +ifneq ($(wildcard /boot/vmlinuz*.el6*),) $(call buildpkg,applications/knetworkmanager8) +endif knights: tdebase gnuchess $(call buildpkg,applications/knights) |