slpkg/configs/repositories.toml

122 lines
3.6 KiB
TOML
Raw Normal View History

2023-04-24 21:25:44 +02:00
# This is the general repositories configuration file of slpkg:
# /etc/slpkg/repositories.toml
# Updated: 23/09/2024, Version: 5.1.3
2023-04-24 21:25:44 +02:00
2024-04-11 19:32:58 +02:00
# Set 'true' or 'false' to enable or disable the repository you want.
2024-04-18 12:51:27 +02:00
# You can use a mirror not included in this file.
2024-04-11 19:32:58 +02:00
2024-03-27 21:36:18 +01:00
# Notes: Before using a repository, make sure you have read about it.
# Some repositories are for -current only. Change the mirror
# if it is necessary. The mirror or every part of the mirror
# should end with a slash '/' except for git repositories.
2024-03-27 21:36:18 +01:00
2024-04-15 16:05:16 +02:00
# Template to define a binary custom repository.
# At least are required [NAME], ENABLE, MIRROR and TAG options.
# The MIRROR should include the files ChangeLog.txt, PACKAGES.TXT,
# and CHECKSUMS.md5. If the file ChangeLog.txt is located in
# a different branch, it should be set a variable CHANGELOG.
2024-04-15 11:01:15 +02:00
# Example:
2024-05-01 22:08:44 +02:00
# [ALIEN]
2024-04-15 11:01:15 +02:00
# ENABLE = true
2024-04-15 16:05:16 +02:00
# MIRROR = "https://slackware.nl/people/alien/sbrepos/15.0/x86_64/"
# CHANGELOG = "https://slackware.nl/people/alien/sbrepos/"
# TAG = "alien"
2024-04-15 11:01:15 +02:00
2024-04-15 20:48:35 +02:00
# Salix OS Distribution:
2024-04-18 12:15:55 +02:00
# Replace the SLACK, SLACK_EXTRA and SLACK_PATCHES with the mirrors:
2024-04-15 20:48:35 +02:00
# https://repo.greeklug.gr/data/pub/linux/salix/x86_64/slackware-15.0/
# https://repo.greeklug.gr/data/pub/linux/salix/x86_64/slackware-15.0/extra/
# https://repo.greeklug.gr/data/pub/linux/salix/x86_64/slackware-15.0/patches/
[DEFAULT]
2023-05-05 17:18:09 +02:00
# This is the DEFAULT REPOSITORY.
# You can change it with one that you see below.
# Make sure you have enabled it before.
REPOSITORY = "sbo"
[NEW_PACKAGES]
# Configure the repositories that you want new packages to be added
# when upgrading installed packages. Only useful for repositories that
# are fully installed on the system. Example ["slack", "gnome"].
# Normally you should see the new packages first to install.
REPOSITORIES = []
[REMOVE_PACKAGES]
# Configure the repositories that you want to remove installed packages
# that no longer exist in the repository. Only useful for repositories
# that are fully installed on the system. Example ["slack", "gnome"].
# WARNING: Always check which packages are going to remove before proceed.
REPOSITORIES = []
2023-05-04 16:43:04 +02:00
2024-04-11 19:09:04 +02:00
[SBO]
ENABLE = true
2024-04-14 22:43:00 +02:00
MIRROR = "https://slackbuilds.org/slackbuilds/15.0/"
2023-04-12 22:15:19 +02:00
2024-04-11 19:09:04 +02:00
[PONCE]
ENABLE = false
2024-04-12 18:14:57 +02:00
MIRROR = "https://cgit.ponce.cc/slackbuilds/plain/"
2023-04-12 22:15:19 +02:00
2024-04-11 19:09:04 +02:00
[SLACK]
ENABLE = false
2024-04-14 22:43:00 +02:00
MIRROR = "http://mirror.nl.leaseweb.net/slackware/slackware64-15.0/"
2023-04-12 22:15:19 +02:00
2024-04-11 19:09:04 +02:00
[SLACK_EXTRA]
ENABLE = false
2024-04-15 12:10:09 +02:00
MIRROR = "http://mirror.nl.leaseweb.net/slackware/slackware64-15.0/extra/"
2023-04-12 22:15:19 +02:00
2024-04-11 19:09:04 +02:00
[SLACK_PATCHES]
ENABLE = false
2024-04-15 12:10:09 +02:00
MIRROR = "http://mirror.nl.leaseweb.net/slackware/slackware64-15.0/patches/"
2023-04-12 22:15:19 +02:00
2024-04-11 19:09:04 +02:00
[ALIEN]
ENABLE = false
2024-04-15 13:32:22 +02:00
MIRROR = "https://slackware.nl/people/alien/sbrepos/15.0/x86_64/"
2023-04-12 22:15:19 +02:00
2024-04-11 19:09:04 +02:00
[MULTILIB]
ENABLE = false
2024-04-15 13:32:22 +02:00
MIRROR = "https://slackware.nl/people/alien/multilib/15.0/"
2023-04-12 22:15:19 +02:00
2024-04-11 19:09:04 +02:00
[RESTRICTED]
ENABLE = false
2024-04-15 13:32:22 +02:00
MIRROR = "https://slackware.nl/people/alien/restricted_sbrepos/15.0/x86_64/"
2023-04-12 22:15:19 +02:00
2024-04-11 19:09:04 +02:00
[GNOME]
ENABLE = false
MIRROR = "https://slackware.uk/gfs/15.0/41.10/x86_64/"
2023-04-12 22:15:19 +02:00
2024-04-11 19:09:04 +02:00
[MSB]
ENABLE = false
2024-04-15 13:32:22 +02:00
MIRROR = "https://slackware.uk/msb/15.0/1.28/x86_64/"
2023-04-12 22:15:19 +02:00
2024-04-11 19:09:04 +02:00
[CSB]
ENABLE = false
2024-04-15 13:32:22 +02:00
MIRROR = "https://slackware.uk/csb/15.0/x86_64/"
2023-04-12 22:15:19 +02:00
2024-04-11 19:09:04 +02:00
[CONRAID]
ENABLE = false
2024-04-14 21:58:50 +02:00
MIRROR = "https://slackers.it/repository/slackware64-current/"
2023-04-12 22:15:19 +02:00
2024-04-11 19:09:04 +02:00
[SLACKONLY]
ENABLE = false
2024-04-14 21:58:50 +02:00
MIRROR = "https://packages.slackonly.com/pub/packages/15.0-x86_64/"
2023-04-12 22:15:19 +02:00
2024-04-11 19:09:04 +02:00
[SALIX]
ENABLE = false
2024-04-14 21:58:50 +02:00
MIRROR = "https://repo.greeklug.gr/data/pub/linux/salix/x86_64/15.0/"
2023-04-12 22:15:19 +02:00
2024-04-11 19:09:04 +02:00
[SALIX_EXTRA]
ENABLE = false
2024-04-14 21:58:50 +02:00
MIRROR = "https://repo.greeklug.gr/data/pub/linux/salix/x86_64/extra-15.0/"
2023-04-12 22:15:19 +02:00
2024-04-11 19:09:04 +02:00
[SLACKEL]
ENABLE = false
2024-04-14 21:58:50 +02:00
MIRROR = "http://www.slackel.gr/repo/x86_64/current/"
2023-04-12 22:15:19 +02:00
2024-04-11 19:09:04 +02:00
[SLINT]
ENABLE = false
2024-04-14 21:58:50 +02:00
MIRROR = "https://slackware.uk/slint/x86_64/slint-15.0/"
2023-11-29 19:49:53 +01:00
2024-04-11 19:09:04 +02:00
[PPRKUT]
ENABLE = false
2024-04-14 21:58:50 +02:00
MIRROR = "https://repo.liwjatan.org/pprkut/15.0/x86_64/"