diff options
| author | navewindre <boneyaard@gmail.com> | 2025-06-16 04:03:14 +0200 |
|---|---|---|
| committer | navewindre <boneyaard@gmail.com> | 2025-06-16 04:03:14 +0200 |
| commit | 062610bea43b8b31d30039e037f72506d78d5879 (patch) | |
| tree | 9db579130cce431cc3fd17415ff2298ae366baaa /slackware-bootstrap/slackpkg-blacklist | |
| parent | d6c4365b8de32b621ac46074a9b69908b95686c0 (diff) | |
add themes n slackware bootstrap
Diffstat (limited to 'slackware-bootstrap/slackpkg-blacklist')
| -rw-r--r-- | slackware-bootstrap/slackpkg-blacklist | 52 |
1 files changed, 52 insertions, 0 deletions
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* |
