2023-03-26 13:07:59 +02:00
|
|
|
# REPOSITORIES CONFIGURATION FILE.
|
|
|
|
# This is the configuration of repositories file.
|
|
|
|
# There are two [sbo/ponce] slackbuilds repositories and you can choose one of them.
|
|
|
|
# Set true to 'PONCE_REPO' to switch slackbuild repository.
|
|
|
|
# Default is the 'sbo' repository.
|
2023-03-19 22:42:26 +01:00
|
|
|
[REPOSITORIES]
|
2023-03-18 20:48:10 +01:00
|
|
|
|
2023-03-21 15:37:56 +01:00
|
|
|
SBO_REPO_NAME = "sbo"
|
2023-03-25 18:39:08 +01:00
|
|
|
SBO_REPO_MIRROR = "https://slackbuilds.org/slackbuilds/15.0/"
|
|
|
|
SBO_REPO_SLACKBUILDS = "SLACKBUILDS.TXT"
|
|
|
|
SBO_REPO_CHANGELOG = "ChangeLog.txt"
|
2023-03-20 17:21:36 +01:00
|
|
|
SBO_REPO_TAR_SUFFIX = ".tar.gz"
|
|
|
|
SBO_REPO_TAG = "_SBo"
|
|
|
|
|
2023-03-21 15:37:56 +01:00
|
|
|
PONCE_REPO_NAME = "ponce"
|
2023-03-20 17:21:36 +01:00
|
|
|
PONCE_REPO = false
|
2023-03-25 18:39:08 +01:00
|
|
|
PONCE_REPO_MIRROR = "https://cgit.ponce.cc/slackbuilds/plain/"
|
|
|
|
PONCE_REPO_SLACKBUILDS = "SLACKBUILDS.TXT"
|
|
|
|
PONCE_REPO_CHANGELOG = "ChangeLog.txt"
|
2023-03-20 17:21:36 +01:00
|
|
|
PONCE_REPO_TAG = "_SBo"
|
|
|
|
|
2023-03-21 15:37:56 +01:00
|
|
|
GNOME_REPO_NAME = "gnome"
|
2023-03-20 17:21:36 +01:00
|
|
|
GNOME_REPO = true
|
2023-03-25 18:39:08 +01:00
|
|
|
GNOME_REPO_MIRROR = "https://reddoglinux.ddns.net/linux/gnome/43.x/x86_64/"
|
|
|
|
GNOME_REPO_PACKAGES = "PACKAGES.TXT"
|
|
|
|
GNOME_REPO_CHECKSUMS = "CHECKSUMS.md5"
|
|
|
|
GNOME_REPO_CHANGELOG = "ChangeLog.txt"
|
2023-03-20 17:21:36 +01:00
|
|
|
|
2023-03-21 20:11:33 +01:00
|
|
|
CONRAID_REPO_NAME = "conraid"
|
|
|
|
CONRAID_REPO = true
|
2023-03-25 18:39:08 +01:00
|
|
|
CONRAID_REPO_MIRROR = "https://slack.conraid.net/repository/slackware64-current/"
|
|
|
|
CONRAID_REPO_PACKAGES = "PACKAGES.TXT"
|
|
|
|
CONRAID_REPO_CHECKSUMS = "CHECKSUMS.md5"
|
|
|
|
CONRAID_REPO_CHANGELOG = "ChangeLog.txt"
|