diff --git a/configs/slpkg.toml b/configs/slpkg.toml index 2c4a2032..dbdfe051 100644 --- a/configs/slpkg.toml +++ b/configs/slpkg.toml @@ -32,17 +32,6 @@ # The sbo repository tag. SBO_REPO_TAG = "_SBo" - # Set the PONCE_REPO_URL if you are going to use ponce repository. - # Do not unset SBO_REPO_URL and SBO_TXT. - # This is not going to fully support this repository, since it does not provide - # its own SLACKBUILDS.TXT file. The only difference is that scripts are used from - # this repository and not from SBo. You should also BLACKLIST any packages contained - # in Slackware current version, like 'python-zipp' and 'python-importlib_metadata'. - # Slpkg it still going to use SLACKBUILDS.TXT and ChangeLog.txt from SBo repository. - # For blacklisted files, edit the /etc/slpkg/blacklist.toml file. - # PONCE_REPO_URL = "https://cgit.ponce.cc/slackbuilds/plain" - PONCE_REPO_URL = "" - # Slackware command for install packages, instead, you can use 'installpkg'. INSTALLPKG = "upgradepkg --install-new" @@ -83,4 +72,17 @@ # Choose ascii printable characters. # If true, it uses the extended characters, otherwise the basic ones. # Default is true. [true/false]. - ASCII_CHARACTERS = true \ No newline at end of file + ASCII_CHARACTERS = true + + # Set the PONCE_REPO_URL if you are going to use ponce repository for + # Slackware -current version. Do not unset SBO_REPO_URL and SBO_TXT. + ###################################################################################### + # This is not going to fully support this repository, since it does not provide # + # its own SLACKBUILDS.TXT file. The only difference is that scripts are used from # + # this repository and not from SBo. You should also BLACKLIST any packages contained # + # in Slackware current version, like 'python-zipp' and 'python-importlib_metadata'. # + # Slpkg it still going to use SLACKBUILDS.TXT and ChangeLog.txt from SBo repository. # + # For blacklisted files, edit the /etc/slpkg/blacklist.toml file. # + ###################################################################################### + # PONCE_REPO_URL = "https://cgit.ponce.cc/slackbuilds/plain" + PONCE_REPO_URL = "" \ No newline at end of file