Age | Commit message (Collapse) | Author |
|
|
|
- Update to 0.6.1
- groups=('base-openrc'), not 'openrc-base'
- Add pcr/gentoo-functions as a separate package, rather than vendoring it
- Depend on generic 'udev' stuff, rather than 'eudev'
- install= is NOT WHERE DOCUMENTATION BELONGS
- Use git tag signature verification
pcr/gentoo-functions:
- Is GPLv2, not 2-clause BSD
- Don't inexplicably install to /usr/lib/parabola instead of /usr/lib/gentoo
|
|
MKBASHCOMP : no(default) → yes
MKSTATICLIBS : yes(default) → no
MKZSHCOMP : no(default) → yes
Don't bother building static libs, they get get removed by
makepkg.conf:OPTIONS=(!staticlibs) anyway.
|
|
Mention this 'openrc-net' package in openrc:optdepends, but don't include
it in groups=(base-openrc).
While we're at it, drop "networkmanager-openrc" from optdepends. Where's
it end? wicd-openrc? dhcpcd-openrc?
|
|
|
|
|
|
Also:
- show the command that the list of deps is based on
- set the licence to PD; there's no files for the GPL to apply to
- Remove period from pkgdesc
- Drop silly pkgver()
|
|
|
|
- Use git signed commits to get the source
- /etc/conf.d/agetty:
* Don't set term_type=linux (that's the default anyway)
* Don't set agetty_options="" (that's the default anyway)
- Split the package in build():
* Move /usr/lib/rc/bin/{shutdown,reboot,halt,poweroff} files openrc→openrc-init
* Move the openrc-shutdown(8) and openrc-init(8) files openrc→openrc-init
* Move the base 'agetty' service openrc-init→openrc
- package_openrc():
* Don't mention Gentoo in pkgdesc, OpenRC is now separate fron Gentoo
* Holy cow, there were a bunch of files that should have been listed in backup=()
* Don't create /usr/lib/openrc/cache:
1. it was removed by options=('!emptydirs') anyway
2. we set LIBEXECDIR=/usr/lib/rc, not =/usr/lib/openrc; it was at the
wrong location anyway
3. init.d/savecache creates it at runtime, we don't need to create it
- package_openrc-init():
* Mention the conf.d/agetty.tty* files in backup=()
* Include the LICENSE file
* Replace the conf.d/agetty.tty$X copies of conf.d/agetty with a file
containing a comment noting that it inherits from the conf.d/agetty
file.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- provides/conflicts=('init'), not 'runit-init'
- don't provide /etc/runit/runsvdir/current as a package file
- do provide the /usr/bin/init->runit-init symlink
While we're at it:
- depend on generic 'udev' instead of 'eudev'
- Use git sources to have a sane pkgver() function
- move a sed command to prepare()
- provides/conflicts=('openrc-pid1'), since it launches openrc if it's
installed
|
|
Apparently, Megver83 never pushed this change in git. Fortunately, git is
non-authoritative. Get the current version from:
https://repo.parabola.nu/sources/parabola/runit-scripts-20171120-1-x86_64.src.tar.gz
|
|
- Don't create a cyclical dependency with it and runit-init, making it
hard to switch inits.
- Install the debian example files in docs; the HTML docs link to them
- Use directories recommended by doc/runlevels.html and doc/upgrade.html
- Add a minimal split package with the base init setup from
doc/replaceinit.html
- Don't bother with prepare(), we make a /service symlink
- Don't bother putting -static in CFLAGS, src/Makefile takes care of that
|
|
|
|
|
|
Also:
- openrc-init: Drop conflicts=(systemd-sysvcompat sysvinit), both of those
packages no provides=(init), so that init packages won't have to each
maintain a growing list of other inits.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- v2.88dsf -> v2.90
- provides & conflicts=(init)
- drop conflicts=(systemd-sysvinit)
- Drop the patches; they were included in v2.89
- PGP signature verification
- No defers to util-linux for mountpoint(1) by default, remove
'mountpoint' from rmprogs
fixup sysvinit
|
|
|
|
|
|
|
|
|
|
The script is useful, even if there is no systemd to run the .service files
on boot.
Also
- fixup quoting
- mention that the original is from the old AUR3
- capitalize USB
|
|
To avoid conflicting with systemd over the sysusers.d(5) manpage
|
|
|
|
- v0.3.2 -> v0.4.8
- use 2-space indent, same as other PKGBUILD files
- groups=('base-openrc'), not openrc-base
- Drop 01-parabola-openrc.conf -- rely on parabola.conf in 'filesystem'
- Split the systemd compat stuff into a separate package
- Pacman hook: packages shouldn't be installing files in
{etc,run}/sysusers.d, don't listen for them
|
|
- Remove pointless boilerplate
- Use git signed tag
- Don't include the "systemd-tmpfiles" program in the main package, as to
not conflict with notsystemd.
- Add a pacman hook similar to systemd
|
|
- v235.4 -> v238.1
- Every time you use a "#branch=" git URL, I die a little. Use a tag or
a commit hash if you use a git URL. Preferably a signed tag.
- Add a prepare() function to switch to the desired commit from the
${pkgver%%.*}-stable branch *after* makepkg has verified the signed
tag referred to in sources=() (same as core/systemd)
- Adopt the $base_pkgver.$commits_from_stable pkgver notation of core/systemd
- Add a pkgver() function to update $commits_from_stable for you (same as core/systemd)
- Use 2-space indent, same as every other PKGBUILD
- Do similar package splitting to libre/systemd
- Depend on generic 'udev', 'libudev', rather than 'eudev', 'libeudev'
- Don't depend on -elogind versions of packages, let pacman figure it out
- Split libelogind-manpages in to a speparate package, to avoid conflicts with systemd-libsystemd
- Drop options=('!libtool') -- recent versions use Meson, not Autotools
- makedepends: Drop libtool, we use Meson now
- makedepends: Drop intltool, it isn't used
- makedepends/elogind:depends: Drop libseccomp, it isn't used (commented out in the source)
- makedepends: Drop polkit(-elogind), README claims it isn't a compile-time dep
- makedepends: Replace gtk-doc with docbook-xsl, they switched a while ago
- makedepends: Add libcap, just to be safe
- makedepends: Add acl, just to be safe, since it is used
- elogind:conflicts: Drop consolekit, it doesn't exist
- elogind:conflicts: Drop pm-utils, it doesn't exist
- elogind:conflicts: Drop systemd-sysvinit, there's no reason to have it
- elogind:conflicts: Add systemd, they both ship the same dbus files
- libelogind:depends: Drop libcap, it isn't linked against it
- libelogind:depends: Drop libeudev, it isn't linked against libudev.so
|
|
|
|
|
|
|
|
doesn't break the world
|