From 062610bea43b8b31d30039e037f72506d78d5879 Mon Sep 17 00:00:00 2001 From: navewindre Date: Mon, 16 Jun 2025 04:03:14 +0200 Subject: add themes n slackware bootstrap --- slackware-bootstrap/slackpkg-blacklist | 52 ++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 slackware-bootstrap/slackpkg-blacklist (limited to 'slackware-bootstrap/slackpkg-blacklist') diff --git a/slackware-bootstrap/slackpkg-blacklist b/slackware-bootstrap/slackpkg-blacklist new file mode 100644 index 0000000..e5eef92 --- /dev/null +++ b/slackware-bootstrap/slackpkg-blacklist @@ -0,0 +1,52 @@ +# /etc/slackpkg/blacklist +# +# This is a blacklist file. Any packages listed here won't be +# upgraded, removed, or installed by slackpkg. + +# aaa_libraries should NOT be blacklisted! +# +# You can blacklist using regular expressions. +# +# All of the following will be checked for the regex: +# Package series, name, version, arch, build, and fullname +# When blacklisting packages, you can use extended regex on package names +# (such as xorg-.* instead of xorg-server, xorg-docs, etc), and a trailing +# slash for package series ("n/", "ap/", "xap/", etc). +# +# To blacklist *only* the "xorg-server" package, use this: +# xorg-server +# +# To blacklist *all* of the "xorg-server-*" packages, use this: +# xorg-server.* +# +# To blacklist the entire KDE package set, use this: +# kde/ +# +# You will need to escape any special characters that are present in the +# package name. For example, to blacklist the gcc-g++ package, use this: +# gcc-g\+\+ +# +# DON'T put any space(s) before or after the package name or regex. +# +# Automated upgrade of kernel packages may not be wanted in some situations; +# uncomment the lines below if that fits your circumstances, but note that +# kernel-headers should *not* be blacklisted: +# +kernel-generic.* +kernel-huge.* +kernel-modules.* +kernel-source.* +# +# This one will blacklist all SBo packages: +[0-9]+_SBo + +[0-9]+alien +[0-9]+compat32 +[0-9]+_slonly + +slpkg +fcitx5.* +alligator* +merkuro* +fcitx* +tokodon* -- cgit v1.2.3