SHELL := /bin/bash PATH := $(PATH):$(shell pwd)/build TDE_VERSION := $(shell echo $${TDE_VERSION:-14.1.0}) TDE_GIT_DIR := $(shell cd ../../tde; pwd) TDE_PACKAGING_DIR := $(shell [ -n "$${TDE_PACKAGING_DIR}" ] && cd "$${TDE_PACKAGING_DIR}" || cd ..; pwd) RPMDIR := "$(shell rpm -E %{_rpmdir}.tde-$(TDE_VERSION))" DIST := $(shell rpm -E %dist) buildpkg = \ @echo "Now processing '$(1)' [from $(TDE_PACKAGING_DIR)]."; \ export TDE_PACKAGING_DIR=$(TDE_PACKAGING_DIR); \ if [ "${REBUILD}" = "$(1)" ] || ! is_latest_package_installed.sh "$(1)" ${TDE_VERSION}; then \ echo " Package '${1}' is not yet installed."; \ if [ "${REBUILD}" = "$(1)" ] || ! is_latest_package_built.sh "$(1)" ${TDE_VERSION}; then \ echo " Building package."; \ build_rpm_package.sh "$(1)" ${TDE_VERSION} || exit 1; \ echo " Updating repository."; \ update_repository.sh ${TDE_VERSION}; \ fi; \ echo "Now installing package '$(1)'"; \ install_rpm_package.sh "$(1)" || exit 2; \ fi; \ echo all: dependencies main libraries applications i18n meta dependencies: tqt3 tqtinterface akode arts libart_lgpl libcaldav libcarddav sip4-tqt tqca tqscintilla avahi-tqt dbus-tqt dbus-1-tqt main: 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 python-trinity 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 potracegui qalculate-tde qt4-tqt-theme-engine rosegarden smartcardauth smb4k soundkonverter tde-guidance 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-suse2 wlassistant yakuake i18n: gwenview-i18n k3b-i18n koffice-i18n tde-i18n ### Trinity Dependencies akode: tqtinterface trinity-filesystem $(call buildpkg,dependencies/akode) arts: tqtinterface trinity-filesystem esound $(call buildpkg,dependencies/arts) avahi-tqt: tqtinterface $(call buildpkg,dependencies/avahi-tqt) dbus-1-tqt: tqtinterface $(call buildpkg,dependencies/dbus-1-tqt) dbus-tqt: tqtinterface $(call buildpkg,dependencies/dbus-tqt) libart_lgpl: tqtinterface $(call buildpkg,dependencies/libart-lgpl) libcaldav: tqtinterface $(call buildpkg,dependencies/libcaldav) libcarddav: tqtinterface $(call buildpkg,dependencies/libcarddav) python-tqt: sip4-tqt tdelibs tqscintilla $(call buildpkg,dependencies/python-tqt) sip4-tqt: $(call buildpkg,dependencies/sip4-tqt) tqca: tqtinterface $(call buildpkg,dependencies/tqca) tqscintilla: tqca tdelibs $(call buildpkg,dependencies/tqscintilla) tqt3: $(call buildpkg,dependencies/tqt3) tqtinterface: tqt3 $(call buildpkg,dependencies/tqtinterface) # Main packages tdeaccessibility: tdebase tdemultimedia $(call buildpkg,main/tdeaccessibility) tdeaddons: tdebase tdegames tdemultimedia tdenetwork tdepim $(call buildpkg,main/tdeaddons) tdeadmin: tdebase $(call buildpkg,main/tdeadmin) tdeartwork: tdebase $(call buildpkg,main/tdeartwork) tdebase: tdelibs htdig fileshareset pinentry-tqt $(call buildpkg,main/tdebase) tdebindings: tdebase tqscintilla $(call buildpkg,main/tdebindings) tdeedu: tdebase $(call buildpkg,main/tdeedu) tdegames: tdebase tdemultimedia $(call buildpkg,main/tdegames) tdegraphics: tdebase lcms $(call buildpkg,main/tdegraphics) tdelibs: brp-check-trinity tqt3 tqtinterface arts dbus-tqt dbus-1-tqt avahi-tqt fileshareset trinity-filesystem libart_lgpl $(call buildpkg,main/tdelibs) tdemultimedia: tdebase akode $(call buildpkg,main/tdemultimedia) tdenetwork: tdebase rdesktop $(call buildpkg,main/tdenetwork) tdepim: tdebase libcaldav libcarddav $(call buildpkg,main/tdepim) tdesdk: tdebase tdebindings tdepim $(call buildpkg,main/tdesdk) tdetoys: tdebase $(call buildpkg,main/tdetoys) tdeutils: tdebase $(call buildpkg,main/tdeutils) tdevelop: tdebase tdesdk $(call buildpkg,main/tdevelop) tdewebdev: tdebase tdesdk $(call buildpkg,main/tdewebdev) ### 3rd party libraries and tools brp-check-trinity: ifneq (,$(filter $(DIST), .oss151 .oss152 .oss153 .osstw )) $(call buildpkg,3rdparty/brp-check-trinity) endif esound: ifneq (,$(filter $(DIST), .el8 .mga6 .mga7 .mga8 .oss151 .oss152 .oss153 .osstw )) $(call buildpkg,3rdparty/esound) endif htdig: ifneq (,$(filter $(DIST), .el7 .el8 .mga6 .mga7 .mga8 )) $(call buildpkg,extras/htdig) endif imlib1: ifneq (,$(filter $(DIST), .mga6 .mga7 .oss151 .osstw )) $(call buildpkg,3rdparty/imlib1) endif lcms: ifneq (,$(filter $(DIST), .el7 .el8 .mga7 .mga8 .oss151 .oss152 .oss153 .osstw )) $(call buildpkg,3rdparty/lcms) endif libbeagle: $(call buildpkg,3rdparty/libbeagle) mp4v2: ifneq (,$(filter $(DIST), .oss151 .oss152 .oss153 .osstw )) $(call buildpkg,3rdparty/mp4v2) endif rdesktop: 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 (not tw) ifneq (,$(filter $(DIST),.oss150 .oss151)) $(call buildpkg,3rdparty/recode) endif wv2: ifneq (,$(filter $(DIST), .el5 .el6 .el7 .el8 .fc30 .fc31 .fc32 .fc33 .fc34 .fc35)) $(call buildpkg,3rdparty/wv2) endif ### Trinity Libraries kipi-plugins: tqtinterface tdelibs tdepim libkdcraw libkexiv2 libkipi $(call buildpkg,libraries/kipi-plugins) libkdcraw: tqtinterface lcms $(call buildpkg,libraries/libkdcraw) libkexiv2: tqtinterface tdelibs $(call buildpkg,libraries/libkexiv2) libkipi: tqtinterface $(call buildpkg,libraries/libkipi) libksquirrel: tdelibs $(call buildpkg,libraries/libksquirrel) libtdeldap: tqtinterface $(call buildpkg,libraries/libtdeldap) libtqt-perl: tqtinterface $(call buildpkg,libraries/libtqt-perl) mlt: tqtinterface $(call buildpkg,libraries/mlt) pytdeextensions: tqtinterface python-trinity $(call buildpkg,libraries/pytdeextensions) python-trinity: tqtinterface python-tqt $(call buildpkg,libraries/python-trinity) ### Trinity Applications abakus: tdebase $(call buildpkg,applications/abakus) adept: tdebase $(call buildpkg,applications/adept) amarok: tdebase mp4v2 $(call buildpkg,applications/amarok) basket: tdebase tdepim $(call buildpkg,applications/basket) bibletime: tdebase $(call buildpkg,applications/bibletime) codeine: tdebase $(call buildpkg,applications/codeine) compizconfig-backend-kconfig: tdebase $(call buildpkg,applications/compizconfig-backend-kconfig) desktop-effects-tde: tdebase $(call buildpkg,applications/desktop-effects-tde) digikam: tdebase libkdcraw libkexiv2 libkipi libksquirrel $(call buildpkg,applications/digikam) dolphin: tdebase $(call buildpkg,applications/dolphin) filelight: tdebase $(call buildpkg,applications/filelight) filelight-l10n: tdebase $(call buildpkg,applications/filelight-l10n) fusion-icon: tdebase $(call buildpkg,applications/fusion-icon) gtk3-tqt-engine: tdebase ifeq (,$(filter $(DIST),.el5 .el6)) $(call buildpkg,applications/gtk3-tqt-engine) endif gtk-qt-engine: tdebase ifeq (,$(filter $(DIST),.el5)) $(call buildpkg,applications/gtk-qt-engine) endif gwenview: tdebase $(call buildpkg,applications/gwenview) k3b: tdebase $(call buildpkg,applications/k3b) k9copy: tdebase k3b $(call buildpkg,applications/k9copy) kaffeine: tdebase $(call buildpkg,applications/kaffeine) kaffeine-mozilla: tdebase kaffeine $(call buildpkg,applications/kaffeine-mozilla) kasablanca: tdebase $(call buildpkg,applications/kasablanca) katapult: tdebase $(call buildpkg,applications/katapult) kbarcode: tdebase $(call buildpkg,applications/kbarcode) kbfx: tdebase $(call buildpkg,applications/kbfx) kbibtex: tdebase $(call buildpkg,applications/kbibtex) kbiff: tdebase $(call buildpkg,applications/kbiff) kbookreader: tdebase $(call buildpkg,applications/kbookreader) kchmviewer: tdebase $(call buildpkg,applications/kchmviewer) kcmautostart: tdebase $(call buildpkg,applications/kcmautostart) kcmldap: tdebase libtdeldap $(call buildpkg,applications/kcmldap) kcmldapcontroller: tdebase kcmldap $(call buildpkg,applications/kcmldapcontroller) kcmldapmanager: tdebase kcmldap $(call buildpkg,applications/kcmldapmanager) kcpuload: tdebase $(call buildpkg,applications/kcpuload) kdbg: tdebase $(call buildpkg,applications/kdbg) kdbusnotification: tdebase $(call buildpkg,applications/kdbusnotification) kdiff3: tdebase $(call buildpkg,applications/kdiff3) kdirstat: tdebase $(call buildpkg,applications/kdirstat) kdpkg: tdebase $(call buildpkg,applications/kdpkg) keep: tdebase rdiff-backup $(call buildpkg,applications/keep) kerberostray: tdebase $(call buildpkg,applications/kerberostray) keximdb: tdebase koffice $(call buildpkg,applications/keximdb) kftpgrabber: tdebase $(call buildpkg,applications/kftpgrabber) kgtk-qt3: tdebase $(call buildpkg,applications/kgtk-qt3) kile: tdebase $(call buildpkg,applications/kile) kima: tdebase $(call buildpkg,applications/kima) kiosktool: tdebase $(call buildpkg,applications/kiosktool) kkbswitch: tdebase $(call buildpkg,applications/kkbswitch) klamav: tdebase # Requires clamav >= 0.101.0 ifeq (,$(filter $(DIST), .el5 .el6 .mga6)) $(call buildpkg,applications/klamav) endif klcddimmer: tdebase $(call buildpkg,applications/klcddimmer) kmplayer: tdebase $(call buildpkg,applications/kmplayer) kmyfirewall: tdebase $(call buildpkg,applications/kmyfirewall) kmymoney: tdebase recode $(call buildpkg,applications/kmymoney) knemo: tdebase $(call buildpkg,applications/knemo) knetload: tdebase $(call buildpkg,applications/knetload) knetstats: tdebase $(call buildpkg,applications/knetstats) knetworkmanager8: tdebase ifneq (,$(filter $(DIST),.el6)) $(call buildpkg,applications/knetworkmanager8) endif knights: tdebase $(call buildpkg,applications/knights) knmap: tdebase $(call buildpkg,applications/knmap) knowit: tdebase $(call buildpkg,applications/knowit) knutclient: tdebase $(call buildpkg,applications/knutclient) koffice: tdebase tdegraphics wv2 $(call buildpkg,applications/koffice) kompose: tdebase $(call buildpkg,applications/kompose) konversation: tdebase $(call buildpkg,applications/konversation) kooldock: tdebase $(call buildpkg,applications/kooldock) kopete-otr: tdebase tdenetwork $(call buildpkg,applications/kopete-otr) kpicosim: tdebase $(call buildpkg,applications/kpicosim) kpilot: tdebase tdepim ifeq (,$(filter $(DIST),.el5 .osstw)) $(call buildpkg,applications/kpilot) endif kpowersave: tdebase $(call buildpkg,applications/kpowersave) krecipes: tdebase $(call buildpkg,applications/krecipes) krename: tdebase $(call buildpkg,applications/krename) krusader: tdebase tdebindings $(call buildpkg,applications/krusader) kscope: tdebase $(call buildpkg,applications/kscope) ksensors: tdebase $(call buildpkg,applications/ksensors) kshowmail: tdebase tdepim $(call buildpkg,applications/kshowmail) kshutdown: tdebase $(call buildpkg,applications/kshutdown) ksplash-engine-moodin: tdebase $(call buildpkg,applications/ksplash-engine-moodin) ksquirrel: tdebase libkipi libksquirrel $(call buildpkg,applications/ksquirrel) kstreamripper: tdebase $(call buildpkg,applications/kstreamripper) ksystemlog: tdebase $(call buildpkg,applications/ksystemlog) ktechlab: tdebase $(call buildpkg,applications/ktechlab) ktorrent: tdebase $(call buildpkg,applications/ktorrent) kvirc: tdebase $(call buildpkg,applications/kvirc) kvkbd: tdebase $(call buildpkg,applications/kvkbd) kvpnc: tdebase $(call buildpkg,applications/kvpnc) kxmleditor: tdebase $(call buildpkg,applications/kxmleditor) mathemagics: tdebase $(call buildpkg,applications/mathemagics) mplayerthumbs: tdebase $(call buildpkg,applications/mplayerthumbs) piklab: tdebase $(call buildpkg,applications/piklab) potracegui: tdebase $(call buildpkg,applications/potracegui) qalculate-tde: $(call buildpkg,applications/qalculate-tde) qt4-tqt-theme-engine: tdebase ifeq (,$(filter $(DIST),.el5 .el6 .el8 .oss153 .osstw)) $(call buildpkg,applications/qt4-tqt-theme-engine) endif rosegarden: tdebase ifeq (,$(filter $(DIST),.el5 .el6 .el7 .el8)) $(call buildpkg,applications/rosegarden) endif smartcardauth: tdebase $(call buildpkg,applications/smartcardauth) smb4k: tdebase $(call buildpkg,applications/smb4k) soundkonverter: tdebase $(call buildpkg,applications/soundkonverter) tastymenu: $(call buildpkg,applications/tastymenu) tdedocker: tdebase $(call buildpkg,applications/tdedocker) tde-guidance: tdebase pytdeextensions $(call buildpkg,applications/tde-guidance) tdeio-apt: tdebase $(call buildpkg,applications/tdeio-apt) tdeio-ftps: tdebase $(call buildpkg,applications/tdeio-ftps) tdeio-gopher: tdebase $(call buildpkg,applications/tdeio-gopher) tdeio-locate: tdebase $(call buildpkg,applications/tdeio-locate) tdeio-sword: tdebase $(call buildpkg,applications/tdeio-sword) tdeio-umountwrapper: tdebase $(call buildpkg,applications/tdeio-umountwrapper) tdenetworkmanager: tdebase ifeq (,$(filter $(DIST),.el5 .el6)) $(call buildpkg,applications/tdenetworkmanager) endif tdepacman: tdebase $(call buildpkg,applications/tdepacman) tdepowersave: tdebase ifeq (,$(filter $(DIST),.el5)) $(call buildpkg,applications/tdepowersave) endif tderadio: tdebase $(call buildpkg,applications/tderadio) tdesshaskpass: tdebase $(call buildpkg,applications/tdesshaskpass) tde-style-baghira: tdebase $(call buildpkg,applications/tde-style-baghira) tde-style-domino: tdebase $(call buildpkg,applications/tde-style-domino) tde-style-ia-ora: tdebase $(call buildpkg,applications/tde-style-ia-ora) tde-style-lipstik: tdebase $(call buildpkg,applications/tde-style-lipstik) tde-style-qtcurve: tdebase $(call buildpkg,applications/tde-style-qtcurve) tdesudo: tdebase $(call buildpkg,applications/tdesudo) tdesvn: tdebase $(call buildpkg,applications/tdesvn) tde-systemsettings: tdebase $(call buildpkg,applications/tde-systemsettings) tdmtheme: tdebase $(call buildpkg,applications/tdmtheme) tellico: tdebase tdegraphics tdemultimedia tdepim $(call buildpkg,applications/tellico) tork: tdebase $(call buildpkg,applications/tork) twin-style-crystal: tdebase $(call buildpkg,applications/twin-style-crystal) twin-style-dekorator: tdebase $(call buildpkg,applications/twin-style-dekorator) twin-style-suse2: tdebase $(call buildpkg,applications/twin-style-suse2) wlassistant: tdebase $(call buildpkg,applications/wlassistant) yakuake: tdebase $(call buildpkg,applications/yakuake) ### Trinity Translations gwenview-i18n: tdebase $(call buildpkg,applications/gwenview-i18n) k3b-i18n: tdebase $(call buildpkg,applications/k3b-i18n) koffice-i18n: tdebase $(call buildpkg,applications/koffice-i18n) tde-i18n: tdebase $(call buildpkg,tde-i18n) ### Meta packages meta: $(call buildpkg,extras/trinity-desktop) ### Extra packages fileshareset: $(call buildpkg,extras/fileshareset) pinentry-tqt: tqtinterface ifeq (,$(filter $(DIST), .el5 .el6 .el7 )) $(call buildpkg,extras/pinentry-tqt) endif trinity-filesystem: $(call buildpkg,extras/trinity-filesystem) # Developers options git: cd "$(TDE_GIT_DIR)" && ./scripts/switch_all_submodules_to_head_and_clean anonymous tarballs: cd "$(TDE_GIT_DIR)" && COMPRESS=pigz SUFFIX=0 TARBALLS_BASE="${HOME}/tde/tarballs/${TDE_VERSION}" ./scripts/create_all_tarballs # External packages external: if [ -d "${HOME}/rpmbuild/RPMS" ]; then cp -rfv "${HOME}/rpmbuild/RPMS/"* "$(RPMDIR)"; fi