diff options
author | Eric Hameleers <alien@slackware.com> | 2016-08-22 13:39:03 +0200 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2016-08-22 13:39:03 +0200 |
commit | 941d54530191d4be61f8a64fce23166a89675cbc (patch) | |
tree | 2424132016521168d657a9142202b8f896ff514c /pkglists | |
parent | 18d03c15154134909da00d2bb2752b8581a7e729 (diff) | |
download | liveslak-941d54530191d4be61f8a64fce23166a89675cbc.tar.gz liveslak-941d54530191d4be61f8a64fce23166a89675cbc.tar.xz |
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.
Diffstat (limited to '')
-rw-r--r-- | pkglists/plasma5.conf | 7 | ||||
-rw-r--r-- | 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 |