This is needed for DKMS to build acpi_call for non-standard kernels,
like linux-hardened.
Existing users should first remove the old package.
# pacman --remove --nosave --recursive acpi_call
Current versions of the virtualbox package now load modules
automatically via systemd.
Existing users can remove this file
# rm /etc/modules-load.d/virtualbox.conf
This package should be installed on an Arch client, not a host.
Existing users can uninstall it:
# pacman --remove --nosave --recursive virtualbox-guest-utils
Prior to running this, existing users should put any custom host
definitions into /etc/hostsctl.d/10-hosts. This is due to a significant
refactor of hostsctl that was made after it was originally added to
spark. If you had not previously installed hostsctl, this is not
necessary.
# mkdir /etc/hostsctl.d
# echo "127.0.0.1" > /etc/hostsctl.d/10-hosts
The old script should also be deleted.
# rm /usr/local/bin/hostsctl
If we start it in the task, it can temporarily bring down the network as
it assigns a new address, causing future network tasks (like installing
packages) to fail. Starting it in a handler postpones it till the very
end.
Users who think the default directories are stupid will want to create a
~/.config/user-dirs.dirs file to specify alternatives, or to disable
certain directories. Disable directories by pointing them toward your
home dir: https://freedesktop.org/wiki/Software/xdg-user-dirs/#settings
Example:
7182e0d787closes#45
Beets moved from python2 to python3, so we have new optional
dependencies for some of the extra plugins.
Note that the python3 version of pyacoustid isn't in the official repos,
so we're grabbing it from the AUR.
Existing users can get rid of the old packages:
# pacman --remove \
python2-pylast \
python2-requests \
python2-pyacoustid \
python2-beautifulsoup4 \
gstreamer0.10-bad-plugins \
gstreamer0.10-good-plugins \
gstreamer0.10-ffmpeg \
gstreamer0.10-python \
gstreamer0.10-ugly