From 941d54530191d4be61f8a64fce23166a89675cbc Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Mon, 22 Aug 2016 13:39:03 +0200 Subject: PLASMA5: add 'VARIANT' variable; sync package list to the 'testing' repo. The 'VARIANT' variable allows switching between the 'latest' and 'testing' repositories. The 'testing' repsitory will focus on stuff which is not ready for prime-time, such as wayland, logind (part of systemd) and pam. --- pkglists/plasma5.conf | 7 +++++-- pkglists/plasma5.lst | 5 +++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/pkglists/plasma5.conf b/pkglists/plasma5.conf index 2db46bd..7dcf394 100644 --- a/pkglists/plasma5.conf +++ b/pkglists/plasma5.conf @@ -1,8 +1,11 @@ # If 'SL_REPO_URL' is a rsync:// URL and 'SL_REPO' points to a non-existent # or empty directory, then the content of 'SL_REPO_URL' will be rsync-ed # to the local directory 'SL_REPO'. -SL_REPO_URL="rsync://slackware.uk/people/alien-kde/${SL_VERSION}/latest/${SL_ARCH}" -SL_REPO="/mnt/auto/sox/data/slackware/ktown/${SL_VERSION}/latest/${SL_ARCH}" + +VARIANT=testing + +SL_REPO_URL="rsync://slackware.uk/people/alien-kde/${SL_VERSION}/${VARIANT}/${SL_ARCH}" +SL_REPO="/mnt/auto/sox/data/slackware/ktown/${SL_VERSION}/${VARIANT}/${SL_ARCH}" # Package root directory: SL_PKGROOT=${SL_REPO} diff --git a/pkglists/plasma5.lst b/pkglists/plasma5.lst index 724599a..f98d9fc 100644 --- a/pkglists/plasma5.lst +++ b/pkglists/plasma5.lst @@ -8,6 +8,7 @@ cfitsio elogind grantlee grantlee-qt4 +hack-font-ttf json-glib libappindicator libdbusmenu-gtk @@ -31,6 +32,7 @@ qt5 qt5-webkit sni-qt wayland +xorg-server # telepathy deps: farstream @@ -158,6 +160,9 @@ threadweaver # kdepim: akonadi akonadi-calendar +akonadi-contacts +akonadi-mime +akonadi-notes akonadi-search calendarsupport eventviews -- cgit v1.2.3