diff options
Diffstat (limited to '')
-rw-r--r-- | pkglists/lxqt.conf | 12 | ||||
-rw-r--r-- | pkglists/lxqt.lst | 33 | ||||
-rw-r--r-- | pkglists/lxqtdeps.conf | 12 | ||||
-rw-r--r-- | pkglists/lxqtdeps.lst | 88 |
4 files changed, 145 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="" + 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 + |