Trinity Desktop Environment
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Slávek Banko f6958bcbb6
Official Trinity Desktop Environment R14.0.5 release
6 years ago
experimental@024b7e5220 Fix invalid headers in PNG files and optimize for size 8 years ago
main Reset submodule main/thirdparty to latest HEAD 6 years ago
scripts@9be6e5e6f0 Reset submodule scripts to latest HEAD 6 years ago
.gitmodules Sort order of gitmodules 6 years ago
Readme.md Add simple readme with instructions for cloning the entire repository tree 6 years ago
submodules Remove submodule website 6 years ago

Readme.md

Trinity Desktop Environment GIT Repositories

TDE is a comprehensive desktop environment that includes both core packages and applications designed for it.

The complete source code is split into many individual GIT repositories, connected together into a tree structure of modules and submodules. The main TDE repository provides the entry point to the root of such tree, simplifying navigation and cloning operation of the complete TDE code.

TDE packaging repository contains files designed to create source and binary packages for distributions such as Debian, Fedora, and so on.

Check out the complete TDE source code

To check out the complete source tree from GIT, you can use the following procedure:

git clone https://mirror.git.trinitydesktop.org/gitea/TDE/tde
git clone https://mirror.git.trinitydesktop.org/gitea/TDE/tde-packaging
cd tde
git submodule init -- scripts
git submodule update -- scripts
./scripts/switch_all_submodules_to_head_and_clean anonymous