common/environment/fetch/misc.sh: add KDE_SITE.

there are 272 occourences of download.kde.org/stable, to avoid
repetition add a KDE_SITE variable to be used instead.
This commit is contained in:
maxice8 2018-04-22 06:39:02 -03:00 committed by Toyam Cox
parent 79c562f72a
commit babcd991bc

View file

@ -16,6 +16,7 @@ PYPI_SITE="https://files.pythonhosted.org/packages/source"
MOZILLA_SITE="http://ftp.mozilla.org/pub" MOZILLA_SITE="http://ftp.mozilla.org/pub"
GNU_SITE="http://ftp.gnu.org/gnu" GNU_SITE="http://ftp.gnu.org/gnu"
FREEDESKTOP_SITE="https://freedesktop.org/software" FREEDESKTOP_SITE="https://freedesktop.org/software"
KDE_SITE="https://download.kde.org/stable"
# Repetitive sub homepage's with no real project page # Repetitive sub homepage's with no real project page
# ie. some gnome and xorg projects. For use in $homepage. # ie. some gnome and xorg projects. For use in $homepage.