From 18d03c15154134909da00d2bb2752b8581a7e729 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Mon, 22 Aug 2016 13:34:00 +0200 Subject: 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. --- pkglists/lxqt.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pkglists/lxqt.conf (limited to 'pkglists/lxqt.conf') 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="" + -- cgit v1.2.3