diff options
| author | navewindre <boneyaard@gmail.com> | 2025-06-16 04:03:14 +0200 |
|---|---|---|
| committer | navewindre <boneyaard@gmail.com> | 2025-06-16 04:03:14 +0200 |
| commit | 062610bea43b8b31d30039e037f72506d78d5879 (patch) | |
| tree | 9db579130cce431cc3fd17415ff2298ae366baaa /slackware-bootstrap/repositories.toml | |
| parent | d6c4365b8de32b621ac46074a9b69908b95686c0 (diff) | |
add themes n slackware bootstrap
Diffstat (limited to 'slackware-bootstrap/repositories.toml')
| -rw-r--r-- | slackware-bootstrap/repositories.toml | 132 |
1 files changed, 132 insertions, 0 deletions
diff --git a/slackware-bootstrap/repositories.toml b/slackware-bootstrap/repositories.toml new file mode 100644 index 0000000..06e9d1b --- /dev/null +++ b/slackware-bootstrap/repositories.toml @@ -0,0 +1,132 @@ +# This is the general repositories configuration file of slpkg: +# /etc/slpkg/repositories.toml +# Updated: 29/09/2024, Version: 5.1.4 + +# Set 'true' or 'false' to enable or disable the repository you want. +# You can use a mirror not included in this file. + +# 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. + +# 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. +# Example: +# [ALIEN] +# ENABLE = true +# MIRROR = "https://slackware.nl/people/alien/sbrepos/15.0/x86_64/" +# CHANGELOG = "https://slackware.nl/people/alien/sbrepos/" +# TAG = "alien" + +# Salix OS Distribution: +# Replace the SLACK, SLACK_EXTRA and SLACK_PATCHES with the mirrors: +# 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] +# This is the DEFAULT REPOSITORY. +# You can change it with one that you see below. +# Make sure you have enabled it before. +REPOSITORY = "slack" + +[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 = [] + +[SBOSRCARCH] +# Archive of source files linked to by .info files on SlackBuilds.org. +# Used as an alternative download source for SBo and Ponce repositories. +# For more information, visit: https://slackware.uk/sbosrcarch/README +MIRROR = "https://slackware.uk/sbosrcarch/by-name/" + +[SBO] +ENABLE = true +MIRROR = "https://slackbuilds.org/slackbuilds/15.0/" +# Alternative, you can use a git repository. +# MIRROR = "https://github.com/SlackBuildsOrg/slackbuilds.git" +# MIRROR = "https://gitlab.com/SlackBuilds.org/slackbuilds.git" + +[PONCE] +ENABLE = false +MIRROR = "https://github.com/Ponce/slackbuilds.git" +# Alternative, you can use the this repository. +# MIRROR = "https://cgit.ponce.cc/slackbuilds/plain/" + +[SLACK] +ENABLE = true +MIRROR = "http://ftp.slackware.pl/pub/slackware/slackware64-current/" + +[SLACK_EXTRA] +ENABLE = true +MIRROR = "http://ftp.slackware.pl/pub/slackware/slackware64-current/extra/" + +[SLACK_PATCHES] +ENABLE = true +MIRROR = "http://ftp.slackware.pl/pub/slackware/slackware64-current/patches/" + +[ALIEN] +ENABLE = true +MIRROR = "https://slackware.nl/people/alien/sbrepos/current/x86_64/" + +[MULTILIB] +ENABLE = true +MIRROR = "https://slackware.nl/people/alien/multilib/current/" + +[RESTRICTED] +ENABLE = false +MIRROR = "https://slackware.nl/people/alien/restricted_sbrepos/15.0/x86_64/" + +[GNOME] +ENABLE = false +MIRROR = "https://slackware.uk/gfs/15.0/41.10/x86_64/" + +[MSB] +ENABLE = false +MIRROR = "https://slackware.uk/msb/15.0/1.28/x86_64/" + +[CSB] +ENABLE = false +MIRROR = "https://slackware.uk/csb/15.0/x86_64/" + +[CONRAID] +ENABLE = true +MIRROR = "https://slackers.it/repository/slackware64-current/" + +[SLACKONLY] +ENABLE = true +MIRROR = "https://packages.slackonly.com/pub/packages/current-x86_64/" + +[SALIX] +ENABLE = false +MIRROR = "https://repo.greeklug.gr/data/pub/linux/salix/x86_64/15.0/" + +[SALIX_EXTRA] +ENABLE = false +MIRROR = "https://repo.greeklug.gr/data/pub/linux/salix/x86_64/extra-15.0/" + +[SLACKEL] +ENABLE = false +MIRROR = "http://www.slackel.gr/repo/x86_64/current/" + +[SLINT] +ENABLE = false +MIRROR = "https://slackware.uk/slint/x86_64/slint-15.0/" + +[PPRKUT] +ENABLE = false +MIRROR = "https://repo.liwjatan.org/pprkut/15.0/x86_64/" |
