diff options
author | Eric Hameleers <alien@slackware.com> | 2016-08-22 13:34:00 +0200 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2016-08-22 13:34:00 +0200 |
commit | 18d03c15154134909da00d2bb2752b8581a7e729 (patch) | |
tree | 04f2b869309fe6f0771d52e3c5e783406f0c10a4 /pkglists/lxqt.conf | |
parent | f42590470c0ee6c8872657c8b0333d8ad2a02b8c (diff) | |
download | liveslak-18d03c15154134909da00d2bb2752b8581a7e729.tar.gz liveslak-18d03c15154134909da00d2bb2752b8581a7e729.tar.xz |
Added package lists and repository info for the LXQT desktop environment.
Note that the 'alien.*' package list which is used for the PLASMA5 ISO
also adds the full LXQT desktop. LXQT has a lot of dependencies (covered
in the 'lxqtdeps.lst) but almost all of these dependencies are already
part of PLASMA5 anyway.
The two 'lxqt.*' and 'lxqtdeps.*' package lists are meant for people
who do not want to create a PLASMA5 ISO (and therefore do not want to use
the 'alien.lst') but want an ISO focusing on LXQT without all the plasma5
or alien stuff.
Diffstat (limited to '')
-rw-r--r-- | pkglists/lxqt.conf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/pkglists/lxqt.conf b/pkglists/lxqt.conf new file mode 100644 index 0000000..4b527b2 --- /dev/null +++ b/pkglists/lxqt.conf @@ -0,0 +1,12 @@ +# 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/sbrepos/${SL_VERSION}/${SL_ARCH}" +SL_REPO="/mnt/auto/sox/sbrepos/${SL_VERSION}/${SL_ARCH}" + +# Package root directory: +SL_PKGROOT=${SL_REPO} + +# Patches root directory: +SL_PATCHROOT="" + |