diff options
author | Eric Hameleers <alien@slackware.com> | 2017-11-22 22:40:40 +0100 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2017-11-22 22:40:40 +0100 |
commit | 056514d9390c7e5b25dc8eef13e7ea74b8fb72b7 (patch) | |
tree | bed4272531064f3137c3bd50aa817f8fb9a34f8d /pkglists/plasma5wayland.conf | |
parent | 4306c4cf47f9a89bd234b0606963a97db47bb6f6 (diff) | |
download | liveslak-056514d9390c7e5b25dc8eef13e7ea74b8fb72b7.tar.gz liveslak-056514d9390c7e5b25dc8eef13e7ea74b8fb72b7.tar.xz |
PLASMA5: add packageset supporting Wayland
Diffstat (limited to 'pkglists/plasma5wayland.conf')
-rw-r--r-- | pkglists/plasma5wayland.conf | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/pkglists/plasma5wayland.conf b/pkglists/plasma5wayland.conf new file mode 100644 index 0000000..0b5bc41 --- /dev/null +++ b/pkglists/plasma5wayland.conf @@ -0,0 +1,15 @@ +# 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'. + +VARIANT=testing + +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}" + +# Package root directory: +SL_PKGROOT=${SL_REPO} + +# Patches root directory: +SL_PATCHROOT="" + |