diff options
author | Eric Hameleers <alien@slackware.com> | 2020-12-13 21:14:55 +0100 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-12-13 21:14:55 +0100 |
commit | 3c817aa33edff369ab8c4b6d62b6d4fa4ef7ed5c (patch) | |
tree | 14acb5fb7e979550802eea477db3ec9b2df52d80 /pkglists | |
parent | a7f082e889e8a8f8e81cd9e192ae4b92ed805ee9 (diff) | |
download | liveslak-3c817aa33edff369ab8c4b6d62b6d4fa4ef7ed5c.tar.gz liveslak-3c817aa33edff369ab8c4b6d62b6d4fa4ef7ed5c.tar.xz |
Remove package lists and confs that are no longer relevant
Diffstat (limited to '')
-rw-r--r-- | pkglists/lxqtdeps.conf | 12 | ||||
-rw-r--r-- | pkglists/plasma5wayland.conf | 15 | ||||
-rw-r--r-- | pkglists/plasma5wayland.lst | 30 | ||||
-rw-r--r-- | pkglists/z00_slk4daw.lst | 83 | ||||
-rw-r--r-- | pkglists/z01_plasma5base.conf | 15 |
5 files changed, 0 insertions, 155 deletions
diff --git a/pkglists/lxqtdeps.conf b/pkglists/lxqtdeps.conf deleted file mode 100644 index 94a0566..0000000 --- a/pkglists/lxqtdeps.conf +++ /dev/null @@ -1,12 +0,0 @@ -# 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="/var/cache/liveslak/ktown/${SL_VERSION}/latest/${SL_ARCH}" - -# Package root directory: -SL_PKGROOT=${SL_REPO} - -# Patches root directory: -SL_PATCHROOT="" - diff --git a/pkglists/plasma5wayland.conf b/pkglists/plasma5wayland.conf deleted file mode 100644 index 0b5bc41..0000000 --- a/pkglists/plasma5wayland.conf +++ /dev/null @@ -1,15 +0,0 @@ -# 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="" - diff --git a/pkglists/plasma5wayland.lst b/pkglists/plasma5wayland.lst deleted file mode 100644 index f4f9d45..0000000 --- a/pkglists/plasma5wayland.lst +++ /dev/null @@ -1,30 +0,0 @@ -# Change Plasma5 into Plasma5 with Wayland support. -# ------------------------------------------------- -# Modifications of Slackware's own packages -# (note that a '%' at the end means: removepkg): -ConsoleKit2 -mesa -xorg-server-xephyr% -xorg-server-xnest% -xorg-server-xvfb% -xorg-server -# Taken from ktown 'testing': -# New dep: -wayland-protocols -# Updated dep: -libxkbcommon -qt5 -# Frameworks: -kwayland -plasma-framework -# Plasma; -kinfocenter -kscreenlocker -kwayland-integration -libkscreen2 -plasma-desktop -plasma-integration -plasma-workspace -powerdevil -kwin - diff --git a/pkglists/z00_slk4daw.lst b/pkglists/z00_slk4daw.lst deleted file mode 100644 index b34dbb2..0000000 --- a/pkglists/z00_slk4daw.lst +++ /dev/null @@ -1,83 +0,0 @@ -PyQt5 -QScintilla -bison -cdparanoia -djvulibre -ebook-tools -#farstream -flex -font-bh-ttf -font-bitstream-type1 -font-xfree86-type1 -gcc -gcc-g++ -gcc-gfortran -gccmakedep -ghostscript -ghostscript-fonts-std -#gimp -glibc -gmp -gobject-introspection -gpm -groff -gtkmm2 -guile -hyphen -id3lib -intltool -kernel-huge -libXcm -liberation-fonts-ttf -libid3tag -libmpc -libnice -liboggz -libraw1394 -libspectre -libva-utils -libvncserver -libyaml -#libzip -lilo -llvm -make -man -man-db -mariadb -mpfr -opus-tools -opusfile -#pidgin -python-six -pyxdg -qca-qt5 -qt5 -qt5-webkit -raptor2 -recordmydesktop -ruby -sane -sazanami-fonts-ttf -sip -sox -ssr -taglib -taglib-extras -#tibmachuni-font-ttf -vim -vim-gvim -vulkan-sdk -woff2 -xcb-util-cursor -xcb-util-errors -xcb-util-image -xcb-util-renderutil -xcb-util-wm -xcm -xconsole -xdg-user-dirs -xine-lib -xedit -xpdf -xsane diff --git a/pkglists/z01_plasma5base.conf b/pkglists/z01_plasma5base.conf deleted file mode 100644 index 1ab1a31..0000000 --- a/pkglists/z01_plasma5base.conf +++ /dev/null @@ -1,15 +0,0 @@ -# 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=latest - -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="" - |