summaryrefslogtreecommitdiffstats
path: root/redhat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'redhat/Makefile')
-rw-r--r--redhat/Makefile678
1 files changed, 337 insertions, 341 deletions
diff --git a/redhat/Makefile b/redhat/Makefile
index 440ddb369..cf87f272c 100644
--- a/redhat/Makefile
+++ b/redhat/Makefile
@@ -1,7 +1,7 @@
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_GIT_DIR := $(shell cd ../..; 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)
@@ -23,42 +23,37 @@ buildpkg = \
echo
-all: common dependencies main libraries applications i18n meta
-common: cmake
-dependencies: tqt3 tqtinterface akode arts libart_lgpl libcaldav libcarddav polkit-tqt 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 polkit-agent-tde 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 Common
-
-cmake:
- $(call buildpkg,common/cmake)
+all: 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 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
-akode: tqtinterface trinity-filesystem
+
+akode: tqtinterface trinity-filesystem
$(call buildpkg,dependencies/akode)
-arts: tqtinterface trinity-filesystem esound
+arts: tqtinterface trinity-filesystem esound
$(call buildpkg,dependencies/arts)
-avahi-tqt: tqtinterface
+avahi-tqt: tqtinterface
$(call buildpkg,dependencies/avahi-tqt)
-dbus-1-tqt: tqtinterface
+dbus-1-tqt: tqtinterface
$(call buildpkg,dependencies/dbus-1-tqt)
dbus-tqt: tqtinterface
$(call buildpkg,dependencies/dbus-tqt)
-libart_lgpl: tqtinterface
+libart_lgpl: tqtinterface
$(call buildpkg,dependencies/libart-lgpl)
libcaldav: tqtinterface
$(call buildpkg,dependencies/libcaldav)
-libcarddav: tqtinterface
+libcarddav: tqtinterface
$(call buildpkg,dependencies/libcarddav)
polkit-tqt: tqtinterface dbus-1-tqt
@@ -66,15 +61,16 @@ ifeq (,$(filter $(DIST), .el5 .el6 ))
$(call buildpkg,dependencies/polkit-tqt)
endif
-python-tqt: sip4-tqt tdelibs tqscintilla
-ifeq (,$(filter $(DIST), .oss154 ))
- $(call buildpkg,dependencies/python-tqt)
-endif
+pytqt: sip4-tqt tdelibs tqscintilla
+ $(call buildpkg,dependencies/pytqt)
sip4-tqt:
$(call buildpkg,dependencies/sip4-tqt)
-tqca: tqtinterface
+tde-cmake:
+ $(call buildpkg,dependencies/tde-cmake)
+
+tqca: tqtinterface
$(call buildpkg,dependencies/tqca)
tqscintilla: tqca tdelibs
@@ -83,63 +79,63 @@ tqscintilla: tqca tdelibs
tqt3:
$(call buildpkg,dependencies/tqt3)
-tqtinterface: tqt3
+tqtinterface: tqt3
$(call buildpkg,dependencies/tqtinterface)
-# Main packages
-tdeaccessibility: tdebase tdemultimedia
- $(call buildpkg,main/tdeaccessibility)
+# Core packages
+tdeaccessibility: tdebase tdemultimedia
+ $(call buildpkg,core/tdeaccessibility)
-tdeaddons: tdebase tdegames tdemultimedia tdenetwork tdepim
- $(call buildpkg,main/tdeaddons)
+tdeaddons: tdebase tdegames tdemultimedia tdenetwork tdepim
+ $(call buildpkg,core/tdeaddons)
-tdeadmin: tdebase
- $(call buildpkg,main/tdeadmin)
+tdeadmin: tdebase
+ $(call buildpkg,core/tdeadmin)
-tdeartwork: tdebase
- $(call buildpkg,main/tdeartwork)
+tdeartwork: tdebase
+ $(call buildpkg,core/tdeartwork)
-tdebase: tdelibs htdig fileshareset pinentry-tqt
- $(call buildpkg,main/tdebase)
+tdebase: tdelibs htdig fileshareset pinentry-tqt
+ $(call buildpkg,core/tdebase)
-tdebindings: tdebase tqscintilla
- $(call buildpkg,main/tdebindings)
+tdebindings: tdebase tqscintilla
+ $(call buildpkg,core/tdebindings)
-tdeedu: tdebase
- $(call buildpkg,main/tdeedu)
+tdeedu: tdebase
+ $(call buildpkg,core/tdeedu)
-tdegames: tdebase tdemultimedia
- $(call buildpkg,main/tdegames)
+tdegames: tdebase tdemultimedia
+ $(call buildpkg,core/tdegames)
-tdegraphics: tdebase lcms
- $(call buildpkg,main/tdegraphics)
+tdegraphics: tdebase lcms
+ $(call buildpkg,core/tdegraphics)
-tdelibs: brp-check-trinity tqt3 tqtinterface arts dbus-tqt dbus-1-tqt avahi-tqt fileshareset trinity-filesystem libart_lgpl
- $(call buildpkg,main/tdelibs)
+tdelibs: brp-check-trinity tqt3 tqtinterface arts dbus-tqt dbus-1-tqt avahi-tqt fileshareset trinity-filesystem libart_lgpl tde-cmake
+ $(call buildpkg,core/tdelibs)
-tdemultimedia: tdebase akode
- $(call buildpkg,main/tdemultimedia)
+tdemultimedia: tdebase akode
+ $(call buildpkg,core/tdemultimedia)
-tdenetwork: tdebase rdesktop
- $(call buildpkg,main/tdenetwork)
+tdenetwork: tdebase rdesktop
+ $(call buildpkg,core/tdenetwork)
-tdepim: tdebase libcaldav libcarddav
- $(call buildpkg,main/tdepim)
+tdepim: tdebase libcaldav libcarddav
+ $(call buildpkg,core/tdepim)
-tdesdk: tdebase tdebindings tdepim
- $(call buildpkg,main/tdesdk)
+tdesdk: tdebase tdebindings tdepim
+ $(call buildpkg,core/tdesdk)
-tdetoys: tdebase
- $(call buildpkg,main/tdetoys)
+tdetoys: tdebase
+ $(call buildpkg,core/tdetoys)
-tdeutils: tdebase
- $(call buildpkg,main/tdeutils)
+tdeutils: tdebase
+ $(call buildpkg,core/tdeutils)
-tdevelop: tdebase tdesdk
- $(call buildpkg,main/tdevelop)
+tdevelop: tdebase tdesdk
+ $(call buildpkg,core/tdevelop)
-tdewebdev: tdebase tdesdk
- $(call buildpkg,main/tdewebdev)
+tdewebdev: tdebase tdesdk
+ $(call buildpkg,core/tdewebdev)
### 3rd party libraries and tools
brp-check-trinity:
@@ -153,7 +149,7 @@ ifneq (,$(filter $(DIST), .mga6 .mga7 .mga8 .oss151 .oss152 .oss153 .oss154 .oss
endif
htdig:
-ifneq (,$(filter $(DIST), .el7 .el8 .mga6 .mga7 .mga8 ))
+ifneq (,$(filter $(DIST), .el7 .el8 .el9 .mga6 .mga7 .mga8 ))
$(call buildpkg,extras/htdig)
endif
@@ -163,7 +159,7 @@ ifneq (,$(filter $(DIST), .mga6 .mga7 .oss151 .osstw ))
endif
lcms:
-ifneq (,$(filter $(DIST), .el7 .el8 .mga7 .mga8 .oss151 .oss152 .oss153 .oss154 .osstw ))
+ifneq (,$(filter $(DIST), .el7 .el8 .el9 .mga7 .mga8 .oss151 .oss152 .oss153 .oss154 .osstw ))
$(call buildpkg,3rdparty/lcms)
endif
@@ -171,7 +167,7 @@ libbeagle:
$(call buildpkg,3rdparty/libbeagle)
mp4v2:
-ifneq (,$(filter $(DIST), .oss151 .oss152 .oss153 .oss154 .osstw ))
+ifneq (,$(filter $(DIST), .el9 .oss151 .oss152 .oss153 .osstw ))
$(call buildpkg,3rdparty/mp4v2)
endif
@@ -193,459 +189,459 @@ ifneq (,$(filter $(DIST),.oss150 .oss151))
endif
wv2:
-ifneq (,$(filter $(DIST), .el5 .el6 .el7 .el8 .fc30 .fc31 .fc32 .fc33 .fc34 .fc35 .fc36 ))
+ifneq (,$(filter $(DIST), .el5 .el6 .el7 .el8 .el9 .fc30 .fc31 .fc32 .fc33 .fc34 .fc35 .fc36 .fc37))
$(call buildpkg,3rdparty/wv2)
endif
### Trinity Libraries
-kipi-plugins: tqtinterface tdelibs tdepim libkdcraw libkexiv2 libkipi
+kipi-plugins: tqtinterface tdelibs tdepim libkdcraw libkexiv2 libkipi
$(call buildpkg,libraries/kipi-plugins)
-libkdcraw: tqtinterface lcms
+libkdcraw: tqtinterface lcms
$(call buildpkg,libraries/libkdcraw)
-libkexiv2: tqtinterface tdelibs
+libkexiv2: tqtinterface tdelibs
$(call buildpkg,libraries/libkexiv2)
-libkipi: tqtinterface
+libkipi: tqtinterface
$(call buildpkg,libraries/libkipi)
-libksquirrel: tdelibs
+libksquirrel: tdelibs
$(call buildpkg,libraries/libksquirrel)
-libtdeldap: tqtinterface
+libtdeldap: tqtinterface
$(call buildpkg,libraries/libtdeldap)
-libtqt-perl: tqtinterface
+libtqt-perl: tqtinterface
$(call buildpkg,libraries/libtqt-perl)
-mlt: tqtinterface
+mlt: tqtinterface
$(call buildpkg,libraries/mlt)
-pytdeextensions: tqtinterface python-trinity
-ifeq (,$(filter $(DIST), .oss154 ))
+pytdeextensions: tqtinterface pytde
$(call buildpkg,libraries/pytdeextensions)
-endif
-python-trinity: tqtinterface python-tqt
-ifeq (,$(filter $(DIST), .oss154 ))
- $(call buildpkg,libraries/python-trinity)
-endif
+pytde: tqtinterface pytqt
+ $(call buildpkg,libraries/pytde)
### Trinity Applications
-abakus: tdebase
- $(call buildpkg,applications/abakus)
+abakus: tdebase
+ $(call buildpkg,applications/utilities/abakus)
-adept: tdebase
- $(call buildpkg,applications/adept)
+adept: tdebase
+ $(call buildpkg,applications/system/adept)
-amarok: tdebase mp4v2
- $(call buildpkg,applications/amarok)
+amarok: tdebase mp4v2
+ $(call buildpkg,applications/multimedia/amarok)
-basket: tdebase tdepim
- $(call buildpkg,applications/basket)
+basket: tdebase tdepim
+ $(call buildpkg,applications/office/basket)
-bibletime: tdebase
- $(call buildpkg,applications/bibletime)
+bibletime: tdebase
+ $(call buildpkg,applications/misc/bibletime)
-codeine: tdebase
- $(call buildpkg,applications/codeine)
+codeine: tdebase
+ $(call buildpkg,applications/multimedia/codeine)
-compizconfig-backend-kconfig: tdebase
- $(call buildpkg,applications/compizconfig-backend-kconfig)
+compizconfig-backend-kconfig: tdebase
+ $(call buildpkg,applications/misc/compizconfig-backend-kconfig)
-desktop-effects-tde: tdebase
- $(call buildpkg,applications/desktop-effects-tde)
+desktop-effects-tde: tdebase
+ $(call buildpkg,applications/misc/desktop-effects-tde)
-digikam: tdebase libkdcraw libkexiv2 libkipi libksquirrel
- $(call buildpkg,applications/digikam)
+digikam: tdebase libkdcraw libkexiv2 libkipi libksquirrel
+ $(call buildpkg,applications/graphics/digikam)
-dolphin: tdebase
- $(call buildpkg,applications/dolphin)
+dolphin: tdebase
+ $(call buildpkg,applications/system/dolphin)
-filelight: tdebase
- $(call buildpkg,applications/filelight)
+filelight: tdebase
+ $(call buildpkg,applications/utilities/filelight)
-filelight-l10n: tdebase
+filelight-l10n: tdebase
$(call buildpkg,applications/filelight-l10n)
-fusion-icon: tdebase
- $(call buildpkg,applications/fusion-icon)
+fusion-icon: tdebase
+ $(call buildpkg,applications/misc/fusion-icon)
-gtk3-tqt-engine: tdebase
+gtk3-tqt-engine: tdebase
ifeq (,$(filter $(DIST),.el5 .el6))
- $(call buildpkg,applications/gtk3-tqt-engine)
+ $(call buildpkg,applications/themes/gtk3-tqt-engine)
endif
-gtk-qt-engine: tdebase
+gtk-qt-engine: tdebase
ifeq (,$(filter $(DIST),.el5))
- $(call buildpkg,applications/gtk-qt-engine)
+ $(call buildpkg,applications/themes/gtk-qt-engine)
endif
-gwenview: tdebase
- $(call buildpkg,applications/gwenview)
+gwenview: tdebase
+ $(call buildpkg,applications/graphics/gwenview)
-k3b: tdebase
- $(call buildpkg,applications/k3b)
+k3b: tdebase
+ $(call buildpkg,applications/multimedia/k3b)
-k9copy: tdebase k3b
- $(call buildpkg,applications/k9copy)
+k9copy: tdebase k3b
+ $(call buildpkg,applications/multimedia/k9copy)
-kaffeine: tdebase
- $(call buildpkg,applications/kaffeine)
+kaffeine: tdebase
+ $(call buildpkg,applications/multimedia/kaffeine)
-kaffeine-mozilla: tdebase kaffeine
- $(call buildpkg,applications/kaffeine-mozilla)
+kaffeine-mozilla: tdebase kaffeine
+ $(call buildpkg,applications/multimedia/kaffeine-mozilla)
-kasablanca: tdebase
- $(call buildpkg,applications/kasablanca)
+kasablanca: tdebase
+ $(call buildpkg,applications/internet/kasablanca)
-katapult: tdebase
- $(call buildpkg,applications/katapult)
+katapult: tdebase
+ $(call buildpkg,applications/system/katapult)
-kbarcode: tdebase
- $(call buildpkg,applications/kbarcode)
+kbarcode: tdebase
+ $(call buildpkg,applications/utilities/kbarcode)
-kbfx: tdebase
- $(call buildpkg,applications/kbfx)
+kbfx: tdebase
+ $(call buildpkg,applications/system/kbfx)
-kbibtex: tdebase
- $(call buildpkg,applications/kbibtex)
+kbibtex: tdebase
+ $(call buildpkg,applications/office/kbibtex)
-kbiff: tdebase
- $(call buildpkg,applications/kbiff)
+kbiff: tdebase
+ $(call buildpkg,applications/internet/kbiff)
-kbookreader: tdebase
- $(call buildpkg,applications/kbookreader)
+kbookreader: tdebase
+ $(call buildpkg,applications/office/kbookreader)
-kchmviewer: tdebase
- $(call buildpkg,applications/kchmviewer)
+kchmviewer: tdebase
+ $(call buildpkg,applications/utilities/kchmviewer)
-kcmautostart: tdebase
- $(call buildpkg,applications/kcmautostart)
+kcmautostart: tdebase
+ $(call buildpkg,applications/system/kcmautostart)
-kcmldap: tdebase libtdeldap
- $(call buildpkg,applications/kcmldap)
+kcmldap: tdebase libtdeldap
+ $(call buildpkg,applications/misc/kcmldap)
-kcmldapcontroller: tdebase kcmldap
- $(call buildpkg,applications/kcmldapcontroller)
+kcmldapcontroller: tdebase kcmldap
+ $(call buildpkg,applications/misc/kcmldapcontroller)
-kcmldapmanager: tdebase kcmldap
- $(call buildpkg,applications/kcmldapmanager)
+kcmldapmanager: tdebase kcmldap
+ $(call buildpkg,applications/misc/kcmldapmanager)
-kcpuload: tdebase
- $(call buildpkg,applications/kcpuload)
+kcpuload: tdebase
+ $(call buildpkg,applications/utilities/kcpuload)
-kdbg: tdebase
- $(call buildpkg,applications/kdbg)
+kdbg: tdebase
+ $(call buildpkg,applications/development/kdbg)
-kdbusnotification: tdebase
- $(call buildpkg,applications/kdbusnotification)
+kdbusnotification: tdebase
+ $(call buildpkg,applications/system/kdbusnotification)
-kdiff3: tdebase
- $(call buildpkg,applications/kdiff3)
+kdiff3: tdebase
+ $(call buildpkg,applications/development/kdiff3)
-kdirstat: tdebase
- $(call buildpkg,applications/kdirstat)
+kdirstat: tdebase
+ $(call buildpkg,applications/utilities/kdirstat)
-kdpkg: tdebase
- $(call buildpkg,applications/kdpkg)
+kdpkg: tdebase
+ $(call buildpkg,applications/settings/kdpkg)
-keep: tdebase rdiff-backup
- $(call buildpkg,applications/keep)
+keep: tdebase rdiff-backup
+ $(call buildpkg,applications/utilities/keep)
-kerberostray: tdebase
- $(call buildpkg,applications/kerberostray)
+kerberostray: tdebase
+ $(call buildpkg,applications/misc/kerberostray)
-keximdb: tdebase koffice
- $(call buildpkg,applications/keximdb)
+keximdb: tdebase koffice
+ $(call buildpkg,applications/office/keximdb)
-kftpgrabber: tdebase
- $(call buildpkg,applications/kftpgrabber)
+kftpgrabber: tdebase
+ $(call buildpkg,applications/internet/kftpgrabber)
-kgtk-qt3: tdebase
- $(call buildpkg,applications/kgtk-qt3)
+kgtk-qt3: tdebase
+ $(call buildpkg,applications/themes/kgtk-qt3)
-kile: tdebase
- $(call buildpkg,applications/kile)
+kile: tdebase
+ $(call buildpkg,applications/office/kile)
-kima: tdebase
- $(call buildpkg,applications/kima)
+kima: tdebase
+ $(call buildpkg,applications/settings/kima)
-kiosktool: tdebase
- $(call buildpkg,applications/kiosktool)
+kiosktool: tdebase
+ $(call buildpkg,applications/settings/kiosktool)
-kkbswitch: tdebase
- $(call buildpkg,applications/kkbswitch)
+kkbswitch: tdebase
+ $(call buildpkg,applications/settings/kkbswitch)
-klamav: tdebase
+klamav: tdebase
# Requires clamav >= 0.101.0
ifeq (,$(filter $(DIST), .el5 .el6 .mga6))
- $(call buildpkg,applications/klamav)
+ $(call buildpkg,applications/system/klamav)
endif
-klcddimmer: tdebase
- $(call buildpkg,applications/klcddimmer)
-
-kmplayer: tdebase
- $(call buildpkg,applications/kmplayer)
+klcddimmer: tdebase
+ $(call buildpkg,applications/settings/klcddimmer)
-kmyfirewall: tdebase
- $(call buildpkg,applications/kmyfirewall)
+kmplayer: tdebase
+ $(call buildpkg,applications/multimedia/kmplayer)
-kmymoney: tdebase recode
- $(call buildpkg,applications/kmymoney)
+kmyfirewall: tdebase
+ $(call buildpkg,applications/settings/kmyfirewall)
-knemo: tdebase
- $(call buildpkg,applications/knemo)
+kmymoney: tdebase recode
+ $(call buildpkg,applications/office/kmymoney)
-knetload: tdebase
- $(call buildpkg,applications/knetload)
+knemo: tdebase
+ $(call buildpkg,applications/system/knemo)
-knetstats: tdebase
- $(call buildpkg,applications/knetstats)
+knetload: tdebase
+ $(call buildpkg,applications/system/knetload)
-knetworkmanager8: tdebase
-ifneq (,$(filter $(DIST),.el6))
- $(call buildpkg,applications/knetworkmanager8)
-endif
+knetstats: tdebase
+ $(call buildpkg,applications/system/knetstats)
-knights: tdebase
- $(call buildpkg,applications/knights)
+knights: tdebase
+ $(call buildpkg,applications/games/knights)
-knmap: tdebase
- $(call buildpkg,applications/knmap)
+knmap: tdebase
+ $(call buildpkg,applications/internet/knmap)
-knowit: tdebase
- $(call buildpkg,applications/knowit)
+knowit: tdebase
+ $(call buildpkg,applications/office/knowit)
-knutclient: tdebase
- $(call buildpkg,applications/knutclient)
+knutclient: tdebase
+ $(call buildpkg,applications/utilities/knutclient)
-koffice: tdebase tdegraphics wv2
- $(call buildpkg,applications/koffice)
+koffice: tdebase tdegraphics wv2
+ $(call buildpkg,applications/office/koffice)
-kompose: tdebase
- $(call buildpkg,applications/kompose)
+kompose: tdebase
+ $(call buildpkg,applications/utilities/kompose)
-konversation: tdebase
- $(call buildpkg,applications/konversation)
+konversation: tdebase
+ $(call buildpkg,applications/internet/konversation)
-kooldock: tdebase
- $(call buildpkg,applications/kooldock)
+kooldock: tdebase
+ $(call buildpkg,applications/system/kooldock)
-kopete-otr: tdebase tdenetwork
- $(call buildpkg,applications/kopete-otr)
+kopete-otr: tdebase tdenetwork
+ $(call buildpkg,applications/internet/kopete-otr)
-kpicosim: tdebase
- $(call buildpkg,applications/kpicosim)
+kpicosim: tdebase
+ $(call buildpkg,applications/development/kpicosim)
-kpilot: tdebase tdepim
+kpilot: tdebase tdepim
ifeq (,$(filter $(DIST),.el5 .oss154 .osstw))
- $(call buildpkg,applications/kpilot)
+ $(call buildpkg,applications/office/kpilot)
endif
-kpowersave: tdebase
- $(call buildpkg,applications/kpowersave)
+kpowersave: tdebase
+ $(call buildpkg,applications/system/kpowersave)
-krecipes: tdebase
- $(call buildpkg,applications/krecipes)
+krecipes: tdebase
+ $(call buildpkg,applications/misc/krecipes)
-krename: tdebase
- $(call buildpkg,applications/krename)
+krename: tdebase
+ $(call buildpkg,applications/utilities/krename)
-krusader: tdebase tdebindings
- $(call buildpkg,applications/krusader)
+krusader: tdebase tdebindings
+ $(call buildpkg,applications/system/krusader)
-kscope: tdebase
- $(call buildpkg,applications/kscope)
+kscope: tdebase
+ $(call buildpkg,applications/development/kscope)
-ksensors: tdebase
- $(call buildpkg,applications/ksensors)
+ksensors: tdebase
+ $(call buildpkg,applications/utilities/ksensors)
-kshowmail: tdebase tdepim
- $(call buildpkg,applications/kshowmail)
+kshowmail: tdebase tdepim
+ $(call buildpkg,applications/internet/kshowmail)
-kshutdown: tdebase
- $(call buildpkg,applications/kshutdown)
+kshutdown: tdebase
+ $(call buildpkg,applications/system/kshutdown)
-ksplash-engine-moodin: tdebase
- $(call buildpkg,applications/ksplash-engine-moodin)
+ksplash-engine-moodin: tdebase
+ $(call buildpkg,applications/themes/ksplash-engine-moodin)
-ksquirrel: tdebase libkipi libksquirrel
- $(call buildpkg,applications/ksquirrel)
+ksquirrel: tdebase libkipi libksquirrel
+ $(call buildpkg,applications/graphics/ksquirrel)
-kstreamripper: tdebase
- $(call buildpkg,applications/kstreamripper)
+kstreamripper: tdebase
+ $(call buildpkg,applications/internet/kstreamripper)
-ksystemlog: tdebase
- $(call buildpkg,applications/ksystemlog)
+ksystemlog: tdebase
+ $(call buildpkg,applications/system/ksystemlog)
-ktechlab: tdebase
- $(call buildpkg,applications/ktechlab)
+ktechlab: tdebase
+ $(call buildpkg,applications/development/ktechlab)
-ktorrent: tdebase
- $(call buildpkg,applications/ktorrent)
+ktorrent: tdebase
+ $(call buildpkg,applications/internet/ktorrent)
-kvirc: tdebase
- $(call buildpkg,applications/kvirc)
+kvirc: tdebase
+ $(call buildpkg,applications/internet/kvirc)
-kvkbd: tdebase
- $(call buildpkg,applications/kvkbd)
+kvkbd: tdebase
+ $(call buildpkg,applications/system/kvkbd)
-kvpnc: tdebase
- $(call buildpkg,applications/kvpnc)
+kvpnc: tdebase
+ $(call buildpkg,applications/internet/kvpnc)
-kxmleditor: tdebase
- $(call buildpkg,applications/kxmleditor)
+kxmleditor: tdebase
+ $(call buildpkg,applications/development/kxmleditor)
mathemagics: tdebase
- $(call buildpkg,applications/mathemagics)
+ $(call buildpkg,applications/utilities/mathemagics)
-mplayerthumbs: tdebase
- $(call buildpkg,applications/mplayerthumbs)
+mplayerthumbs: tdebase
+ $(call buildpkg,applications/multimedia/mplayerthumbs)
-piklab: tdebase
- $(call buildpkg,applications/piklab)
+piklab: tdebase
+ $(call buildpkg,applications/development/piklab)
-polkit-agent-tde: tdebase
+polkit-agent-tde: tdebase
ifeq (,$(filter $(DIST), .el5 .el6 ))
- $(call buildpkg,applications/polkit-agent-tde)
+ $(call buildpkg,applications/system/polkit-agent-tde)
endif
-potracegui: tdebase
- $(call buildpkg,applications/potracegui)
+potracegui: tdebase
+ $(call buildpkg,applications/graphics/potracegui)
qalculate-tde:
- $(call buildpkg,applications/qalculate-tde)
+ $(call buildpkg,applications/utilities/qalculate-tde)
-qt4-tqt-theme-engine: tdebase
-ifeq (,$(filter $(DIST),.el5 .el6 .el8 .oss153 .oss154 .osstw))
- $(call buildpkg,applications/qt4-tqt-theme-engine)
+qt4-tqt-theme-engine: tdebase
+ifeq (,$(filter $(DIST),.el5 .el6 .el8 .el9 .oss153 .oss154 .osstw))
+ $(call buildpkg,applications/themes/qt4-tqt-theme-engine)
endif
-rosegarden: tdebase
-ifeq (,$(filter $(DIST),.el5 .el6 .el7 .el8))
- $(call buildpkg,applications/rosegarden)
+rosegarden: tdebase
+ifeq (,$(filter $(DIST),.el5 .el6 .el7 .el8 .el9))
+ $(call buildpkg,applications/multimedia/rosegarden)
endif
-smartcardauth: tdebase
- $(call buildpkg,applications/smartcardauth)
+smartcardauth: tdebase
+ $(call buildpkg,applications/system/smartcardauth)
-smb4k: tdebase
- $(call buildpkg,applications/smb4k)
+smb4k: tdebase
+ $(call buildpkg,applications/internet/smb4k)
-soundkonverter: tdebase
- $(call buildpkg,applications/soundkonverter)
+soundkonverter: tdebase
+ $(call buildpkg,applications/multimedia/soundkonverter)
tastymenu:
- $(call buildpkg,applications/tastymenu)
+ $(call buildpkg,applications/system/tastymenu)
+
+tdebluez:
+ $(call buildpkg,applications/system/tdebluez)
-tdedocker: tdebase
- $(call buildpkg,applications/tdedocker)
+tdedocker: tdebase
+ $(call buildpkg,applications/system/tdedocker)
-tde-guidance: tdebase pytdeextensions
-ifeq (,$(filter $(DIST), .oss154 ))
- $(call buildpkg,applications/tde-guidance)
+tde-guidance: tdebase pytdeextensions
+ $(call buildpkg,applications/settings/tde-guidance)
+
+tdeio-appinfo: tdebase
+ifeq (,$(filter $(DIST), .el5 .el6 ))
+ $(call buildpkg,applications/tdeio/tdeio-appinfo)
endif
-tdeio-apt: tdebase
- $(call buildpkg,applications/tdeio-apt)
+tdeio-apt: tdebase
+ $(call buildpkg,applications/tdeio/tdeio-apt)
-tdeio-ftps: tdebase
- $(call buildpkg,applications/tdeio-ftps)
+tdeio-ftps: tdebase
+ $(call buildpkg,applications/tdeio/tdeio-ftps)
-tdeio-gopher: tdebase
- $(call buildpkg,applications/tdeio-gopher)
+tdeio-gopher: tdebase
+ $(call buildpkg,applications/tdeio/tdeio-gopher)
-tdeio-locate: tdebase
- $(call buildpkg,applications/tdeio-locate)
+tdeio-locate: tdebase
+ $(call buildpkg,applications/tdeio/tdeio-locate)
-tdeio-sword: tdebase
- $(call buildpkg,applications/tdeio-sword)
+tdeio-sword: tdebase
+ $(call buildpkg,applications/tdeio/tdeio-sword)
-tdeio-umountwrapper: tdebase
- $(call buildpkg,applications/tdeio-umountwrapper)
+tdeio-umountwrapper: tdebase
+ $(call buildpkg,applications/tdeio/tdeio-umountwrapper)
-tdenetworkmanager: tdebase
+tdenetworkmanager: tdebase
ifeq (,$(filter $(DIST),.el5 .el6))
- $(call buildpkg,applications/tdenetworkmanager)
+ $(call buildpkg,applications/settings/tdenetworkmanager)
endif
-tdepacman: tdebase
- $(call buildpkg,applications/tdepacman)
+tdepacman: tdebase
+ $(call buildpkg,applications/games/tdepacman)
-tdepowersave: tdebase
+tdepowersave: tdebase
ifeq (,$(filter $(DIST),.el5))
- $(call buildpkg,applications/tdepowersave)
+ $(call buildpkg,applications/system/tdepowersave)
endif
-tderadio: tdebase
- $(call buildpkg,applications/tderadio)
+tderadio: tdebase
+ $(call buildpkg,applications/multimedia/tderadio)
-tdesshaskpass: tdebase
- $(call buildpkg,applications/tdesshaskpass)
+tdesshaskpass: tdebase
+ $(call buildpkg,applications/system/tdesshaskpass)
-tde-style-baghira: tdebase
- $(call buildpkg,applications/tde-style-baghira)
+tde-style-baghira: tdebase
+ $(call buildpkg,applications/themes/tde-style-baghira)
-tde-style-domino: tdebase
- $(call buildpkg,applications/tde-style-domino)
+tde-style-domino: tdebase
+ $(call buildpkg,applications/themes/tde-style-domino)
-tde-style-ia-ora: tdebase
- $(call buildpkg,applications/tde-style-ia-ora)
+tde-style-ia-ora: tdebase
+ $(call buildpkg,applications/themes/tde-style-ia-ora)
-tde-style-lipstik: tdebase
- $(call buildpkg,applications/tde-style-lipstik)
+tde-style-lipstik: tdebase
+ $(call buildpkg,applications/themes/tde-style-lipstik)
-tde-style-qtcurve: tdebase
- $(call buildpkg,applications/tde-style-qtcurve)
+tde-style-qtcurve: tdebase
+ $(call buildpkg,applications/themes/tde-style-qtcurve)
-tdesudo: tdebase
- $(call buildpkg,applications/tdesudo)
+tdesudo: tdebase
+ $(call buildpkg,applications/settings/tdesudo)
-tdesvn: tdebase
- $(call buildpkg,applications/tdesvn)
+tdesvn: tdebase
+ $(call buildpkg,applications/development/tdesvn)
-tde-systemsettings: tdebase
- $(call buildpkg,applications/tde-systemsettings)
+tde-systemsettings: tdebase
+ $(call buildpkg,applications/settings/tde-systemsettings)
-tdmtheme: tdebase
+tdmtheme: tdebase
$(call buildpkg,applications/tdmtheme)
-tellico: tdebase tdegraphics tdemultimedia tdepim
- $(call buildpkg,applications/tellico)
+tellico: tdebase tdegraphics tdemultimedia tdepim
+ $(call buildpkg,applications/office/tellico)
+
+tork: tdebase
+ $(call buildpkg,applications/internet/tork)
-tork: tdebase
- $(call buildpkg,applications/tork)
+twin-style-crystal: tdebase
+ $(call buildpkg,applications/themes/twin-style-crystal)
-twin-style-crystal: tdebase
- $(call buildpkg,applications/twin-style-crystal)
+twin-style-dekorator: tdebase
+ $(call buildpkg,applications/themes/twin-style-dekorator)
-twin-style-dekorator: tdebase
- $(call buildpkg,applications/twin-style-dekorator)
+twin-style-machbunt: tdebase
+ $(call buildpkg,applications/themes/twin-style-machbunt)
twin-style-suse2: tdebase
- $(call buildpkg,applications/twin-style-suse2)
+ $(call buildpkg,applications/themes/twin-style-suse2)
-wlassistant: tdebase
- $(call buildpkg,applications/wlassistant)
+wlassistant: tdebase
+ $(call buildpkg,applications/settings/wlassistant)
-yakuake: tdebase
- $(call buildpkg,applications/yakuake)
+yakuake: tdebase
+ $(call buildpkg,applications/system/yakuake)
### Trinity Translations
-gwenview-i18n: tdebase
- $(call buildpkg,applications/gwenview-i18n)
+gwenview-i18n: tdebase
+ $(call buildpkg,applications/graphics/gwenview-i18n)
-k3b-i18n: tdebase
- $(call buildpkg,applications/k3b-i18n)
+k3b-i18n: tdebase
+ $(call buildpkg,applications/multimedia/k3b-i18n)
-koffice-i18n: tdebase
- $(call buildpkg,applications/koffice-i18n)
+koffice-i18n: tdebase
+ $(call buildpkg,applications/office/koffice-i18n)
-tde-i18n: tdebase
+tde-i18n: tdebase
$(call buildpkg,tde-i18n)
### Meta packages
@@ -656,7 +652,7 @@ meta:
fileshareset:
$(call buildpkg,extras/fileshareset)
-pinentry-tqt: tqtinterface
+pinentry-tqt: tqtinterface
ifeq (,$(filter $(DIST), .el5 .el6 .el7 ))
$(call buildpkg,extras/pinentry-tqt)
endif