summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2022-10-23 14:04:22 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2023-02-08 16:04:52 -0500
commit05500588bb19b768b4f7dc70ff633f8cc51cdaa6 (patch)
treee079cc5a2fc5a77c76d1b723a57693273bae83aa
parent0c1ccc1828469ebe24711750fe6004ebadd1f244 (diff)
wip - parabola base
-rw-r--r--libre/parabola-base/PKGBUILD12
-rw-r--r--libre/parabola/PKGBUILD2
-rw-r--r--nonsystemd/parabola/PKGBUILD2
3 files changed, 9 insertions, 7 deletions
diff --git a/libre/parabola-base/PKGBUILD b/libre/parabola-base/PKGBUILD
index 7d216b431..c5f58ad62 100644
--- a/libre/parabola-base/PKGBUILD
+++ b/libre/parabola-base/PKGBUILD
@@ -15,7 +15,8 @@
# which diverge and merge at multiple points. The actual chain is resolved at install-time.
# * 'parabola-desktop-<WMDE>' is any of the complete desktop sets (eg: 'parabola-desktop-lxde').
# * Only 'parabola' and the 'parabola-desktop-<WMDE>' meta-packages are considered to be
-# complete, useful, and supported configurations.
+# complete, useful, and supported configurations. The others (also their cousin: 'posix')
+# can still be helpful for installing custom configurations.
#
# Caveats:
# The logical dependent of 'base' is 'parabola-base'. However, because 'nonsystemd/base'
@@ -36,9 +37,10 @@
# does not prevent 'base' or 'parabola-base' from being installed on a systemd system.
#
# Therefore, the general recommendation is to keep 'parabola-desktop' and/or 'parabola'
-# installed always. These help with bug reports and troubleshooting, by normalizing "the
-# standard Parabola systems", and plastering over the usual trouble-spots, such as general
-# init-system sanity, missing non-systemd init-scripts, the 'icu-compat' fallback, etc.
+# installed always. These help with system migrations, bug reports, and troubleshooting,
+# by normalizing "the standard Parabola systems", and plastering over the usual
+# trouble-spots, such as general init-system sanity, missing non-systemd init-scripts,
+# the 'icu-compat' fallback, etc.
# this is the canonical definition of the standard Parabola CLI system
@@ -57,7 +59,7 @@ license=(CCPL:zero)
# 'base'
-depends=(your-freedom)
+depends=(base your-freedom)
# (obsolete '{libre,nonsystemd}/base' groups) - ('{libre,nonsystemd}/base' meta-packages) + posix
depends+=(cryptsetup dhcpcd inetutils jfsutils linux-libre logrotate lvm2
diff --git a/libre/parabola/PKGBUILD b/libre/parabola/PKGBUILD
index 8cbf45779..db67935ad 100644
--- a/libre/parabola/PKGBUILD
+++ b/libre/parabola/PKGBUILD
@@ -23,7 +23,7 @@ license=(CCPL:zero)
# 'base' chain
-depends=(base parabola-base)
+depends=(parabola-base)
# (obsolete 'libre/base' group) - ('libre/parabola-base' meta-package)
depends+=(netctl)
diff --git a/nonsystemd/parabola/PKGBUILD b/nonsystemd/parabola/PKGBUILD
index cd9aaf9f9..de6f11a71 100644
--- a/nonsystemd/parabola/PKGBUILD
+++ b/nonsystemd/parabola/PKGBUILD
@@ -23,7 +23,7 @@ license=(CCPL:zero)
# 'base' chain
-depends=(base parabola-base)
+depends=(parabola-base)
# (obsolete 'base-openrc' group) - ('parabola-base' meta-package)
depends+=(libelogind libudev openresolv)