diff options
author | Eric Hameleers <alien@slackware.com> | 2020-12-05 19:40:25 +0100 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-12-05 19:40:25 +0100 |
commit | f4c1ab2659f6bd783f4df298ed56a8c0d93ec39f (patch) | |
tree | 496d2e353e7ce37e09e1f5ea50e7b55f600c7bd2 /pkglists/plasma5.conf | |
parent | 0aec1dae0c6bf4154d9c775d67d174ee9f9ce374 (diff) | |
download | liveslak-f4c1ab2659f6bd783f4df298ed56a8c0d93ec39f.tar.gz liveslak-f4c1ab2659f6bd783f4df298ed56a8c0d93ec39f.tar.xz |
PLASMA5: migrate to the Slackware Plasma5 in testing 'vtown'
Diffstat (limited to '')
-rw-r--r-- | pkglists/plasma5.conf | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/pkglists/plasma5.conf b/pkglists/plasma5.conf index 1ab1a31..8af6b3a 100644 --- a/pkglists/plasma5.conf +++ b/pkglists/plasma5.conf @@ -2,10 +2,17 @@ # or empty directory, then the content of 'SL_REPO_URL' will be rsync-ed # to the local directory 'SL_REPO'. -VARIANT=latest +VARIANT=testing +if [ "${SL_ARCH}" == "x86_64" ]; then + LIBSUFFIX="64" +else + LIBSUFFIX="" +fi -SL_REPO_URL="rsync://slackware.uk/people/alien-kde/${SL_VERSION}/${VARIANT}/${SL_ARCH}" -SL_REPO="/var/cache/liveslak/ktown/${SL_VERSION}/${VARIANT}/${SL_ARCH}" +#SL_REPO_URL="rsync://slackware.uk/people/alien-kde/${SL_VERSION}/${VARIANT}/${SL_ARCH}" +SL_REPO_URL="rsync://slackware.uk/slackware/slackware${LIBSUFFIX}-${SL_VERSION}/${VARIANT}/packages/vtown" +#SL_REPO="/var/cache/liveslak/ktown/${SL_VERSION}/${VARIANT}/${SL_ARCH}" +SL_REPO="/var/cache/liveslak/Slackware/slackware${LIBSUFFIX}-${SL_VERSION}/${VARIANT}/packages/vtown" # Package root directory: SL_PKGROOT=${SL_REPO} |