From f4c1ab2659f6bd783f4df298ed56a8c0d93ec39f Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sat, 5 Dec 2020 19:40:25 +0100 Subject: PLASMA5: migrate to the Slackware Plasma5 in testing 'vtown' --- pkglists/plasma5.conf | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'pkglists/plasma5.conf') 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} -- cgit v1.2.3