slpkg/configs/repositories.toml

260 lines
9.7 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
2023-11-29 19:49:53 +01:00
# Date: 29/11/2023, Version: 4.9.3
2023-04-24 21:25:44 +02:00
2023-05-05 18:42:29 +02:00
# Set 'true' to the variable {NAME}_REPO to enable a repository.
2023-04-24 21:25:44 +02:00
2023-05-01 09:06:39 +02:00
# If you are going to use a local repository, set the repository:
# as the example bellow:
# ALIEN_REPO_LOCAL = ["file:///path/to/alien/repository/" ,"15.0/", "x86_64/"]
2023-04-24 21:25:44 +02:00
# A binary local repository will must contain the files:
2023-05-05 18:45:50 +02:00
# ChangeLog.txt, PACKAGES.TXT and CHECKSUMS.md5
2023-04-24 21:25:44 +02:00
# A SlackBuilds repository will must contain the files:
2023-05-05 18:45:50 +02:00
# SLACKBUILDS.TXT and ChangeLog.txt
2023-05-05 18:44:50 +02:00
# After the mirror changed, you should update the database, run:
# slpkg update
2023-04-24 21:25:44 +02:00
2023-04-26 08:02:50 +02:00
# DO NOT CHANGE THE PATTERN OF THE MIRRORS, CHANGE ONLY WHAT YOU WANT.
2023-05-05 18:45:50 +02:00
# For alien and Slackware -current users should be:
# ["https://slackware.nl/people/alien/sbrepos/", "current/", "x86_64/"]
# and NOT:
# ["https://slackware.nl/people/alien/sbrepos/current/x86_64/"]
2023-04-26 08:02:50 +02:00
2023-04-26 20:31:47 +02:00
# Note: 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 '/'.
2023-03-19 22:42:26 +01:00
[REPOSITORIES]
2023-03-18 20:48:10 +01:00
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.
2023-05-04 16:43:04 +02:00
DEFAULT_REPOSITORY = "sbo"
2023-11-29 19:49:53 +01:00
# SBo repository for Slackware 15.0 stable.
2023-05-04 16:43:04 +02:00
SBO_REPO = true
2023-04-12 22:15:19 +02:00
SBO_REPO_NAME = "sbo"
2023-04-29 21:24:29 +02:00
SBO_REPO_LOCAL = [""]
2023-04-17 20:19:42 +02:00
SBO_REPO_MIRROR = ["https://slackbuilds.org/slackbuilds/15.0/"]
2023-04-12 22:15:19 +02:00
SBO_REPO_SLACKBUILDS = "SLACKBUILDS.TXT"
SBO_REPO_CHANGELOG = "ChangeLog.txt"
SBO_REPO_TAG = "_SBo" # Default repo TAG.
SBO_REPO_PATCH_TAG = "" # Patch the TAG.
2023-05-04 16:43:04 +02:00
SBO_REPO_TAR_SUFFIX = ".tar.gz"
2023-04-12 22:15:19 +02:00
2023-11-29 19:49:53 +01:00
# Ponce repository for Slackware -current.
2023-04-12 22:15:19 +02:00
PONCE_REPO = false
PONCE_REPO_NAME = "ponce"
2023-04-29 21:24:29 +02:00
PONCE_REPO_LOCAL = [""]
2023-04-17 20:19:42 +02:00
PONCE_REPO_MIRROR = ["https://cgit.ponce.cc/slackbuilds/plain/"]
2023-04-12 22:15:19 +02:00
PONCE_REPO_SLACKBUILDS = "SLACKBUILDS.TXT"
PONCE_REPO_CHANGELOG = "ChangeLog.txt"
PONCE_REPO_TAG = "_SBo" # Default repo TAG.
PONCE_REPO_PATCH_TAG = "" # Patch the TAG.
# Official repository for Slackware x86_64 15.0 stable.
2023-12-15 10:50:45 +01:00
# Recommended using a mirror from /etc/slackpkg/mirrors file.
2023-04-12 22:15:19 +02:00
# For Slackware x86_64 -current:
2023-04-18 19:16:00 +02:00
# ["https://slackware.uk/slackware/slackware64-current/"]
2023-04-12 22:15:19 +02:00
SLACK_REPO = false
SLACK_REPO_NAME = "slack"
2023-04-29 21:24:29 +02:00
SLACK_REPO_LOCAL = [""]
2023-04-17 20:19:42 +02:00
SLACK_REPO_MIRROR = ["https://slackware.uk/slackware/slackware64-15.0/"]
2023-04-12 22:15:19 +02:00
SLACK_REPO_PACKAGES = "PACKAGES.TXT"
SLACK_REPO_CHECKSUMS = "CHECKSUMS.md5"
SLACK_REPO_CHANGELOG = "ChangeLog.txt"
SLACK_REPO_TAG = ""
# Official repository for Slackware patches x86_64 15.0 stable.
2023-12-15 10:50:45 +01:00
# Recommended using a mirror from /etc/slackpkg/mirrors file.
2023-04-12 22:15:19 +02:00
# For Slackware patches x86_64 -current:
2023-04-18 19:16:00 +02:00
# ["https://slackware.uk/slackware/slackware64-current/", "extra/"]
2023-04-12 22:15:19 +02:00
SLACK_EXTRA_REPO = false
SLACK_EXTRA_REPO_NAME = "slack_extra"
2023-04-29 21:24:29 +02:00
SLACK_EXTRA_REPO_LOCAL = [""]
2023-04-17 20:19:42 +02:00
SLACK_EXTRA_REPO_MIRROR = ["https://slackware.uk/slackware/slackware64-15.0/", "extra/"]
2023-04-12 22:15:19 +02:00
SLACK_EXTRA_REPO_PACKAGES = "PACKAGES.TXT"
SLACK_EXTRA_REPO_CHECKSUMS = "CHECKSUMS.md5"
SLACK_EXTRA_REPO_CHANGELOG = "ChangeLog.txt"
SLACK_EXTRA_REPO_TAG = ""
# Official repository for Slackware patches x86_64 15.0 stable.
2023-12-15 10:50:45 +01:00
# Recommended using a mirror from /etc/slackpkg/mirrors file.
# For Slackware patches x86_64 -current:
# ["https://slackware.uk/slackware/slackware64-current/", "patches/"]
2023-04-12 22:15:19 +02:00
SLACK_PATCHES_REPO = false
SLACK_PATCHES_REPO_NAME = "slack_patches"
2023-04-29 21:24:29 +02:00
SLACK_PATCHES_REPO_LOCAL = [""]
2023-04-17 20:19:42 +02:00
SLACK_PATCHES_REPO_MIRROR = ["https://slackware.uk/slackware/slackware64-15.0/", "patches/"]
2023-04-12 22:15:19 +02:00
SLACK_PATCHES_REPO_PACKAGES = "PACKAGES.TXT"
SLACK_PATCHES_REPO_CHECKSUMS = "CHECKSUMS.md5"
SLACK_PATCHES_REPO_CHANGELOG = "ChangeLog.txt"
2023-05-23 22:10:35 +02:00
SLACK_PATCHES_REPO_TAG = ""
2023-04-12 22:15:19 +02:00
2023-11-29 19:49:53 +01:00
# AlienBob repository for Slackware x86_64 15.0 stable.
2023-04-12 22:15:19 +02:00
# For Slackware x86_64 -current:
2023-04-18 19:16:00 +02:00
# ["http://slackware.uk/people/alien/sbrepos/", "current/", "x86_64/"]
2023-04-12 22:15:19 +02:00
ALIEN_REPO = false
ALIEN_REPO_NAME = "alien"
2023-04-29 21:24:29 +02:00
ALIEN_REPO_LOCAL = [""]
2023-04-17 20:19:42 +02:00
ALIEN_REPO_MIRROR = ["https://slackware.nl/people/alien/sbrepos/", "15.0/", "x86_64/"]
2023-04-12 22:15:19 +02:00
ALIEN_REPO_PACKAGES = "PACKAGES.TXT"
ALIEN_REPO_CHECKSUMS = "CHECKSUMS.md5"
ALIEN_REPO_CHANGELOG = "ChangeLog.txt"
ALIEN_REPO_TAG = "alien"
2023-11-29 19:49:53 +01:00
# Multilib repository for Slackware x86_64 15.0 stable.
2023-04-12 22:15:19 +02:00
# For Slackware x86_64 -current:
2023-04-18 19:16:00 +02:00
# ["https://slackware.nl/people/alien/multilib/", current/"]
2023-04-12 22:15:19 +02:00
MULTILIB_REPO = false
MULTILIB_REPO_NAME = "multilib"
2023-04-29 21:24:29 +02:00
MULTILIB_REPO_LOCAL = [""]
2023-04-17 20:19:42 +02:00
MULTILIB_REPO_MIRROR = ["https://slackware.nl/people/alien/multilib/", "15.0/"]
2023-04-12 22:15:19 +02:00
MULTILIB_REPO_PACKAGES = "PACKAGES.TXT"
MULTILIB_REPO_CHECKSUMS = "CHECKSUMS.md5"
MULTILIB_REPO_CHANGELOG = "ChangeLog.txt"
MULTILIB_REPO_TAG = "alien"
2023-11-29 19:49:53 +01:00
# Restricted repository for Slackware x86_64 15.0 stable.
2023-04-12 22:15:19 +02:00
# For Slackware x86_64 -current:
2023-04-18 19:16:00 +02:00
# ["https://slackware.nl/people/alien/restricted_sbrepos/", "current/", "x86_64/"]
2023-04-12 22:15:19 +02:00
RESTRICTED_REPO = false
RESTRICTED_REPO_NAME = "restricted"
2023-04-29 21:24:29 +02:00
RESTRICTED_REPO_LOCAL = [""]
2023-04-17 20:19:42 +02:00
RESTRICTED_REPO_MIRROR = ["https://slackware.nl/people/alien/restricted_sbrepos/", "15.0/", "x86_64/"]
2023-04-12 22:15:19 +02:00
RESTRICTED_REPO_PACKAGES = "PACKAGES.TXT"
RESTRICTED_REPO_CHECKSUMS = "CHECKSUMS.md5"
RESTRICTED_REPO_CHANGELOG = "ChangeLog.txt"
RESTRICTED_REPO_TAG = "alien"
2023-11-29 19:49:53 +01:00
# Gnome repository for Slackware x86_64 15.0 stable.
2023-04-12 22:15:19 +02:00
# For Slackware x86_64 -current:
2023-04-18 19:16:00 +02:00
# ["https://reddoglinux.ddns.net/linux/gnome/43.x/x86_64/"]
2023-04-12 22:15:19 +02:00
GNOME_REPO = false
GNOME_REPO_NAME = "gnome"
2023-04-29 21:24:29 +02:00
GNOME_REPO_LOCAL = [""]
2023-04-17 20:19:42 +02:00
GNOME_REPO_MIRROR = ["https://reddoglinux.ddns.net/linux/gnome/41.x/x86_64/"]
2023-04-12 22:15:19 +02:00
GNOME_REPO_PACKAGES = "PACKAGES.TXT"
GNOME_REPO_CHECKSUMS = "CHECKSUMS.md5"
GNOME_REPO_CHANGELOG = "ChangeLog.txt"
GNOME_REPO_TAG = "gfs"
2023-11-29 19:49:53 +01:00
# MATE repository for Slackware x86_64 15.0 stable.
2023-04-12 22:15:19 +02:00
# For Slackware x86_64 -current:
2023-04-18 19:16:00 +02:00
# ["https://slackware.uk/msb/current/", "1.26/", "x86_64/"]
2023-04-12 22:15:19 +02:00
MSB_REPO = false
MSB_REPO_NAME = "msb"
2023-04-29 21:24:29 +02:00
MSB_REPO_LOCAL = [""]
2023-04-18 20:55:47 +02:00
MSB_REPO_MIRROR = ["https://slackware.uk/msb/", "15.0/", "1.26/", "x86_64/"]
2023-04-12 22:15:19 +02:00
MSB_REPO_PACKAGES = "PACKAGES.TXT"
MSB_REPO_CHECKSUMS = "CHECKSUMS.md5"
MSB_REPO_CHANGELOG = "ChangeLog.txt"
MSB_REPO_TAG = "msb"
2023-11-29 19:49:53 +01:00
# Cinnamon repository for Slackware x86_64 15.0 stable.
2023-04-12 22:15:19 +02:00
# For Slackware x86_64 -current:
2023-04-18 19:16:00 +02:00
# ["https://slackware.uk/csb/", "current/", "x86_64/"]
2023-04-12 22:15:19 +02:00
CSB_REPO = false
CSB_REPO_NAME = "csb"
2023-04-29 21:24:29 +02:00
CSB_REPO_LOCAL = [""]
2023-04-17 20:19:42 +02:00
CSB_REPO_MIRROR = ["https://slackware.uk/csb/", "15.0/", "x86_64/"]
2023-04-12 22:15:19 +02:00
CSB_REPO_PACKAGES = "PACKAGES.TXT"
CSB_REPO_CHECKSUMS = "CHECKSUMS.md5"
CSB_REPO_CHANGELOG = "ChangeLog.txt"
CSB_REPO_TAG = "csb"
2023-11-29 19:49:53 +01:00
# Conraid repository for Slackware x86_64 -current.
2023-04-12 22:15:19 +02:00
CONRAID_REPO = false
CONRAID_REPO_NAME = "conraid"
2023-04-29 21:24:29 +02:00
CONRAID_REPO_LOCAL = [""]
2023-08-05 15:28:46 +02:00
CONRAID_REPO_MIRROR = ["https://slackers.it/repository/slackware64-current/"]
2023-04-12 22:15:19 +02:00
CONRAID_REPO_PACKAGES = "PACKAGES.TXT"
CONRAID_REPO_CHECKSUMS = "CHECKSUMS.md5"
CONRAID_REPO_CHANGELOG = "ChangeLog.txt"
CONRAID_REPO_TAG = "cf"
2023-12-16 21:31:47 +01:00
# Slackdce repository for Slackware x86_64 15.0 stable.
SLACKDCE_REPO = false
SLACKDCE_REPO_NAME = "slackdce"
SLACKDCE_REPO_LOCAL = [""]
SLACKDCE_REPO_MIRROR = ["https://slackware.uk/slackdce/15.0/x86_64/"]
SLACKDCE_REPO_PACKAGES = "PACKAGES.TXT"
SLACKDCE_REPO_CHECKSUMS = "CHECKSUMS.md5"
SLACKDCE_REPO_CHANGELOG = "ChangeLog.txt"
SLACKDCE_REPO_TAG = "dce"
2023-11-29 19:49:53 +01:00
# Slackonly repository for Slackware x86_64 15.0 stable.
2023-04-12 22:15:19 +02:00
# For Slackware x86_64 -current:
2023-04-18 19:16:00 +02:00
# ["https://packages.slackonly.com/pub/packages/current-x86_64/"]
2023-04-12 22:15:19 +02:00
SLACKONLY_REPO = false
SLACKONLY_REPO_NAME = "slackonly"
2023-04-29 21:24:29 +02:00
SLACKONLY_REPO_LOCAL = [""]
2023-04-17 20:19:42 +02:00
SLACKONLY_REPO_MIRROR = ["https://packages.slackonly.com/pub/packages/15.0-x86_64/"]
2023-04-12 22:15:19 +02:00
SLACKONLY_REPO_PACKAGES = "PACKAGES.TXT"
SLACKONLY_REPO_CHECKSUMS = "CHECKSUMS.md5"
SLACKONLY_REPO_CHANGELOG = "ChangeLog.txt"
SLACKONLY_REPO_TAG = "slonly"
# Repository for Salix OS x86_64 15.0 stable.
SALIXOS_REPO = false
SALIXOS_REPO_NAME = "salixos"
2023-04-29 21:24:29 +02:00
SALIXOS_REPO_LOCAL = [""]
2023-04-17 20:19:42 +02:00
SALIXOS_REPO_MIRROR = ["https://download.salixos.org/x86_64/slackware-15.0/"]
2023-04-12 22:15:19 +02:00
SALIXOS_REPO_PACKAGES = "PACKAGES.TXT"
SALIXOS_REPO_CHECKSUMS = "CHECKSUMS.md5"
SALIXOS_REPO_CHANGELOG = "ChangeLog.txt"
SALIXOS_REPO_TAG = ""
# Repository for Salix OS x86_64 15.0 stable.
SALIXOS_EXTRA_REPO = false
SALIXOS_EXTRA_REPO_NAME = "salixos_extra"
2023-04-29 21:24:29 +02:00
SALIXOS_EXTRA_REPO_LOCAL = [""]
2023-04-17 20:19:42 +02:00
SALIXOS_EXTRA_REPO_MIRROR = ["https://download.salixos.org/x86_64/slackware-15.0/", "extra/"]
2023-04-12 22:15:19 +02:00
SALIXOS_EXTRA_REPO_PACKAGES = "PACKAGES.TXT"
SALIXOS_EXTRA_REPO_CHECKSUMS = "CHECKSUMS.md5"
SALIXOS_EXTRA_REPO_CHANGELOG = "ChangeLog.txt"
SALIXOS_EXTRA_REPO_TAG = ""
# Repository for Salix OS x86_64 15.0 stable.
SALIXOS_PATCHES_REPO = false
SALIXOS_PATCHES_REPO_NAME = "salixos_patches"
2023-04-29 21:24:29 +02:00
SALIXOS_PATCHES_REPO_LOCAL = [""]
2023-04-17 20:19:42 +02:00
SALIXOS_PATCHES_REPO_MIRROR = ["https://download.salixos.org/x86_64/slackware-15.0/", "patches/"]
2023-04-12 22:15:19 +02:00
SALIXOS_PATCHES_REPO_PACKAGES = "PACKAGES.TXT"
SALIXOS_PATCHES_REPO_CHECKSUMS = "CHECKSUMS.md5"
SALIXOS_PATCHES_REPO_CHANGELOG = "ChangeLog.txt"
2023-05-23 22:10:35 +02:00
SALIXOS_PATCHES_REPO_TAG = ""
2023-04-12 22:15:19 +02:00
# Repository for Slackel OS x86_64 -current.
SLACKEL_REPO = false
SLACKEL_REPO_NAME = "slackel"
2023-04-29 21:24:29 +02:00
SLACKEL_REPO_LOCAL = [""]
2023-04-17 20:19:42 +02:00
SLACKEL_REPO_MIRROR = ["http://www.slackel.gr/repo/x86_64/current/"]
2023-04-12 22:15:19 +02:00
SLACKEL_REPO_PACKAGES = "PACKAGES.TXT"
SLACKEL_REPO_CHECKSUMS = "CHECKSUMS.md5"
SLACKEL_REPO_CHANGELOG = "ChangeLog.txt"
SLACKEL_REPO_TAG = "dj"
2023-11-29 19:49:53 +01:00
# Slint repository for Slackware x86_64 15.0 stable.
2023-04-12 22:15:19 +02:00
SLINT_REPO = false
SLINT_REPO_NAME = "slint"
2023-04-29 21:24:29 +02:00
SLINT_REPO_LOCAL = [""]
2023-04-17 20:19:42 +02:00
SLINT_REPO_MIRROR = ["https://slackware.uk/slint/x86_64/slint-15.0/"]
2023-04-12 22:15:19 +02:00
SLINT_REPO_PACKAGES = "PACKAGES.TXT"
SLINT_REPO_CHECKSUMS = "CHECKSUMS.md5"
SLINT_REPO_CHANGELOG = "ChangeLog.txt"
SLINT_REPO_TAG = "slint"
2023-11-29 19:49:53 +01:00
# Pprkut repository for Slackware x86_64 15.0 stable.
# For Slackware x86_64 -current:
# ["https://repo.liwjatan.org/pprkut/current/x86_64/"]
PPRKUT_REPO = false
PPRKUT_REPO_NAME = "pprkut"
PPRKUT_REPO_LOCAL = [""]
PPRKUT_REPO_MIRROR = ["https://repo.liwjatan.org/pprkut/15.0/x86_64/"]
PPRKUT_REPO_PACKAGES = "PACKAGES.TXT"
PPRKUT_REPO_CHECKSUMS = "CHECKSUMS.md5"
PPRKUT_REPO_CHANGELOG = "ChangeLog.txt"
PPRKUT_REPO_TAG = "pprkut"