En/trinity desktop environment: Difference between revisions
Added links to newer TDE build scripts |
Page updated to new template |
||
| Line 1: | Line 1: | ||
{{header_en|title=TDE| keyword={{Template:keyword_en_tde}}| description=Trinity Desktop Environment and Slackware Linux | link_page=trinity_desktop_environment}} | |||
== '''T'''rinity '''D'''esktop '''E'''nvironment == | == '''T'''rinity '''D'''esktop '''E'''nvironment == | ||
| Line 45: | Line 39: | ||
=== Prerequisites === | === Prerequisites === | ||
The group include base libraries used throughout the desktop environment by applications. All packages here grouped do not use the '''automake''' utility to compile: they were migrated to [http://www.cmake.org/ '''cmake''']. The | The group include base libraries used throughout the desktop environment by applications. All packages here grouped do not use the '''automake''' utility to compile: they were migrated to [http://www.cmake.org/ '''cmake''']. The SlackBuild scripts for kDE 3 were '''written for automake and were thus updated accordingly'''. | ||
The build order followed is: | The build order followed is: | ||
* [ | * [[En/TDE_hal | '''hal''']] | ||
* [ | * [[En/TDE_tqt3 | '''tqt3''']] | ||
* [ | * [[En/TDE_qt3 | '''qt3''']] | ||
* [ | * [[En/TDE_tqtinterface | '''tqtinterface''']] | ||
* [ | * [[En/TDE_arts | '''arts''']] | ||
* [ | * [[En/TDE_dbus-tqt | '''dbus-tqt''']] | ||
* [ | * [[En/TDE_dbus-1-tqt | '''dbus-1-tqt''']] | ||
=== Base Packages === | === Base Packages === | ||
| Line 64: | Line 58: | ||
* '''tqca-tls''' Ignored. Needed by some Kopete add-on only. | * '''tqca-tls''' Ignored. Needed by some Kopete add-on only. | ||
* '''libart-lgpl''' Ignored. it extends DNS support in TDE. | * '''libart-lgpl''' Ignored. it extends DNS support in TDE. | ||
* [ | * [[En/TDE_tdelibs | '''tdelibs''']] | ||
* [ | * [[En/TDE_tdebase | '''tdebase''']] | ||
* [ | * [[En/TDE_sip4-tqt | '''sip4-tqt''']] | ||
* [ | * [[En/TDE_python-tqt | '''python-tqt''']] | ||
* '''pytdeextensions''' Ignored. Dependent on python-tqt. | * '''pytdeextensions''' Ignored. Dependent on python-tqt. | ||
* '''python-trinity''' Ignored. Dependent on python-tqt. | * '''python-trinity''' Ignored. Dependent on python-tqt. | ||
* '''tqscintilla''' Ignored. Partly dependent on python-tqt. | * '''tqscintilla''' Ignored. Partly dependent on python-tqt. | ||
* [ | * [[En/TDE_tdebindings | '''tdebindings''']] | ||
* [ | * [[En/TDE_tdeaccessibility | '''tdeaccessibility''']] | ||
* [ | * [[En/TDE_tdeutils | '''tdeutils''']] | ||
* [ | * [[En/TDE_tdemultimedia | '''tdemultimedia''']] | ||
* [ | * [[En/TDE_tdenetwork | '''tdenetwork''']] | ||
* [ | * [[En/TDE_tdeadmin | '''tdeadmin''']] | ||
* [ | * [[En/TDE_tdeartwork | '''tdeartwork''']] | ||
* [ | * [[En/TDE_tdegames | '''tdegames''']] | ||
* [ | * [[En/TDE_tdetoys | '''tdetoys''']] | ||
* [ | * [[En/TDE_tdeedu | '''tdeedu''']] | ||
* [ | * [[En/TDE_tdegraphics | '''tdegraphics''']] | ||
* [ | * [[En/TDE_libcaldav | '''libcaldav''']] | ||
* [ | * [[En/TDE_libcarddav | '''libcarddav''']] | ||
* [ | * [[En/TDE_tdepim | '''tdepim''']] | ||
* [ | * [[En/TDE_tdesdk | '''tdesdk''']] | ||
* [ | * [[En/TDE_tdevelop | '''tdevelop''']] | ||
* [ | * [[En/TDE_tdeaddons | '''tdeaddons''']] | ||
'''The base package list ends''' with tdeaddons. By installing the previously built packages You'll obtain a full desktop environment rich with functionality, programs and services. Before moving on to the optional applications and packages it is worth spending some time developing a main script meant to '''automate the build procedure''' shortening packaging time. The script should call build scripts for individual packages in the order suggested by the [http://www.trinitydesktop.org/wiki/bin/view/Developers/HowToBuild TDE documentation]. Individual scripts can be downloaded by the respective article page. Following the Slackware KDE 3 philosophy, the script was named '''TDE.SlackBuild'''. The directory build tree should be created before running the script. The directory schema being: | '''The base package list ends''' with tdeaddons. By installing the previously built packages You'll obtain a full desktop environment rich with functionality, programs and services. Before moving on to the optional applications and packages it is worth spending some time developing a main script meant to '''automate the build procedure''' shortening packaging time. The script should call build scripts for individual packages in the order suggested by the [http://www.trinitydesktop.org/wiki/bin/view/Developers/HowToBuild TDE documentation]. Individual scripts can be downloaded by the respective article page. Following the Slackware KDE 3 philosophy, the script was named '''TDE.SlackBuild'''. The directory build tree should be created before running the script. The directory schema being: | ||
| Line 120: | Line 114: | ||
TDE is a full desktop environment and provides a software development kit for developers eager to write software fully integrated with it. In the years many programmers answered the call this resulting in a greatly increased availability of integrated applications. '''Approximately one hundred additional packages exist'''. Below I'll write build scripts for some of those packages: the ones I usually work with: | TDE is a full desktop environment and provides a software development kit for developers eager to write software fully integrated with it. In the years many programmers answered the call this resulting in a greatly increased availability of integrated applications. '''Approximately one hundred additional packages exist'''. Below I'll write build scripts for some of those packages: the ones I usually work with: | ||
* [ | * [[En/TDE_tdewebdev | '''tdewebdev''']] | ||
* [ | * [[En/TDE_k3b | '''k3b''']] | ||
* [ | * [[En/TDE_k3b-i18n | '''k3b-i18n''']] | ||
* [ | * [[En/TDE_krename | '''krename''']] | ||
* [ | * [[En/TDE_ktorrent | '''ktorrent''']] | ||
* '''koffice''' | |||
| Line 138: | Line 133: | ||
---- | ---- | ||
* [http://www.trinitydesktop.org/ TDE home page] | * [http://www.trinitydesktop.org/ TDE home page] | ||
---- | ---- | ||
{{footer_en | link_page=trinity_desktop_environment}} | |||