- Introduce package states: unpacked, broken, installed, etc.
Not yet finished, only unpacked and installed are used for now.
- Move package metadata files in binary packages directly to
the top directory, this speeds up some ops and makes easier to
continue working in future changes.
- xbps-bin: -C flag to check the hash of package files has been
superseded by the 'check' target, which verifies the integrity
of an installed package.
- Use the 'essential' object when upgrading packages, overwritting
current files. This is needed for critical packages like sh, libc
and others.
- Miscellaneous tweaks and improvements thorough the code.
--HG--
extra : convert_revision : 2073fcc123efc24b3e9327b5e22aa91752f20df6
This fixes an item from the TODO about 'xbps-bin -C files' not checking
configuration files.
--HG--
extra : convert_revision : bb661554a6b34a25066749844709b8cbaf5a4d6c
This avoids the need of having to create a new file in pkg metadata
dir with a few lines and puts all them in the INSTALL/REMOVE
scripts.
--HG--
extra : convert_revision : 2dc1d3f6ddcc6aec7dadf14df475c32959df0aba
This will be used to mark packages that shouldn't be
removed if it's being updated, e.g libc.
--HG--
extra : convert_revision : bba7d14b2d112edaf17e6adc04a222a3d663da34
1) There's no need to specify the trigger anymore.
2) There's no need to add the OpenRC run dependency anymore.
Just specifying $openrc_services is enough.
--HG--
extra : convert_revision : 34e4d6d37a07a18837ef2216474ee0ca6fd55124
If a package contains any .desktop file in /usr/share/applications
the trigger will be added automagically.
--HG--
extra : convert_revision : 2327dc43c9a0997814d35fab22e3cb950fc0e09a
subpkgs to use them need to have ${pkgname}.INSTALL/REMOVE scripts
on the directory.
--HG--
extra : convert_revision : 293def453dd17d5bbdd68c9b25f8f2f16d673a8e
Multiple shells can be (un)registered by a single package, like:
register_shell="/bin/zsh-foo /bin/zsh-blah"
--HG--
extra : convert_revision : 0172a74b41e26089da97fcdc8cc2d5cb6ae147f2