RPM: update Makefile

Signed-off-by: François Andriot <albator78@libertysurf.fr>
pull/219/head
François Andriot 1 year ago
parent 4eb630f7e9
commit a589a456ee

@ -27,7 +27,7 @@ all: common dependencies core libraries applications i18n meta external
dependencies: tde-cmake tqt3 tqtinterface akode arts libart_lgpl libcaldav libcarddav polkit-tqt pytqt sip4-tqt tqca tqscintilla avahi-tqt dbus-tqt dbus-1-tqt
core: tdelibs tdebase tdeaccessibility tdeadmin tdegames tdemultimedia tdepim tdetoys tdevelop tdeaddons tdeartwork tdebindings tdeedu tdegraphics tdenetwork tdesdk tdeutils tdewebdev
libraries: kipi-plugins libkdcraw libkexiv2 libkipi libksquirrel libtdeldap libtqt-perl pytdeextensions pytde
applications: abakus amarok basket bibletime codeine 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 keximdb kftpgrabber kile kima kiosktool kkbswitch klamav klcddimmer kmplayer kmyfirewall kmymoney knemo knetload knetstats knetworkmanager8 knights knmap knowit knutclient koffice kompose konversation kooldock kopete-otr kpicosim kpilot krecipes krename krusader kscope ksensors kshowmail kshutdown ksplash-engine-moodin ksquirrel kstreamripper ksystemlog ktechlab ktorrent kvirc kvkbd kvpnc kxmleditor mathemagics mplayerthumbs piklab polkit-agent-tde potracegui qalculate-tde qt4-tqt-theme-engine rosegarden smartcardauth smb4k soundkonverter tdebluez tde-guidance tdeio-appinfo tdeio-apt tdeio-ftps tdeio-gopher tastymenu tdedocker tdeio-locate tdeio-sword tdeio-umountwrapper tdenetworkmanager tdepacman tdepowersave tderadio tdesshaskpass tde-style-baghira tde-style-domino tde-style-ia-ora tde-style-lipstik tde-style-qtcurve tdesudo tdesvn tde-systemsettings tdmtheme tellico tork twin-style-crystal twin-style-dekorator twin-style-machbunt twin-style-suse2 wlassistant yakuake
applications: abakus amarok basket bibletime codeine 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 keximdb kftpgrabber kile kima kiosktool kkbswitch klamav klcddimmer kmplayer kmyfirewall kmymoney knemo knetload knetstats knights knmap knowit knutclient koffice kompose konversation kooldock kopete-otr kpicosim kpilot krecipes krename krusader kscope ksensors kshowmail kshutdown ksplash-engine-moodin ksquirrel kstreamripper ksystemlog ktechlab ktorrent kvirc kvkbd kvpnc kxmleditor mathemagics mplayerthumbs piklab polkit-agent-tde potracegui qalculate-tde qt4-tqt-theme-engine rosegarden smartcardauth smb4k soundkonverter tdebluez tde-guidance tdeio-appinfo tdeio-apt tdeio-ftps tdeio-gopher tastymenu tdedocker tdeio-locate tdeio-sword tdeio-umountwrapper tdenetworkmanager tdepacman tdepowersave tderadio tdesshaskpass tde-style-baghira tde-style-domino tde-style-ia-ora tde-style-lipstik tde-style-qtcurve tdesudo tdesvn tde-systemsettings tdmtheme tellico tork twin-style-crystal twin-style-dekorator twin-style-machbunt twin-style-suse2 wlassistant yakuake
i18n: gwenview-i18n k3b-i18n koffice-i18n tde-i18n
### Trinity Dependencies
@ -62,14 +62,10 @@ ifeq (,$(filter $(DIST), .el5 .el6 ))
endif
pytqt: sip4-tqt tdelibs tqscintilla
ifeq (,$(filter $(DIST), .el9 .oss154 ))
$(call buildpkg,dependencies/pytqt)
endif
sip4-tqt:
ifeq (,$(filter $(DIST), .el9 ))
$(call buildpkg,dependencies/sip4-tqt)
endif
tde-cmake:
$(call buildpkg,dependencies/tde-cmake)
@ -224,14 +220,10 @@ mlt: tqtinterface
$(call buildpkg,libraries/mlt)
pytdeextensions: tqtinterface pytde
ifeq (,$(filter $(DIST), .el9 .oss154 ))
$(call buildpkg,libraries/pytdeextensions)
endif
pytde: tqtinterface pytqt
ifeq (,$(filter $(DIST), .el9 .oss154 ))
$(call buildpkg,libraries/pytde)
endif
### Trinity Applications
abakus: tdebase
@ -406,11 +398,6 @@ knetload: tdebase
knetstats: tdebase
$(call buildpkg,applications/system/knetstats)
knetworkmanager8: tdebase
ifneq (,$(filter $(DIST),.el6))
$(call buildpkg,applications/settings/knetworkmanager8)
endif
knights: tdebase
$(call buildpkg,applications/games/knights)
@ -551,9 +538,7 @@ tdedocker: tdebase
$(call buildpkg,applications/system/tdedocker)
tde-guidance: tdebase pytdeextensions
ifeq (,$(filter $(DIST), .el9 .oss154 ))
$(call buildpkg,applications/settings/tde-guidance)
endif
tdeio-appinfo: tdebase
ifeq (,$(filter $(DIST), .el5 .el6 ))
@ -619,9 +604,7 @@ tdesvn: tdebase
$(call buildpkg,applications/development/tdesvn)
tde-systemsettings: tdebase
ifeq (,$(filter $(DIST), .el9 .oss154 ))
$(call buildpkg,applications/settings/tde-systemsettings)
endif
tdmtheme: tdebase
$(call buildpkg,applications/tdmtheme)

Loading…
Cancel
Save