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 +++++++ pkglists/lxqt.lst | 33 +++++++++++++++++++ pkglists/lxqtdeps.conf | 12 +++++++ pkglists/lxqtdeps.lst | 88 ++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 145 insertions(+) create mode 100644 pkglists/lxqt.conf create mode 100644 pkglists/lxqt.lst create mode 100644 pkglists/lxqtdeps.conf create mode 100644 pkglists/lxqtdeps.lst 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="" + diff --git a/pkglists/lxqt.lst b/pkglists/lxqt.lst new file mode 100644 index 0000000..df6e5f7 --- /dev/null +++ b/pkglists/lxqt.lst @@ -0,0 +1,33 @@ +# deps: +obconf +openbox + +# lxqt: +compton-conf +libconfig +libfm +libfm-extra +libfm-qt +liblxqt +libqtxdg +libsysstat +lximage-qt +lxmenu-data +lxqt-about +lxqt-common +lxqt-config +lxqt-globalkeys +lxqt-notificationd +lxqt-openssh-askpass +lxqt-panel +lxqt-policykit +lxqt-powermanagement +lxqt-qtplugin +lxqt-runner +lxqt-session +lxqt-sudo +menu-cache +obconf-qt +pcmanfm-qt +qterminal +qtermwidget diff --git a/pkglists/lxqtdeps.conf b/pkglists/lxqtdeps.conf new file mode 100644 index 0000000..2db46bd --- /dev/null +++ b/pkglists/lxqtdeps.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-kde/${SL_VERSION}/latest/${SL_ARCH}" +SL_REPO="/mnt/auto/sox/data/slackware/ktown/${SL_VERSION}/latest/${SL_ARCH}" + +# Package root directory: +SL_PKGROOT=${SL_REPO} + +# Patches root directory: +SL_PATCHROOT="" + diff --git a/pkglists/lxqtdeps.lst b/pkglists/lxqtdeps.lst new file mode 100644 index 0000000..792a0fa --- /dev/null +++ b/pkglists/lxqtdeps.lst @@ -0,0 +1,88 @@ +# deps: +libinput +libxkbcommon +qt5 +qt5-webkit +libdbusmenu-qt5 +polkit-qt5-1 +wayland + +# frameworks: +attica-framework +baloo5 +bluez-qt +breeze-icons +extra-cmake-modules +frameworkintegration +kactivities-framework +kactivities-stats +kapidox +karchive +kauth +kbookmarks +kcmutils +kcodecs +kcompletion +kconfig +kconfigwidgets +kcoreaddons +kcrash +kdbusaddons +kdeclarative +kded +kdelibs4support +kdesignerplugin +kdesu +kdewebkit +kdnssd +kdoctools +kemoticons +kfilemetadata5 +kglobalaccel +kguiaddons +khtml +ki18n +kiconthemes +kidletime +kimageformats +kinit +kio +kitemmodels +kitemviews +kjobwidgets +kjs +kjsembed +kmediaplayer +knewstuff +knotifications +knotifyconfig +kpackage +kparts +kpeople +kplotting +kpty +kross +krunner +kservice +ktexteditor +ktextwidgets +kunitconversion +kwallet +kwidgetsaddons +kwindowsystem +kxmlgui +kxmlrpcclient +modemmanager-qt +networkmanager-qt +oxygen-icons5 +plasma-framework +solid +sonnet +threadweaver + +# plasma: +libkscreen2 + +# applications-extra: +sddm-qt5 + -- cgit v1.2.3